Searched refs:MAX_VBS (Results 1 – 6 of 6) sorted by relevance
97 #define MAX_VBS 28 macro107 #define ANV_SVGS_VB_INDEX MAX_VBS108 #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];
848 .maxVertexInputAttributes = MAX_VBS, in anv_GetPhysicalDeviceProperties()849 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()
589 assert(firstBinding + bindingCount <= MAX_VBS); in anv_CmdBindVertexBuffers()
128 assert(desc->binding < MAX_VBS); in emit_vertex_input()
81 #define MAX_VBS 32 macro967 struct radv_vertex_binding vertex_bindings[MAX_VBS];1233 uint32_t binding_stride[MAX_VBS];
2368 assert(firstBinding + bindingCount <= MAX_VBS); in radv_CmdBindVertexBuffers()