Home
last modified time | relevance | path

Searched refs:CmdBindVertexBuffers2 (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_command_buffer.c98 disp->CmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, in vk_common_CmdBindVertexBuffers()
/third_party/mesa3d/docs/relnotes/
D22.1.1.rst103 - radv: Add a sqtt entrypoint for CmdBindVertexBuffers2
D22.2.0.rst2826 - radv: Add a sqtt entrypoint for CmdBindVertexBuffers2
5252 - radv: don't update misaligned_mask in CmdBindVertexBuffers2
/third_party/mesa3d/docs/vulkan/
Dgraphics-state.rst135 ``CmdBindVertexBuffers2()``:
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp677 auto CmdBindVertexBuffers2 = in TEST() local
679 CmdBindVertexBuffers2(command_buffer, 0, 0, nullptr, nullptr, nullptr, nullptr); in TEST()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h473 PFN_vkCmdBindVertexBuffers2 CmdBindVertexBuffers2; member
Dvk_loader_extensions.c523 table->CmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2)gpa(dev, "vkCmdBindVertexBuffers2"); in loader_init_device_dispatch_table()
1582 if (!strcmp(name, "CmdBindVertexBuffers2")) return (void *)table->CmdBindVertexBuffers2; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h603 …table->CmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2) gpa(device, "vkCmdBindVertexBuffers2"… in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
Dtrampoline.c3052 …disp->CmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes,… in vkCmdBindVertexBuffers2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3840 ENQUEUE_CMD(CmdBindVertexBuffers2) in lvp_add_enqueue_cmd_entrypoints()