Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c258 cso_set_compute_shader_handle(st->cso_context, NULL); in st_update_cp()
277 cso_set_compute_shader_handle(st->cso_context, shader); in st_update_cp()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h128 void cso_set_compute_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c1033 void cso_set_compute_shader_handle(struct cso_context *ctx, void *handle) in cso_set_compute_shader_handle() function