Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs106 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void; in create_compute_state() method
162 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs243 pub fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h955 void *(*create_compute_state)(struct pipe_context *context, member