Searched defs:anv_cmd_buffer (Results 1 – 2 of 2) sorted by relevance
2548 struct anv_cmd_buffer { struct2564 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument2567 enum anv_cmd_buffer_exec_mode exec_mode; argument2578 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument2580 struct u_vector bt_block_states;2581 struct anv_state bt_next;2583 struct anv_reloc_list surface_relocs;2585 uint32_t last_ss_pool_center;2588 uint32_t serial;2591 struct anv_state_stream surface_state_stream;[all …]
3659 struct anv_cmd_buffer { struct3676 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument3679 enum anv_cmd_buffer_exec_mode exec_mode; argument3690 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument3692 struct u_vector bt_block_states;3693 struct anv_state bt_next;3695 struct anv_reloc_list surface_relocs;3698 uint32_t serial;3701 struct anv_state_stream surface_state_stream;3702 struct anv_state_stream dynamic_state_stream;[all …]