Searched defs:create_compute_state (Results 1 – 3 of 3) sorted by relevance
106 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void; in create_compute_state() method162 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
243 pub fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
955 void *(*create_compute_state)(struct pipe_context *context, member