Searched refs:formatPart (Results 1 – 8 of 8) sorted by relevance
484 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local503 return formatPart + "image" + imageTypePart; in getShaderImageType()508 std::string formatPart; in getShaderImageType() local515 formatPart = "i"; in getShaderImageType()518 formatPart = "u"; in getShaderImageType()530 formatPart += "64"; in getShaderImageType()547 return formatPart + "image" + imageTypePart; in getShaderImageType()
246 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() local265 return formatPart + "image" + imageTypePart; in getShaderImageType()
802 …const std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLAS… in getShaderMultisampledImageType() local806 str << formatPart << "image2DMS" << (numLayers > 1 ? "Array" : ""); in getShaderMultisampledImageType()
591 std::string formatPart = getFormatPrefix(format); in getShaderImageType() local623 return formatPart + "image" + imageTypePart; in getShaderImageType()696 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType() local714 return std::string(formatPart) + typePart; in getGlslSamplerType()
457 std::string formatPart; in getShaderImageType() local463 formatPart = "i"; in getShaderImageType()466 formatPart = "u"; in getShaderImageType()477 return formatPart + "image2D"; in getShaderImageType()
217 …const std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLAS… in getShaderSamplerOrImageType() local220 return formatPart + (isSampler ? "sampler2D" : "image2D"); in getShaderSamplerOrImageType()
415 …const std::string formatPart = tcu::getTextureChannelClass(texFormat.type) == tcu::TEXTURECHANNE… in getShaderImageType() local419 case VK_IMAGE_TYPE_1D: return formatPart + "image1D"; in getShaderImageType()420 case VK_IMAGE_TYPE_2D: return formatPart + "image2D"; in getShaderImageType()421 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()