Searched defs:anv_cmd_buffer (Results 1 – 2 of 2) sorted by relevance
2543 struct anv_cmd_buffer { struct2559 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument2562 enum anv_cmd_buffer_exec_mode exec_mode; argument2573 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument2575 struct u_vector bt_block_states;2576 struct anv_state bt_next;2578 struct anv_reloc_list surface_relocs;2580 uint32_t last_ss_pool_center;2583 uint32_t serial;2586 struct anv_state_stream surface_state_stream;[all …]
4206 struct anv_cmd_buffer { struct4223 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument4226 enum anv_cmd_buffer_exec_mode exec_mode; argument4237 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument4239 struct u_vector bt_block_states;4240 struct anv_state bt_next;4242 struct anv_reloc_list surface_relocs;4245 uint32_t serial;4248 struct anv_state_stream surface_state_stream;4249 struct anv_state_stream dynamic_state_stream;[all …]