Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h262 struct draw_gs_jit_context struct
264 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];
265 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];
266 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
267 struct pipe_viewport_state *viewports;
271 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
272 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
273 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES];
275 int **prim_lengths;
276 int *emitted_vertices;
[all …]