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

/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 90 milliseconds