Searched refs:MAX_VBS (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_constants.h33 #define MAX_VBS 32 macro
H A Dradv_shader.h71 uint8_t vertex_binding_align[MAX_VBS];
H A Dradv_private.h1475 struct radv_vertex_binding vertex_bindings[MAX_VBS];
1779 uint32_t binding_stride[MAX_VBS];
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_limits.h35 #define MAX_VBS 16 macro
H A Dv3dv_private.h1137 struct v3dv_vertex_binding vertex_bindings[MAX_VBS];
1790 } vb[MAX_VBS];
H A Dv3dv_device.c1324 .maxVertexInputBindings = MAX_VBS,
H A Dv3dv_cmd_buffer.c2763 assert(firstBinding + bindingCount <= MAX_VBS);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.9.rst58 - radv: Fix off by one in MAX_VBS assert.
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h80 #define MAX_VBS 32 macro
830 struct tu_buffer *buffers[MAX_VBS];
831 VkDeviceSize offsets[MAX_VBS];
915 struct tu_vertex_binding vertex_bindings[MAX_VBS];
H A Dtu_cmd_buffer.c1621 assert(firstBinding + bindingCount <= MAX_VBS);
2267 for (uint32_t i = 0; i < MAX_VBS; i++) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_private.h86 #define MAX_VBS 16 macro
577 struct panvk_attrib_buf bufs[MAX_VBS];
H A Dpanvk_cmd_buffer.c46 assert(firstBinding + bindingCount <= MAX_VBS);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h88 #define MAX_VBS 32 macro
1114 struct radv_vertex_binding vertex_bindings[MAX_VBS];
1385 uint32_t binding_stride[MAX_VBS];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_private.h99 #define MAX_VBS 32 macro
968 } vb[MAX_VBS];
H A Dtu_cmd_buffer.c1667 cmd->state.vertex_buffers.iova = tu_cs_draw_state(&cmd->sub_cs, &cs, 4 * MAX_VBS).iova;
1683 for (uint32_t i = 0; i < MAX_VBS; i++) {
1693 tu_cs_draw_state(&cmd->sub_cs, &cs, 2 * MAX_VBS).iova;
1695 for (uint32_t i = 0; i < MAX_VBS; i++)
H A Dtu_pipeline.c1751 uint32_t step_rate[MAX_VBS];
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h152 #define MAX_VBS 28 macro
197 #define ANV_SVGS_VB_INDEX MAX_VBS
198 #define ANV_DRAWID_VB_INDEX (MAX_VBS + 1)
2355 struct anv_vertex_binding vertex_bindings[MAX_VBS];
2765 } vb[MAX_VBS];
H A Danv_cmd_buffer.c618 assert(firstBinding + bindingCount <= MAX_VBS);
H A Danv_pipeline.c1726 for (uint32_t vb = 0; vb < MAX_VBS; vb++) {
H A DgenX_pipeline.c155 assert(desc->binding < MAX_VBS);
H A Danv_device.c1254 .maxVertexInputAttributes = MAX_VBS,
1255 .maxVertexInputBindings = MAX_VBS,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_private.h182 #define MAX_VBS 28 macro
234 #define ANV_SVGS_VB_INDEX MAX_VBS
235 #define ANV_DRAWID_VB_INDEX (MAX_VBS + 1)
3000 struct anv_vertex_binding vertex_bindings[MAX_VBS];
3590 } vb[MAX_VBS];
H A Danv_cmd_buffer.c1049 assert(firstBinding + bindingCount <= MAX_VBS);
H A Danv_device.c1848 .maxVertexInputAttributes = MAX_VBS,
1849 .maxVertexInputBindings = MAX_VBS,
H A DgenX_pipeline.c157 assert(desc->binding < MAX_VBS);

Completed in 133 milliseconds

12