Home
last modified time | relevance | path

Searched refs:getShaderImageDataType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp101 std::string getShaderImageDataType (const tcu::TextureFormat& format);
103 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description);
DvktSparseResourcesTestsUtil.cpp550 std::string getShaderImageDataType(const tcu::TextureFormat& format) in getShaderImageDataType() function
568 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType() function
DvktSparseResourcesShaderIntrinsicsStorage.cpp51 const std::string formatDataStr = getShaderImageDataType(formatDescription); in initPrograms()
DvktSparseResourcesImageMemoryAliasing.cpp832 const std::string formatDataStr = getShaderImageDataType(formatDescription); in initPrograms()
DvktSparseResourcesImageSparseResidency.cpp171 const std::string formatDataStr = getShaderImageDataType(formatDescription); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp61 std::string getShaderImageDataType (const tcu::TextureFormat& format);
DvktPipelineMultisampleTestsUtil.cpp269 std::string getShaderImageDataType (const tcu::TextureFormat& format) in getShaderImageDataType() function
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp480 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType() function
607 const std::string formatDataStr = getShaderImageDataType(formatDescription); in initPrograms()