Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp128 if (IsIntegerSampler(textureFunction.sampler) || in OutputHLSL4SampleFunctionPrefix()
185 if ((IsIntegerSampler(textureFunction.sampler) && in GetSamplerCoordinateTypeString()
535 (IsIntegerSampler(textureFunction.sampler) && IsSamplerCube(textureFunction.sampler))) in OutputTextureSizeFunctionBody()
612 if (!IsIntegerSampler(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
1009 if (IsIntegerSampler(textureFunction.sampler) && !IsSamplerCube(textureFunction.sampler) && in OutputTextureSampleFunctionReturnStatement()
1114 ASSERT(!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
1121 if (IsIntegerSampler(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()
1155 else if (IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
1213 (!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
DBaseTypes.h241 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function
326 ASSERT(!IsIntegerSampler(type)); in IsIntegerSamplerUnsigned()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h153 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function