Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.h94 struct lp_compute_shader *shader;
103 struct lp_compute_shader { struct
Dlp_context.h52 struct lp_compute_shader;
73 struct lp_compute_shader *cs;
Dlp_state_cs.c67 struct lp_compute_shader *shader, in generate_compute()
480 struct lp_compute_shader *shader; in llvmpipe_create_compute_state()
483 shader = CALLOC_STRUCT(lp_compute_shader); in llvmpipe_create_compute_state()
536 llvmpipe->cs = (struct lp_compute_shader *)cs; in llvmpipe_bind_compute_state()
576 struct lp_compute_shader *shader = cs; in llvmpipe_delete_compute_state()
597 struct lp_compute_shader *shader, in make_variant_key()
764 struct lp_compute_shader *shader, in generate_variant()
834 struct lp_compute_shader *shader = lp->cs; in llvmpipe_update_cs()
1443 struct lp_compute_shader *cs = llvmpipe->cs; in llvmpipe_set_global_binding()