Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h331 struct lp_jit_cs_context struct
333 const float *constants[LP_MAX_TGSI_CONST_BUFFERS];
334 int num_constants[LP_MAX_TGSI_CONST_BUFFERS];
336 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
337 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS];
338 struct lp_jit_image images[PIPE_MAX_SHADER_IMAGES];
340 const uint32_t *ssbos[LP_MAX_TGSI_SHADER_BUFFERS];
341 int num_ssbos[LP_MAX_TGSI_SHADER_BUFFERS];
365 #define lp_jit_cs_context_constants(_gallivm, _ptr) \ argument