Searched defs:pos_slot (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c98 uint pos_slot; member in struct:aapoint_stage
586 const uint pos_slot = aapoint->pos_slot; local
636 pos = v[0]->data[pos_slot];
640 pos = v[1]->data[pos_slot];
644 pos = v[2]->data[pos_slot];
648 pos = v[3]->data[pos_slot];
700 aapoint->pos_slot = draw_current_shader_position_output(draw);
H A Ddraw_pipe_aaline.c95 uint pos_slot; member in struct:aaline_stage
563 uint posPos = aaline->pos_slot;
698 aaline->pos_slot = draw_current_shader_position_output(draw);;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c98 uint pos_slot; member in struct:aapoint_stage
586 const uint pos_slot = aapoint->pos_slot; local
636 pos = v[0]->data[pos_slot];
640 pos = v[1]->data[pos_slot];
644 pos = v[2]->data[pos_slot];
648 pos = v[3]->data[pos_slot];
700 aapoint->pos_slot = draw_current_shader_position_output(draw);
H A Ddraw_pipe_aaline.c95 uint pos_slot; member in struct:aaline_stage
563 uint posPos = aaline->pos_slot;
698 aaline->pos_slot = draw_current_shader_position_output(draw);;

Completed in 76 milliseconds