Searched defs:create_compute_state (Results 1 – 4 of 4) sorted by relevance
311 static void *create_compute_state(struct pipe_context *pipe, in create_compute_state() function
88 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void; in create_compute_state() method186 fn create_compute_state(&self, nir: &NirShader, static_local_mem: u32) -> *mut c_void { in create_compute_state() method
310 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