Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp83 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx);
DvkImageUtil.cpp3642 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/
DvktImageAtomicOperationTests.cpp416 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/
DvktImageAtomicOperationTests.cpp416 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()