Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c37 cs_prepare(const struct sp_compute_shader *cs, in cs_prepare()
83 cs_run(const struct sp_compute_shader *cs, in cs_run()
107 run_workgroup(const struct sp_compute_shader *cs, in run_workgroup()
128 cs_delete(const struct sp_compute_shader *cs, in cs_delete()
169 struct sp_compute_shader *cs = softpipe->cs; in softpipe_launch_grid()
H A Dsp_state_shader.c410 struct sp_compute_shader *state = CALLOC_STRUCT(sp_compute_shader); in softpipe_create_compute_state()
444 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_bind_compute_state()
456 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; in softpipe_delete_compute_state()
H A Dsp_state.h134 struct sp_compute_shader { struct
H A Dsp_context.h68 struct sp_compute_shader *cs;