Searched refs:face_slot (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c52 int face_slot; member in struct:unfilled_stage
69 int slot = unfilled->face_slot;
263 unfilled->face_slot = draw_alloc_extra_vertex_attrib(
266 unfilled->face_slot = -1;
291 unfilled->face_slot = -1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c52 int face_slot; member in struct:unfilled_stage
69 int slot = unfilled->face_slot;
263 unfilled->face_slot = draw_alloc_extra_vertex_attrib(
266 unfilled->face_slot = -1;
291 unfilled->face_slot = -1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h123 int8_t face_slot; member in struct:llvmpipe_context
H A Dlp_setup_context.h111 int8_t face_slot; member in struct:lp_setup_context
H A Dlp_state_derived.c69 llvmpipe->face_slot = -1;
100 llvmpipe->face_slot = (int)vinfo->num_attribs;
H A Dlp_setup_point.c466 setup->face_slot > 0) {
467 point->inputs.frontfacing = v0[setup->face_slot][0];
H A Dlp_setup_line.c636 setup->face_slot > 0) {
637 line->inputs.frontfacing = v1[setup->face_slot][0];
H A Dlp_setup.c1223 setup->face_slot = lp->face_slot;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h139 int8_t face_slot; member in struct:llvmpipe_context
H A Dlp_state_derived.c69 llvmpipe->face_slot = -1;
100 llvmpipe->face_slot = (int)vinfo->num_attribs;
H A Dlp_setup_context.h117 int8_t face_slot; member in struct:lp_setup_context
H A Dlp_setup_point.c490 setup->face_slot > 0) {
491 point->inputs.frontfacing = v0[setup->face_slot][0];
569 setup->face_slot > 0) {
570 point->inputs.frontfacing = v0[setup->face_slot][0];
H A Dlp_setup_line.c648 setup->face_slot > 0) {
649 line->inputs.frontfacing = v1[setup->face_slot][0];
H A Dlp_setup.c1463 setup->face_slot = lp->face_slot;

Completed in 33 milliseconds