Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1761 bool noImplicitLod, const TextureParameters& parameters) in createTextureCall() argument
1804 } else if (noImplicitLod && ! fetch && ! gather) { in createTextureCall()
DGlslangToSpv.cpp4411 bool noImplicitLod = false; local
4447 noImplicitLod = true;
4549 …ll(precision, resType, sparse, cracked.fetch, cracked.proj, cracked.gather, noImplicitLod, params);
4602 …recision, resultType(), sparse, cracked.fetch, cracked.proj, cracked.gather, noImplicitLod, params)