Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.h21 struct radv_indirect_command_layout { struct
22 struct vk_object_base base;
24 VkIndirectCommandsLayoutUsageFlagsNV flags;
25 VkPipelineBindPoint pipeline_bind_point;
27 uint32_t input_stride;
28 uint32_t token_count;
30 bool indexed;
31 bool binds_index_buffer;
32 bool draw_mesh_tasks;
33 uint16_t draw_params_offset;
[all …]