Searched defs:draw_tcs_jit_context (Results 1 – 1 of 1) sorted by relevance
344 struct draw_tcs_jit_context { struct345 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];346 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];348 int dummy1;349 int dummy2;374 #define draw_tcs_jit_context_constants(_gallivm, _ptr) \ argument