Searched refs:DRAW_TOTAL_CLIP_PLANES (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES) macro
89 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
210 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4];
312 float plane[DRAW_TOTAL_CLIP_PLANES][4];
H A Ddraw_llvm.h126 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
205 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
H A Ddraw_pt_fetch_shade_pipeline_llvm.c311 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0];
313 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0];
H A Ddraw_llvm.c231 DRAW_TOTAL_CLIP_PLANES), 0);
282 DRAW_TOTAL_CLIP_PLANES), 0);
821 * unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
908 assert(DRAW_TOTAL_CLIP_PLANES==14);
911 vertex_id_pad_edgeflag = (0xffff << 16) | (1 << DRAW_TOTAL_CLIP_PLANES);
1329 1LL << DRAW_TOTAL_CLIP_PLANES);
1362 1LL << DRAW_TOTAL_CLIP_PLANES);
H A Ddraw_context.c151 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES) macro
120 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
258 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4];
388 float plane[DRAW_TOTAL_CLIP_PLANES][4];
H A Ddraw_llvm.h164 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
266 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
H A Ddraw_pt_fetch_shade_pipeline_llvm.c524 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0];
526 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0];
H A Ddraw_llvm.c327 DRAW_TOTAL_CLIP_PLANES), 0);
394 DRAW_TOTAL_CLIP_PLANES), 0);
1193 * unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
1280 assert(DRAW_TOTAL_CLIP_PLANES==14);
1283 vertex_id_pad_edgeflag = (0xffff << 16) | (1 << DRAW_TOTAL_CLIP_PLANES);
1701 1LL << DRAW_TOTAL_CLIP_PLANES);
1734 1LL << DRAW_TOTAL_CLIP_PLANES);
H A Ddraw_context.c162 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]);

Completed in 22 milliseconds