Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp128 if (IsIntegerSampler(textureFunction.sampler) || in OutputHLSL4SampleFunctionPrefix()
185 if ((IsIntegerSampler(textureFunction.sampler) && in GetSamplerCoordinateTypeString()
531 (IsIntegerSampler(textureFunction.sampler) && IsSamplerCube(textureFunction.sampler))) in OutputTextureSizeFunctionBody()
608 if (!IsIntegerSampler(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
1005 if (IsIntegerSampler(textureFunction.sampler) && !IsSamplerCube(textureFunction.sampler) && in OutputTextureSampleFunctionReturnStatement()
1109 ASSERT(!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
1116 if (IsIntegerSampler(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()
1150 else if (IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
1208 (!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
DBaseTypes.h168 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function
224 assert(!IsIntegerSampler(type)); in IsIntegerSamplerUnsigned()
/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