Searched refs:DRAW_TOTAL_CLIP_PLANES (Results 1 – 5 of 5) sorted by relevance
56 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES) macro74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;193 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4]; 295 float plane[DRAW_TOTAL_CLIP_PLANES][4];
97 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
164 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()
180 (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_prepare()
138 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]); in draw_init()