HomeSort by relevance Sort by last modified time
    Searched refs:pos_slot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 98 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);
draw_pipe_aaline.c 95 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/
draw_pipe_aapoint.c 98 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);
draw_pipe_aaline.c 95 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 62 milliseconds