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;226 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4]; 356 float plane[DRAW_TOTAL_CLIP_PLANES][4];
162 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];258 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
524 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_bind_parameters()526 (float (*)[DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0]; in llvm_middle_end_bind_parameters()
323 DRAW_TOTAL_CLIP_PLANES), 0); in create_jit_context_type()387 DRAW_TOTAL_CLIP_PLANES), 0); in create_gs_jit_context_type()1257 assert(DRAW_TOTAL_CLIP_PLANES==14); in store_aos_array()1260 vertex_id_pad_edgeflag = (0xffff << 16) | (1 << DRAW_TOTAL_CLIP_PLANES); in store_aos_array()1678 1LL << DRAW_TOTAL_CLIP_PLANES); in generate_clipmask()1711 1LL << DRAW_TOTAL_CLIP_PLANES); in clipmask_booli8()
162 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]); in draw_init()