MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / getDepth

Method getDepth

test_conformance/common/vulkan_wrapper/vulkan_wrapper.cpp:1497–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495uint32_t VulkanExtent3D::getWidth() const { return m_vkExtent3D.width; }
1496
1497uint32_t VulkanExtent3D::getHeight() const { return m_vkExtent3D.height; }
1498
1499uint32_t VulkanExtent3D::getDepth() const { return m_vkExtent3D.depth; }
1500

Callers 3

copyBufferToImageMethod · 0.80
copyImageToBufferMethod · 0.80
getExtent3DMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected