Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp1183 const bool isSampledImage = IsSampler(type); in getImageTypeParameters() local
1195 *sampledOut = spirv::LiteralInteger(isSampledImage ? 1 : 2); in getImageTypeParameters()
1216 addCapability(isSampledImage ? spv::CapabilitySampled1D : spv::CapabilityImage1D); in getImageTypeParameters()
1219 if (!isSampledImage && isArrayed && isMultisampled) in getImageTypeParameters()
1227 if (!isSampledImage && isArrayed) in getImageTypeParameters()
1233 addCapability(isSampledImage ? spv::CapabilitySampledRect : spv::CapabilityImageRect); in getImageTypeParameters()
1236 addCapability(isSampledImage ? spv::CapabilitySampledBuffer in getImageTypeParameters()
/third_party/glslang/SPIRV/
DSpvBuilder.h212 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage() function
DGlslangToSpv.cpp4772 if (node->getOp() != glslang::EOpTextureQueryLod && builder.isSampledImage(params.sampler)) in createImageTextureFunctionCall()
5029 if (builder.isSampledImage(params.sampler)) in createImageTextureFunctionCall()
5095 if (builder.isSampledImage(params.sampler)) in createImageTextureFunctionCall()