/third_party/vk-gl-cts/build/include/ |
H A D | vk-wrappers-1-0.h | 11 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
|
/third_party/vk-gl-cts/build/ |
H A D | vk-wrappers-1-0.h | 11 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
|
/third_party/vulkan-loader/tests/ |
H A D | loader_threading_tests.cpp | 67 PFN_vkCmdBindVertexBuffers vb = dev.load("vkCmdBindVertexBuffers"); in create_destroy_device_loop()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 161 VkPtr<PFN_vkCmdBindVertexBuffers> fCmdBindVertexBuffers;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 161 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 127 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers; 526 extern PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
|
H A D | volk.c | 337 vkCmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)load(context, "vkCmdBindVertexBuffers"); in volkGenLoadDevice() 738 table->vkCmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)load(context, "vkCmdBindVertexBuffers"); in volkGenLoadDeviceTable() 1141 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 393 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers;
|
H A D | vk_dispatch_table_helper.h | 127 table->CmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)gpa(device, "vkCmdBindVertexBuffers"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 424 table->CmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)gpa(dev, "vkCmdBindVertexBuffers"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4899 typedef void (GLAD_API_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer * pBuffers, const VkDeviceSize * pOffsets); typedef 5149 GLAD_API_CALL PFN_vkCmdBindVertexBuffers glad_vkCmdBindVertexBuffers; 5645 PFN_vkCmdBindVertexBuffers glad_vkCmdBindVertexBuffers = NULL; 5875 glad_vkCmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers) load(userptr, "vkCmdBindVertexBuffers"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 127 table->CmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)gpa(device, "vkCmdBindVertexBuffers"); in layer_init_device_dispatch_table()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 10985 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers = 0; 11988 PFN_vkCmdBindVertexBuffers( vkGetInstanceProcAddr( instance, "vkCmdBindVertexBuffers" ) ); 13180 vkCmdBindVertexBuffers = PFN_vkCmdBindVertexBuffers( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers" ) );
|
H A D | vulkan_raii.hpp | 799 vkCmdBindVertexBuffers = PFN_vkCmdBindVertexBuffers( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers" ) ); in init() 1669 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers = 0;
|
H A D | vulkan_core.h | 3616 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16505 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers = 0; 17702 vkCmdBindVertexBuffers = PFN_vkCmdBindVertexBuffers( vkGetInstanceProcAddr( instance, "vkCmdBindVertexBuffers" ) ); 19020 vkCmdBindVertexBuffers = PFN_vkCmdBindVertexBuffers( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers" ) );
|
H A D | vulkan_raii.hpp | 776 vkCmdBindVertexBuffers = PFN_vkCmdBindVertexBuffers( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers" ) ); in DeviceDispatcher() 1819 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers = 0; [all...] |
H A D | vulkan_core.h | 4030 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2713 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3523 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3880 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3665 typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); typedef
|