Searched refs:MAX_VBS (Results 1 – 25 of 25) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_limits.h | 33 #define MAX_VBS 16 macro
|
D | v3dv_private.h | 1315 struct v3dv_vertex_binding vertex_bindings[MAX_VBS]; 2016 } vb[MAX_VBS];
|
D | v3dv_device.c | 1439 .maxVertexInputBindings = MAX_VBS, in v3dv_GetPhysicalDeviceProperties()
|
D | v3dv_cmd_buffer.c | 2886 assert(firstBinding + bindingCount <= MAX_VBS); in v3dv_CmdBindVertexBuffers()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_constants.h | 33 #define MAX_VBS 32 macro
|
D | radv_private.h | 1592 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];
|
D | radv_shader.h | 80 uint8_t vertex_binding_align[MAX_VBS];
|
D | radv_pipeline.c | 3330 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()
|
D | radv_cmd_buffer.c | 5101 assert(firstBinding + bindingCount <= MAX_VBS); in radv_CmdBindVertexBuffers2() 6053 const VkVertexInputBindingDescription2EXT *bindings[MAX_VBS]; in radv_CmdSetVertexInputEXT()
|
D | radv_device.c | 1949 .maxVertexInputBindings = MAX_VBS, in radv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_common.h | 81 #define MAX_VBS 32 macro
|
D | tu_cmd_buffer.h | 313 } vb[MAX_VBS];
|
D | tu_cmd_buffer.c | 1884 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()
|
D | tu_pipeline.c | 1826 uint32_t step_rate[MAX_VBS]; in tu6_emit_vertex_input()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_private.h | 310 #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];
|
D | dzn_pipeline.c | 963 D3D12_INPUT_CLASSIFICATION slot_class[MAX_VBS]; in dzn_graphics_pipeline_translate_vi()
|
D | dzn_device.c | 1439 .maxVertexInputBindings = MAX_VBS, in dzn_GetPhysicalDeviceProperties2()
|
D | dzn_cmd_buffer.c | 2450 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/ |
D | 17.1.9.rst | 58 - radv: Fix off by one in MAX_VBS assert.
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 92 #define MAX_VBS 16 macro 695 struct panvk_attrib_buf bufs[MAX_VBS];
|
D | panvk_cmd_buffer.c | 47 assert(firstBinding + bindingCount <= MAX_VBS); in panvk_CmdBindVertexBuffers()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 196 #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];
|
D | anv_cmd_buffer.c | 615 assert(firstBinding + bindingCount <= MAX_VBS); in anv_CmdBindVertexBuffers2()
|
D | genX_pipeline.c | 157 assert(binding < MAX_VBS); in emit_vertex_input()
|
D | anv_device.c | 1908 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()
|