Searched refs:PV_FIRST (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
H A Du_indices_gen.c16741 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_POINTS] = generate_points_ushort_first2first;
16742 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINES] = generate_lines_ushort_first2first;
16743 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_STRIP] = generate_linestrip_ushort_first2first;
16744 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_LOOP] = generate_lineloop_ushort_first2first;
16745 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE
[all...]
/xsrc/external/mit/MesaLib/src/gallium/auxiliary/
H A Du_indices_gen.c17957 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_POINTS] = generate_points_ushort_first2first;
17958 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINES] = generate_lines_ushort_first2first;
17959 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_STRIP] = generate_linestrip_ushort_first2first;
17960 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_LOOP] = generate_lineloop_ushort_first2first;
17961 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_indices.h32 #define PV_FIRST 0 macro
H A Du_primconvert.c86 pc->api_pv = rast->flatshade_first ? PV_FIRST : PV_LAST;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_indices.h32 #define PV_FIRST 0 macro
H A Du_primconvert.c102 pc->api_pv = flatshade_first ? PV_FIRST : PV_LAST;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_draw.c94 hwtnl->api_pv = (flatshade && !flatshade_first) ? PV_LAST : PV_FIRST;
103 hwtnl->hw_pv = PV_FIRST;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_draw.c94 hwtnl->api_pv = (flatshade && !flatshade_first) ? PV_LAST : PV_FIRST;
103 hwtnl->hw_pv = PV_FIRST;

Completed in 63 milliseconds