Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h182 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage()
197 bool isSampledImageType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampledImage; } in isSampledImageType() function
237 assert(isImageType(typeId) || isSampledImageType(typeId)); in getImageType()
238 return isSampledImageType(typeId) ? module.getInstruction(typeId)->getIdOperand(0) : typeId; in getImageType()