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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 95 uint tex_slot; member in struct:aapoint_stage
585 const uint tex_slot = aapoint->tex_slot; local
653 tex = v[0]->data[tex_slot];
656 tex = v[1]->data[tex_slot];
659 tex = v[2]->data[tex_slot];
662 tex = v[3]->data[tex_slot];
703 aapoint->tex_slot = draw_alloc_extra_vertex_attrib(draw,
706 assert(aapoint->tex_slot > 0); /* output[0] is vertex pos */
draw_pipe_aaline.c 93 uint tex_slot; member in struct:aaline_stage
562 uint texPos = aaline->tex_slot;
701 aaline->tex_slot = draw_alloc_extra_vertex_attrib(draw,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 95 uint tex_slot; member in struct:aapoint_stage
585 const uint tex_slot = aapoint->tex_slot; local
653 tex = v[0]->data[tex_slot];
656 tex = v[1]->data[tex_slot];
659 tex = v[2]->data[tex_slot];
662 tex = v[3]->data[tex_slot];
703 aapoint->tex_slot = draw_alloc_extra_vertex_attrib(draw,
706 assert(aapoint->tex_slot > 0); /* output[0] is vertex pos */
draw_pipe_aaline.c 93 uint tex_slot; member in struct:aaline_stage
562 uint texPos = aaline->tex_slot;
701 aaline->tex_slot = draw_alloc_extra_vertex_attrib(draw,

Completed in 3401 milliseconds