Searched refs:IsIntegerSampler (Results 1 – 3 of 3) sorted by relevance
136 if (IsIntegerSampler(textureFunction.sampler) || in OutputHLSL4SampleFunctionPrefix()193 if ((IsIntegerSampler(textureFunction.sampler) && in GetSamplerCoordinateTypeString()553 (IsIntegerSampler(textureFunction.sampler) && IsSamplerCube(textureFunction.sampler))) in OutputTextureSizeFunctionBody()635 if (!IsIntegerSampler(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()1032 if (IsIntegerSampler(textureFunction.sampler) && !IsSamplerCube(textureFunction.sampler) && in OutputTextureSampleFunctionReturnStatement()1153 ASSERT(!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()1160 if (IsIntegerSampler(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()1194 else if (IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()1254 (!IsIntegerSampler(textureFunction.sampler) || in OutputTextureSampleFunctionReturnStatement()
252 if (!IsIntegerSampler(type.getBasicType())) in WriteWgslSamplerType()
236 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function309 ASSERT(!IsIntegerSampler(type)); in IsIntegerSamplerUnsigned()