Home
last modified time | relevance | path

Searched refs:lp_cs_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.h124 struct lp_cs_context { struct
152 struct lp_cs_context *lp_csctx_create(struct pipe_context *pipe); argument
153 void lp_csctx_destroy(struct lp_cs_context *csctx);
Dlp_state_cs.c768 lp_cs_ctx_set_cs_variant( struct lp_cs_context *csctx, in lp_cs_ctx_set_cs_variant()
874 lp_csctx_set_sampler_views(struct lp_cs_context *csctx, in lp_csctx_set_sampler_views()
1022 lp_csctx_set_sampler_state(struct lp_cs_context *csctx, in lp_csctx_set_sampler_state()
1048 lp_csctx_set_cs_constants(struct lp_cs_context *csctx, in lp_csctx_set_cs_constants()
1067 lp_csctx_set_cs_ssbos(struct lp_cs_context *csctx, in lp_csctx_set_cs_ssbos()
1085 lp_csctx_set_cs_images(struct lp_cs_context *csctx, in lp_csctx_set_cs_images()
1159 struct lp_cs_context *csctx = llvmpipe->csctx; in update_csctx_consts()
1192 struct lp_cs_context *csctx = llvmpipe->csctx; in update_csctx_ssbo()
1247 struct lp_cs_context *csctx = llvmpipe->csctx; in llvmpipe_cs_update_derived()
1411 lp_csctx_destroy(struct lp_cs_context *csctx) in lp_csctx_destroy()
[all …]
Dlp_context.h166 struct lp_cs_context *csctx;