Searched refs:formatPart (Results 1 – 1 of 1) sorted by relevance
238 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() local249 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart; in getShaderSamplerOrImageType()