Searched refs:getFormatComponentWidth (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 83 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx);
|
D | vkImageUtil.cpp | 3642 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx) in getFormatComponentWidth() function 3720 const deUint32 size (getFormatComponentWidth(format, componentNdx)); in getRepresentableDiffUnorm() 3727 const deUint32 size (getFormatComponentWidth(format, componentNdx)); in getRepresentableDiffSnorm()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 416 const auto componentWidth = getFormatComponentWidth(mapTextureFormat(format), 0u); in AddFillReadShader() 730 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms() 862 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 416 const auto componentWidth = getFormatComponentWidth(mapTextureFormat(format), 0u); in AddFillReadShader() 730 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms() 862 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms()
|