Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h254 struct draw_gs_jit_context struct
256 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];
257 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];
258 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4];
259 struct pipe_viewport_state *viewports;
263 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
264 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
265 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES];
267 int **prim_lengths;
268 int *emitted_vertices;
[all …]