Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h158 struct draw_jit_context struct
160 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