Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_limits.h33 #define MAX_VBS 16 macro
Dv3dv_private.h1315 struct v3dv_vertex_binding vertex_bindings[MAX_VBS];
2016 } vb[MAX_VBS];
Dv3dv_device.c1439 .maxVertexInputBindings = MAX_VBS, in v3dv_GetPhysicalDeviceProperties()
Dv3dv_cmd_buffer.c2886 assert(firstBinding + bindingCount <= MAX_VBS); in v3dv_CmdBindVertexBuffers()
/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h33 #define MAX_VBS 32 macro
Dradv_private.h1592 struct radv_buffer *vertex_binding_buffers[MAX_VBS];
1593 struct radv_vertex_binding vertex_bindings[MAX_VBS];
1956 uint8_t vertex_binding_align[MAX_VBS];
1959 uint32_t binding_stride[MAX_VBS];
2158 uint32_t binding_stride[MAX_VBS];
3046 uint32_t vbo_offsets[MAX_VBS];
Dradv_shader.h80 uint8_t vertex_binding_align[MAX_VBS];
Dradv_pipeline.c3330 for (uint32_t i = 0; i < MAX_VBS; i++) { in radv_generate_graphics_pipeline_key()
6747 for (uint32_t i = 0; i < MAX_VBS; i++) { in radv_pipeline_init_vertex_input_state()
Dradv_cmd_buffer.c5101 assert(firstBinding + bindingCount <= MAX_VBS); in radv_CmdBindVertexBuffers2()
6053 const VkVertexInputBindingDescription2EXT *bindings[MAX_VBS]; in radv_CmdSetVertexInputEXT()
Dradv_device.c1949 .maxVertexInputBindings = MAX_VBS, in radv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_common.h81 #define MAX_VBS 32 macro
Dtu_cmd_buffer.h313 } vb[MAX_VBS];
Dtu_cmd_buffer.c1884 cmd->state.vertex_buffers.iova = tu_cs_draw_state(&cmd->sub_cs, &cs, 4 * MAX_VBS).iova; in tu_CmdBindVertexBuffers2EXT()
1900 for (uint32_t i = 0; i < MAX_VBS; i++) { in tu_CmdBindVertexBuffers2EXT()
1910 tu_cs_draw_state(&cmd->sub_cs, &cs, 2 * MAX_VBS).iova; in tu_CmdBindVertexBuffers2EXT()
1912 for (uint32_t i = 0; i < MAX_VBS; i++) in tu_CmdBindVertexBuffers2EXT()
Dtu_pipeline.c1826 uint32_t step_rate[MAX_VBS]; in tu6_emit_vertex_input()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h310 #define MAX_VBS 16 macro
498 BITSET_DECLARE(dirty, MAX_VBS);
499 D3D12_VERTEX_BUFFER_VIEW views[MAX_VBS];
769 uint32_t strides[MAX_VBS];
Ddzn_pipeline.c963 D3D12_INPUT_CLASSIFICATION slot_class[MAX_VBS]; in dzn_graphics_pipeline_translate_vi()
Ddzn_device.c1439 .maxVertexInputBindings = MAX_VBS, in dzn_GetPhysicalDeviceProperties2()
Ddzn_cmd_buffer.c2450 BITSET_FOREACH_RANGE(start, end, cmdbuf->state.vb.dirty, MAX_VBS) in dzn_cmd_buffer_update_vbviews()
2453 BITSET_CLEAR_RANGE(cmdbuf->state.vb.dirty, 0, MAX_VBS); in dzn_cmd_buffer_update_vbviews()
/third_party/mesa3d/docs/relnotes/
D17.1.9.rst58 - radv: Fix off by one in MAX_VBS assert.
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h92 #define MAX_VBS 16 macro
695 struct panvk_attrib_buf bufs[MAX_VBS];
Dpanvk_cmd_buffer.c47 assert(firstBinding + bindingCount <= MAX_VBS); in panvk_CmdBindVertexBuffers()
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h196 #define MAX_VBS (33 - 2) macro
256 #define ANV_SVGS_VB_INDEX MAX_VBS
257 #define ANV_DRAWID_VB_INDEX (MAX_VBS + 1)
2735 struct anv_vertex_binding vertex_bindings[MAX_VBS];
3151 } vb[MAX_VBS];
Danv_cmd_buffer.c615 assert(firstBinding + bindingCount <= MAX_VBS); in anv_CmdBindVertexBuffers2()
DgenX_pipeline.c157 assert(binding < MAX_VBS); in emit_vertex_input()
Danv_device.c1908 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()