Home
last modified time | relevance | path

Searched refs:MAX_VBS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_private.h97 #define MAX_VBS 28 macro
107 #define ANV_SVGS_VB_INDEX MAX_VBS
108 #define ANV_DRAWID_VB_INDEX (MAX_VBS + 1)
1740 struct anv_vertex_binding vertex_bindings[MAX_VBS];
2142 uint32_t binding_stride[MAX_VBS];
2143 bool instancing_enable[MAX_VBS];
Danv_device.c848 .maxVertexInputAttributes = MAX_VBS, in anv_GetPhysicalDeviceProperties()
849 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()
Danv_cmd_buffer.c589 assert(firstBinding + bindingCount <= MAX_VBS); in anv_CmdBindVertexBuffers()
DgenX_pipeline.c128 assert(desc->binding < MAX_VBS); in emit_vertex_input()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h81 #define MAX_VBS 32 macro
967 struct radv_vertex_binding vertex_bindings[MAX_VBS];
1233 uint32_t binding_stride[MAX_VBS];
Dradv_cmd_buffer.c2368 assert(firstBinding + bindingCount <= MAX_VBS); in radv_CmdBindVertexBuffers()