Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp93 std::string getImageComponentVec4TypeName (const tcu::TextureFormat& format);
94 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description);
DvktSparseResourcesShaderIntrinsicsSampled.cpp215 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(formatDescription); in initPrograms()
436 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(formatDescription); in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsBase.cpp107 std::string getImageComponentVec4TypeName (const tcu::TextureFormat& format) in getImageComponentVec4TypeName() function
125 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description) in getImageComponentVec4TypeName() function
DvktSparseResourcesShaderIntrinsicsStorage.cpp61 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(formatDescription); in initPrograms()