Searched refs:pos_slot (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_interpolation_map.c72 unsigned pos_slot = vue_map->varying_to_slot[VARYING_SLOT_POS]; local in function:brw_setup_vue_interpolation
73 if (pos_slot != -1) {;
74 prog_data->interp_mode[pos_slot] = INTERP_MODE_NOPERSPECTIVE;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_interpolation_map.c72 unsigned pos_slot = vue_map->varying_to_slot[VARYING_SLOT_POS]; local in function:brw_setup_vue_interpolation
73 if (pos_slot != -1) {;
74 prog_data->interp_mode[pos_slot] = INTERP_MODE_NOPERSPECTIVE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c98 uint pos_slot; member in struct:aapoint_stage
450 const uint pos_slot = aapoint->pos_slot; local in function:aapoint_point
500 pos = v[0]->data[pos_slot];
504 pos = v[1]->data[pos_slot];
508 pos = v[2]->data[pos_slot];
512 pos = v[3]->data[pos_slot];
635 aapoint->pos_slot = draw_current_shader_position_output(draw);
H A Ddraw_pipe_aaline.c80 uint pos_slot; member in struct:aaline_stage
363 uint posPos = aaline->pos_slot;
678 aaline->pos_slot = draw_current_shader_position_output(draw);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c100 uint pos_slot; member in struct:aapoint_stage
480 const uint pos_slot = aapoint->pos_slot; local in function:aapoint_point
530 pos = v[0]->data[pos_slot];
534 pos = v[1]->data[pos_slot];
538 pos = v[2]->data[pos_slot];
542 pos = v[3]->data[pos_slot];
665 aapoint->pos_slot = draw_current_shader_position_output(draw);
H A Ddraw_pipe_aaline.c82 uint pos_slot; member in struct:aaline_stage
385 uint posPos = aaline->pos_slot;
704 aaline->pos_slot = draw_current_shader_position_output(draw);

Completed in 14 milliseconds