Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c39 cs_prepare(const struct sp_compute_shader *cs, in cs_prepare()
85 cs_run(const struct sp_compute_shader *cs, in cs_run()
110 run_workgroup(const struct sp_compute_shader *cs, in run_workgroup()
131 cs_delete(const struct sp_compute_shader *cs, in cs_delete()
172 struct sp_compute_shader *cs = softpipe->cs; in softpipe_launch_grid()
Dsp_state_shader.c387 struct sp_compute_shader *state; in softpipe_create_compute_state()
396 state = CALLOC_STRUCT(sp_compute_shader); in softpipe_create_compute_state()
412 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_bind_compute_state()
424 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_delete_compute_state()
Dsp_state.h135 struct sp_compute_shader { struct
Dsp_context.h74 struct sp_compute_shader *cs;