Home
last modified time | relevance | path

Searched refs:sp_compute_shader (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c38 cs_prepare(const struct sp_compute_shader *cs, in cs_prepare()
84 cs_run(const struct sp_compute_shader *cs, in cs_run()
108 run_workgroup(const struct sp_compute_shader *cs, in run_workgroup()
129 cs_delete(const struct sp_compute_shader *cs, in cs_delete()
170 struct sp_compute_shader *cs = softpipe->cs; in softpipe_launch_grid()
Dsp_state_shader.c412 struct sp_compute_shader *state = CALLOC_STRUCT(sp_compute_shader); in softpipe_create_compute_state()
446 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_bind_compute_state()
458 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_delete_compute_state()
Dsp_state.h134 struct sp_compute_shader { struct
Dsp_context.h67 struct sp_compute_shader *cs;