Home
last modified time | relevance | path

Searched defs:anv_cmd_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_private.h2543 struct anv_cmd_buffer { struct
2559 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument
2562 enum anv_cmd_buffer_exec_mode exec_mode; argument
2573 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument
2575 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 …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_private.h4071 struct anv_cmd_buffer { struct
4088 * These fields are initialized by anv_cmd_buffer_init_batch_bo_chain(). argument
4091 enum anv_cmd_buffer_exec_mode exec_mode; argument
4102 * initialized by anv_cmd_buffer_init_batch_bo_chain() argument
4104 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 …]