Searched defs:rutabaga_command (Results 1 – 2 of 2) sorted by relevance
160 struct rutabaga_command { struct161 uint32_t ctx_id;162 uint32_t cmd_size;163 uint8_t *cmd;168 uint32_t num_in_fences;169 uint64_t *fence_ids;
163 pub struct rutabaga_command { struct164 pub ctx_id: u32,165 pub cmd_size: u32,166 pub cmd: *mut u8,167 pub num_in_fences: u32,168 pub fence_ids: *mut u64,638 cmd: &rutabaga_command, in rutabaga_submit_command()