Searched defs:draw_gs_jit_context (Results 1 – 1 of 1) sorted by relevance
201 struct draw_gs_jit_context struct203 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];204 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];205 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];206 struct pipe_viewport_state *viewports;210 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];211 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];235 #define draw_gs_jit_context_constants(_gallivm, _ptr) \ argument