Home
last modified time | relevance | path

Searched defs:draw_jit_context (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h160 struct draw_jit_context struct
162 const float *vs_constants[LP_MAX_TGSI_CONST_BUFFERS];
163 int num_vs_constants[LP_MAX_TGSI_CONST_BUFFERS];
164 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
165 struct pipe_viewport_state *viewports;
167 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
191 #define draw_jit_context_vs_constants(_gallivm, _ptr) \ argument