Searched defs:orderPart (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp287 const char* orderPart; local
292 case tcu::TextureFormat::R: orderPart = "r"; break;
293 case tcu::TextureFormat::RG: orderPart = "rg"; break;
294 case tcu::TextureFormat::RGB: orderPart = "rgb"; break;
295 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break;
299 orderPart = DE_NULL;
326 return std::string() + orderPart + typePart;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1003 const char* orderPart; local
1008 case tcu::TextureFormat::R: orderPart = "r"; break;
1009 case tcu::TextureFormat::RG: orderPart = "rg"; break;
1010 case tcu::TextureFormat::RGB: orderPart = "rgb"; break;
1011 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break;
1015 orderPart = DE_NULL;
1042 return std::string() + orderPart + typePart;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp171 const char* orderPart; local
176 case tcu::TextureFormat::R: orderPart = "r"; break;
177 case tcu::TextureFormat::RG: orderPart = "rg"; break;
178 case tcu::TextureFormat::RGB: orderPart = "rgb"; break;
179 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break;
183 orderPart = DE_NULL;
210 return std::string() + orderPart + typePart;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp702 const char* orderPart; local
707 case tcu::TextureFormat::R: orderPart = "r"; break;
708 case tcu::TextureFormat::RG: orderPart = "rg"; break;
709 case tcu::TextureFormat::RGB: orderPart = "rgb"; break;
710 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break;
714 orderPart = DE_NULL;
741 return std::string() + orderPart + typePart;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp416 const char* orderPart = DE_NULL; local
421 case tcu::TextureFormat::R: orderPart = "r"; break;
422 case tcu::TextureFormat::RG: orderPart = "rg"; break;
423 case tcu::TextureFormat::RGB: orderPart = "rgb"; break;
424 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break;
455 return std::string(orderPart) + typePart;
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp198 const char* orderPart; local
203 case TextureFormat::R: orderPart = "r"; break;
204 case TextureFormat::RGBA: orderPart = "rgba"; break;
207 orderPart = DE_NULL;
234 return string() + orderPart + typePart;

Completed in 323 milliseconds