Searched defs:draw_jit_context (Results 1 – 1 of 1) sorted by relevance
158 struct draw_jit_context struct160 const float *vs_constants[LP_MAX_TGSI_CONST_BUFFERS];161 int num_vs_constants[LP_MAX_TGSI_CONST_BUFFERS];162 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];186 #define draw_jit_context_vs_constants(_gallivm, _ptr) \ argument