Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
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() local
1192 struct lp_cs_context *csctx = llvmpipe->csctx; in update_csctx_ssbo() local
1247 struct lp_cs_context *csctx = llvmpipe->csctx; in llvmpipe_cs_update_derived() local
1411 lp_csctx_destroy(struct lp_cs_context *csctx) in lp_csctx_destroy()
[all …]
Dlp_context.h166 struct lp_cs_context *csctx; member