Searched defs:rutabaga_command (Results 1 – 2 of 2) sorted by relevance
185 struct rutabaga_command { struct186 uint32_t ctx_id;187 uint32_t cmd_size;188 uint8_t *cmd;193 uint32_t num_in_fences;194 uint64_t *fence_ids;
164 pub struct rutabaga_command { struct165 pub ctx_id: u32,166 pub cmd_size: u32,167 pub cmd: *mut u8,168 pub num_in_fences: u32,169 pub fence_ids: *mut u64,663 cmd: &rutabaga_command, in rutabaga_submit_command()