Searched defs:tc_array (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp927 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord"); local
928 assert(tc_array);
929 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
932 tc_array->max_array_access = MAX2(tc_array->max_array_access, unit);
1103 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord"); local
1104 assert(tc_array);
1105 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
1108 tc_array->max_array_access = MAX2(tc_array
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp927 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord"); local
928 assert(tc_array);
929 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
932 tc_array->max_array_access = MAX2(tc_array->max_array_access, unit);
1103 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord"); local
1104 assert(tc_array);
1105 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
1108 tc_array->max_array_access = MAX2(tc_array
[all...]

Completed in 121 milliseconds