Searched refs:MAX_VBS (Results 1 – 17 of 17) sorted by relevance
35 #define MAX_VBS 16 macro
969 struct v3dv_vertex_binding vertex_bindings[MAX_VBS];1583 } vb[MAX_VBS];
858 .maxVertexInputBindings = MAX_VBS, in v3dv_GetPhysicalDeviceProperties()
4519 assert(firstBinding + bindingCount <= MAX_VBS); in v3dv_CmdBindVertexBuffers()
33 #define MAX_VBS 32 macro
1434 struct radv_vertex_binding vertex_bindings[MAX_VBS];1733 uint32_t binding_stride[MAX_VBS];
3822 assert(firstBinding + bindingCount <= MAX_VBS); in radv_CmdBindVertexBuffers2EXT()
1558 .maxVertexInputBindings = MAX_VBS, in radv_GetPhysicalDeviceProperties()
58 - radv: Fix off by one in MAX_VBS assert.
88 #define MAX_VBS 32 macro865 } vb[MAX_VBS];
1578 cmd->state.vertex_buffers.iova = tu_cs_draw_state(&cmd->sub_cs, &cs, 4 * MAX_VBS).iova; in tu_CmdBindVertexBuffers2EXT()1589 for (uint32_t i = 0; i < MAX_VBS; i++) { in tu_CmdBindVertexBuffers2EXT()1600 tu_cs_draw_state(&cmd->sub_cs, &cs, 2 * MAX_VBS).iova; in tu_CmdBindVertexBuffers2EXT()1602 for (uint32_t i = 0; i < MAX_VBS; i++) in tu_CmdBindVertexBuffers2EXT()
1549 uint32_t step_rate[MAX_VBS]; in tu6_emit_vertex_input()
166 #define MAX_VBS 28 macro220 #define ANV_SVGS_VB_INDEX MAX_VBS221 #define ANV_DRAWID_VB_INDEX (MAX_VBS + 1)2941 struct anv_vertex_binding vertex_bindings[MAX_VBS];3476 } vb[MAX_VBS];
916 assert(firstBinding + bindingCount <= MAX_VBS); in anv_CmdBindVertexBuffers2EXT()
1549 .maxVertexInputAttributes = MAX_VBS, in anv_GetPhysicalDeviceProperties()1550 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()
2234 for (uint32_t vb = 0; vb < MAX_VBS; vb++) { in anv_graphics_pipeline_init()
155 assert(desc->binding < MAX_VBS); in emit_vertex_input()