Home
last modified time | relevance | path

Searched refs:CreateQueryPool (Results 1 – 25 of 99) sorted by relevance

1234

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Vulkan/
H A DPerfQuery.cpp33 if (!CreateQueryPool()) in Initialize()
121 bool PerfQuery::CreateQueryPool() in CreateQueryPool() function in Vulkan::PerfQuery
H A DPerfQuery.h48 bool CreateQueryPool();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DQuerySetVk.cpp88 device->fn.CreateQueryPool(device->GetVkDevice(), &createInfo, nullptr, &*mHandle), in Initialize()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Dcommand.cpp154 vk::CreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
230 VkResult res = vk::CreateQueryPool(m_device->handle(), &query_pool_info, NULL, &query_pool); in TEST_F()
945 vk::CreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
1025 vk::CreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
1112 vk::CreateQueryPool(device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
H A Dother.cpp316 err = vk::CreateQueryPool(device, &qpci, nullptr, &query_pool); in TEST_F()
463 vk::CreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_query_cache.cpp48 pools.push_back(device.GetLogical().CreateQueryPool({ in Allocate()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dcommon.h163 PL_VK_FUN(CreateQueryPool);
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dlvt_function_pointers.h78 extern PFN_vkCreateQueryPool CreateQueryPool;
H A Dlvt_function_pointers.cpp77 PFN_vkCreateQueryPool CreateQueryPool; variable
325CreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(loader_platform_get_proc_address(loader_… in InitDispatchTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dlvt_function_pointers.h78 extern PFN_vkCreateQueryPool CreateQueryPool;
H A Dlvt_function_pointers.cpp77 PFN_vkCreateQueryPool CreateQueryPool; variable
325CreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(loader_platform_get_proc_address(loader_… in InitDispatchTable()
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/utils/generated/
H A Dlvt_function_pointers.h78 extern PFN_vkCreateQueryPool CreateQueryPool;
H A Dlvt_function_pointers.cpp77 PFN_vkCreateQueryPool CreateQueryPool; variable
336CreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(loader_platform_get_proc_address(loader_… in InitDispatchTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.cpp219 GET_DEVICE_PROC(CreateQueryPool); in LoadDeviceProcs()
H A DVulkanFunctions.h201 PFN_vkCreateQueryPool CreateQueryPool = nullptr; member
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_others.cpp2334 vk::CreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
2340 vk::CreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
7024 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
7238 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
7379 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
7597 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
7873 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
12767 vk::CreateQueryPool(m_device->device(), &qpci, nullptr, &tf_query_pool); in TEST_F()
12771 vk::CreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
13027 vk::CreateQueryPool(device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query()
301 status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[0]); in zink_create_query()
307 … status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->xfb_query_pool[i]); in zink_create_query()

1234