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 …]
4071 struct anv_cmd_buffer { struct4088 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument4091 enum anv_cmd_buffer_exec_mode exec_mode; argument4102 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument4104 struct u_vector bt_block_states;4105 struct anv_state bt_next;4107 struct anv_reloc_list surface_relocs;4110 uint32_t serial;4113 struct anv_state_stream surface_state_stream;4114 struct anv_state_stream dynamic_state_stream;[all …]