Home
last modified time | relevance | path

Searched defs:create_compute_state (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs108 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void; in create_compute_state() method
169 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dcontext.rs267 pub fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h956 void *(*create_compute_state)(struct pipe_context *context, member