Home
last modified time | relevance | path

Searched refs:face_slot (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c52 int face_slot; member
70 int slot = unfilled->face_slot; in inject_front_face_info()
264 unfilled->face_slot = draw_alloc_extra_vertex_attrib( in draw_unfilled_prepare_outputs()
267 unfilled->face_slot = -1; in draw_unfilled_prepare_outputs()
292 unfilled->face_slot = -1; in draw_unfilled_stage()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c69 llvmpipe->face_slot = -1; in compute_vertex_info()
100 llvmpipe->face_slot = (int)vinfo->num_attribs; in compute_vertex_info()
Dlp_context.h124 int8_t face_slot; member
Dlp_setup_point.c467 setup->face_slot > 0) { in try_setup_point()
468 point->inputs.frontfacing = v0[setup->face_slot][0]; in try_setup_point()
Dlp_setup_context.h111 int8_t face_slot; member
Dlp_setup_line.c633 setup->face_slot > 0) { in try_setup_line()
634 line->inputs.frontfacing = v1[setup->face_slot][0]; in try_setup_line()
Dlp_setup.c1219 setup->face_slot = lp->face_slot; in lp_setup_update_state()