Home
last modified time | relevance | path

Searched refs:cso_set_compute_shader_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h124 void cso_set_compute_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c959 void cso_set_compute_shader_handle(struct cso_context *ctx, void *handle) in cso_set_compute_shader_handle() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c338 cso_set_compute_shader_handle(st->cso_context, shader); in st_update_cp()
Dst_program.c295 cso_set_compute_shader_handle(st->cso_context, NULL); in st_unbind_program()
Dst_pbo_compute.c831 cso_set_compute_shader_handle(cso, cs); in download_texture_compute()