Home
last modified time | relevance | path

Searched defs:makeExtent3D (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.hpp97 inline vk::VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp102 inline VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() function
107 inline VkExtent3D makeExtent3D (const tcu::UVec3& vec) in makeExtent3D() function
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl13 inline VkExtent3D makeExtent3D (uint32_t width, uint32_t height, uint32_t depth) function