Home
last modified time | relevance | path

Searched refs:samplerIndex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.h62 int samplerIndex);
Dst_cb_bitmap.c119 make_bitmap_fragment_program(struct gl_context *ctx, GLuint samplerIndex) in make_bitmap_fragment_program() argument
145 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() argument
188 get_bitmap_visitor(fp, orig->glsl_to_tgsi, samplerIndex); in make_bitmap_fragment_program_glsl()
Dst_glsl_to_tgsi.cpp3812 glsl_to_tgsi_visitor *original, int samplerIndex) in get_bitmap_visitor() argument
3841 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()