Home
last modified time | relevance | path

Searched refs:getFormatComponentWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp79 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx);
DvkImageUtil.cpp3587 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx) in getFormatComponentWidth() function
3665 const deUint32 size (getFormatComponentWidth(format, componentNdx)); in getRepresentableDiffUnorm()
3672 const deUint32 size (getFormatComponentWidth(format, componentNdx)); in getRepresentableDiffSnorm()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp415 const auto componentWidth = getFormatComponentWidth(mapTextureFormat(format), 0u); in AddFillReadShader()
697 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms()
825 const deUint32 componentWidth = getFormatComponentWidth(imageFormat, 0); in initPrograms()