Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h3031 struct radv_indirect_command_layout { struct
3032 struct vk_object_base base;
3034 uint32_t input_stride;
3035 uint32_t token_count;
3037 bool indexed;
3038 bool binds_index_buffer;
3039 bool binds_state;
3040 uint16_t draw_params_offset;
3041 uint16_t index_buffer_offset;
3043 uint16_t state_offset;
[all …]