Searched refs:samp0 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 231 static const TextureSampler& IthTextureSampler(int i, const TextureSampler& samp0, in IthTextureSampler() argument 233 return (0 == i) ? samp0 : IthTextureSampler(i - 1, samps...); in IthTextureSampler()
|
D | GrFragmentProcessor.h | 347 static const TextureSampler& IthTextureSampler(int i, const TextureSampler& samp0, in IthTextureSampler() argument 349 return (0 == i) ? samp0 : IthTextureSampler(i - 1, samps...); in IthTextureSampler()
|
/external/skia/src/gpu/ |
D | GrGeometryProcessor.h | 251 static const TextureSampler& IthTextureSampler(int i, const TextureSampler& samp0, in IthTextureSampler() argument 253 return (0 == i) ? samp0 : IthTextureSampler(i - 1, samps...); in IthTextureSampler()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 3970 LLVMValueRef img7, samp0; in sici_fix_sampler_aniso() local 3976 samp0 = LLVMBuildExtractElement(builder, samp, LLVMConstInt(ctx->ac.i32, 0, 0), ""); in sici_fix_sampler_aniso() 3977 samp0 = LLVMBuildAnd(builder, samp0, img7, ""); in sici_fix_sampler_aniso() 3978 return LLVMBuildInsertElement(builder, samp, samp0, LLVMConstInt(ctx->ac.i32, 0, 0), ""); in sici_fix_sampler_aniso()
|