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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 52 int face_slot; member in struct:unfilled_stage
70 int slot = unfilled->face_slot;
264 unfilled->face_slot = draw_alloc_extra_vertex_attrib(
267 unfilled->face_slot = -1;
292 unfilled->face_slot = -1;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 124 int8_t face_slot; member in struct:llvmpipe_context
lp_setup_context.h 111 int8_t face_slot; member in struct:lp_setup_context
lp_state_derived.c 69 llvmpipe->face_slot = -1;
100 llvmpipe->face_slot = (int)vinfo->num_attribs;
lp_setup_point.c 467 setup->face_slot > 0) {
468 point->inputs.frontfacing = v0[setup->face_slot][0];
lp_setup_line.c 633 setup->face_slot > 0) {
634 line->inputs.frontfacing = v1[setup->face_slot][0];
lp_setup.c     [all...]

Completed in 193 milliseconds