Home
last modified time | relevance | path

Searched refs:DRAW_TOTAL_CLIP_PLANES (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h56 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES) macro
74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
193 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4];
295 float plane[DRAW_TOTAL_CLIP_PLANES][4];
Ddraw_llvm.h97 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
Ddraw_llvm.c164 DRAW_TOTAL_CLIP_PLANES), 0); in create_jit_context_type()
637 assert(DRAW_TOTAL_CLIP_PLANES==14); in store_aos_array()
639 vertex_id_pad_edgeflag = (0xffff << 16) | (1 << DRAW_TOTAL_CLIP_PLANES); in store_aos_array()
641 vertex_id_pad_edgeflag |= 1 << (DRAW_TOTAL_CLIP_PLANES+1); in store_aos_array()
Ddraw_pt_fetch_shade_pipeline_llvm.c180 (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_prepare()
Ddraw_context.c138 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]); in draw_init()