Searched refs:IsIntegerSampler (Results 1 – 5 of 5) sorted by relevance
128 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()
168 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler() function224 assert(!IsIntegerSampler(type)); in IsIntegerSamplerUnsigned()
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