Searched defs:draw_tcs_jit_context (Results 1 – 1 of 1) sorted by relevance
332 struct draw_tcs_jit_context { struct333 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];334 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];359 #define draw_tcs_jit_context_constants(_gallivm, _ptr) \ argument