Home
last modified time | relevance | path

Searched refs:formatPart (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp246 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local
265 return formatPart + "image" + imageTypePart; in getShaderImageType()
DvktPipelineMultisampleImageTests.cpp707 …const std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLAS… in getShaderMultisampledImageType() local
711 str << formatPart << "image2DMS" << (numLayers > 1 ? "Array" : ""); in getShaderMultisampledImageType()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp965 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local
998 return formatPart + "image" + imageTypePart; in getShaderImageType()
1048 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType() local
1066 return std::string(formatPart) + typePart; in getGlslSamplerType()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp628 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local
647 return formatPart + "image" + imageTypePart; in getShaderImageType()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp399 …const std::string formatPart = tcu::getTextureChannelClass(texFormat.type) == tcu::TEXTURECHANNE… in getShaderImageType() local
403 case VK_IMAGE_TYPE_1D: return formatPart + "image1D"; in getShaderImageType()
404 case VK_IMAGE_TYPE_2D: return formatPart + "image2D"; in getShaderImageType()
405 case VK_IMAGE_TYPE_3D: return formatPart + "image3D"; in getShaderImageType()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() local
250 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart; in getShaderSamplerOrImageType()