Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp91 std::string getImageComponentVec4TypeName (const tcu::TextureFormat& format);
DvktSparseResourcesShaderIntrinsicsSampled.cpp211 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); in initPrograms()
401 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp60 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); in initPrograms()
DvktSparseResourcesShaderIntrinsicsBase.cpp63 std::string getImageComponentVec4TypeName (const tcu::TextureFormat& format) in getImageComponentVec4TypeName() function