Searched refs:samplerIndex (Results 1 – 3 of 3) sorted by relevance
62 int samplerIndex);
119 make_bitmap_fragment_program(struct gl_context *ctx, GLuint samplerIndex) in make_bitmap_fragment_program() argument145 p->Instructions[ic].TexSrcUnit = samplerIndex; in make_bitmap_fragment_program()167 p->SamplersUsed = (1 << samplerIndex); in make_bitmap_fragment_program()179 GLuint samplerIndex) in make_bitmap_fragment_program_glsl() argument188 get_bitmap_visitor(fp, orig->glsl_to_tgsi, samplerIndex); in make_bitmap_fragment_program_glsl()
3812 glsl_to_tgsi_visitor *original, int samplerIndex) in get_bitmap_visitor() argument3841 inst->sampler = samplerIndex; in get_bitmap_visitor()3845 prog->SamplersUsed |= (1 << samplerIndex); /* mark sampler as used */ in get_bitmap_visitor()3846 v->samplers_used |= (1 << samplerIndex); in get_bitmap_visitor()