Searched refs:PFN_vkCmdBindVertexBuffers2 (Results 1 - 10 of 10) sorted by relevance
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 483 PFN_vkCmdBindVertexBuffers2 CmdBindVertexBuffers2;
|
H A D | vk_dispatch_table_helper.h | 216 table->CmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2)gpa(device, "vkCmdBindVertexBuffers2"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 514 table->CmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2)gpa(dev, "vkCmdBindVertexBuffers2"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4900 typedef void (GLAD_API_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer * pBuffers, const VkDeviceSize * pOffsets, const VkDeviceSize * pSizes, const VkDeviceSize * pStrides); typedef 5151 GLAD_API_CALL PFN_vkCmdBindVertexBuffers2 glad_vkCmdBindVertexBuffers2; 5646 PFN_vkCmdBindVertexBuffers2 glad_vkCmdBindVertexBuffers2 = NULL; 6052 glad_vkCmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2) load(userptr, "vkCmdBindVertexBuffers2"); in glad_vk_load_VK_VERSION_1_3()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 216 table->CmdBindVertexBuffers2 = (PFN_vkCmdBindVertexBuffers2)gpa(device, "vkCmdBindVertexBuffers2"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 668 PFN_vkCmdBindVertexBuffers2 CmdBindVertexBuffers2 = device.load("vkCmdBindVertexBuffers2"); in TEST()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16608 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; 17813 vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetInstanceProcAddr( instance, "vkCmdBindVertexBuffers2" ) ); 19111 vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers2" ) );
|
H A D | vulkan_raii.hpp | 867 vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers2" ) ); in DeviceDispatcher() 1909 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; [all...] |
H A D | vulkan_core.h | 7327 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7170 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides); typedef
|
Completed in 235 milliseconds