Searched refs:formatPart (Results 1 – 6 of 6) sorted by relevance
246 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local265 return formatPart + "image" + imageTypePart; in getShaderImageType()
707 …const std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLAS… in getShaderMultisampledImageType() local711 str << formatPart << "image2DMS" << (numLayers > 1 ? "Array" : ""); in getShaderMultisampledImageType()
965 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local998 return formatPart + "image" + imageTypePart; in getShaderImageType()1048 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType() local1066 return std::string(formatPart) + typePart; in getGlslSamplerType()
628 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local647 return formatPart + "image" + imageTypePart; in getShaderImageType()
399 …const std::string formatPart = tcu::getTextureChannelClass(texFormat.type) == tcu::TEXTURECHANNE… in getShaderImageType() local403 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()
239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() local250 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart; in getShaderSamplerOrImageType()