Searched refs:IsIntegerSampler (Results 1 – 3 of 3) sorted by relevance
128 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()
241 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function326 ASSERT(!IsIntegerSampler(type)); in IsIntegerSamplerUnsigned()
153 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function