Home
last modified time | relevance | path

Searched defs:isSampledImage (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h275 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp1183 const bool isSampledImage = IsSampler(type); in getImageTypeParameters() local