Home
last modified time | relevance | path

Searched refs:used_vertex_bindings (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1594 uint32_t used_vertex_bindings; member
Dradv_cmd_buffer.c534 …uffer->vertex_binding_buffers, 0, sizeof(struct radv_buffer *) * cmd_buffer->used_vertex_bindings); in radv_reset_cmd_buffer()
535 cmd_buffer->used_vertex_bindings = 0; in radv_reset_cmd_buffer()
5104 if (firstBinding + bindingCount > cmd_buffer->used_vertex_bindings) in radv_CmdBindVertexBuffers2()
5105 cmd_buffer->used_vertex_bindings = firstBinding + bindingCount; in radv_CmdBindVertexBuffers2()