Searched refs:DRAW_TOTAL_CLIP_PLANES (Results 1 – 5 of 5) sorted by relevance
55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES) macro89 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;210 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4]; 312 float plane[DRAW_TOTAL_CLIP_PLANES][4];
126 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];205 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
300 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_bind_parameters()302 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_bind_parameters()
231 DRAW_TOTAL_CLIP_PLANES), 0); in create_jit_context_type()282 DRAW_TOTAL_CLIP_PLANES), 0); in create_gs_jit_context_type()904 assert(DRAW_TOTAL_CLIP_PLANES==14); in store_aos_array()907 vertex_id_pad_edgeflag = (0xffff << 16) | (1 << DRAW_TOTAL_CLIP_PLANES); in store_aos_array()1325 1LL << DRAW_TOTAL_CLIP_PLANES); in generate_clipmask()1358 1LL << DRAW_TOTAL_CLIP_PLANES); in clipmask_booli8()
151 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]); in draw_init()