Home
last modified time | relevance | path

Searched refs:PFN_vkWaitForFences (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences;
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences;
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h95 VkPtr<PFN_vkWaitForFences> fWaitForFences;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h268 PFN_vkWaitForFences WaitForFences = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h235 PFN_vkWaitForFences vkWaitForFences;
651 extern PFN_vkWaitForFences vkWaitForFences;
H A Dvolk.c445 vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); in volkGenLoadDevice()
846 table->vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); in volkGenLoadDeviceTable()
1266 PFN_vkWaitForFences vkWaitForFences;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h327 PFN_vkWaitForFences WaitForFences;
H A Dvk_dispatch_table_helper.h61 table->WaitForFences = (PFN_vkWaitForFences)gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c358 table->WaitForFences = (PFN_vkWaitForFences)gpa(dev, "vkWaitForFences"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h5112 typedef VkResult (GLAD_API_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout); typedef
5575 GLAD_API_CALL PFN_vkWaitForFences glad_vkWaitForFences;
5858 PFN_vkWaitForFences glad_vkWaitForFences = NULL;
6000 glad_vkWaitForFences = (PFN_vkWaitForFences) load(userptr, "vkWaitForFences"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h61 table->WaitForFences = (PFN_vkWaitForFences)gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10919 PFN_vkWaitForFences vkWaitForFences = 0;
11901 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) );
13103 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) );
H A Dvulkan_raii.hpp719 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
1603 PFN_vkWaitForFences vkWaitForFences = 0;
H A Dvulkan_core.h3550 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16439 PFN_vkWaitForFences vkWaitForFences = 0;
17636 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) );
18954 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) );
H A Dvulkan_raii.hpp710 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in DeviceDispatcher()
1753 PFN_vkWaitForFences vkWaitForFences = 0;
[all...]
H A Dvulkan_core.h3964 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2654 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3457 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3814 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3599 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); typedef

Completed in 401 milliseconds