Home
last modified time | relevance | path

Searched refs:vkCreateQueryPool (Results 1 – 25 of 27) sorted by relevance

12

/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/
DvkCreateQueryPool.txt4 * [[VUID-vkCreateQueryPool-device-parameter]] pname:device must: be a valid sname:VkDevice handle
5 * [[VUID-vkCreateQueryPool-pCreateInfo-parameter]] pname:pCreateInfo must: be a valid pointer to a …
6 * [[VUID-vkCreateQueryPool-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocat…
7 * [[VUID-vkCreateQueryPool-pQueryPool-parameter]] pname:pQueryPool must: be a valid pointer to a sn…
/device/generic/vulkan-cereal/protocols/vulkan/api/protos/
DvkCreateQueryPool.txt2 [[vkCreateQueryPool,vkCreateQueryPool]]
5 VkResult vkCreateQueryPool(
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_INTEL_performance_query.txt69 VkResult result = vkCreateQueryPool(
DVK_KHR_performance_query.txt192 VkResult result = vkCreateQueryPool(
/device/generic/vulkan-cereal/third-party/angle/src/third_party/volk/
Dvolk.h180 PFN_vkCreateQueryPool vkCreateQueryPool; member
581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
Dvolk.c390 vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDevice()
791 table->vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDeviceTable()
1196 PFN_vkCreateQueryPool vkCreateQueryPool; variable
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DAndroidVulkanDispatch.h72 PFN_vkCreateQueryPool vkCreateQueryPool; member
DAndroidVulkanDispatch.cpp154 out->vkCreateQueryPool = (PFN_vkCreateQueryPool)dlsym(lib, "vkCreateQueryPool"); in load_android_vulkan_dispatch()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h125 PFN_vkCreateQueryPool vkCreateQueryPool; member
Dgoldfish_vk_dispatch.cpp721 out->vkCreateQueryPool = (PFN_vkCreateQueryPool)dlSymFunc(lib, "vkCreateQueryPool"); in init_vulkan_dispatch_from_system_loader()
1546 …out->vkCreateQueryPool = (PFN_vkCreateQueryPool)vk->vkGetInstanceProcAddr(instance, "vkCreateQuery… in init_vulkan_dispatch_from_instance()
2351 …out->vkCreateQueryPool = (PFN_vkCreateQueryPool)vk->vkGetDeviceProcAddr(device, "vkCreateQueryPool… in init_vulkan_dispatch_from_device()
3258 if (!vk->vkCreateQueryPool) in vulkan_dispatch_check_device_VK_VERSION_1_0()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dqueries.txt61 [open,refpage='vkCreateQueryPool',desc='Create a new query pool object',type='protos']
65 include::{generated}/api/protos/vkCreateQueryPool.txt[]
76 include::{generated}/validity/protos/vkCreateQueryPool.txt[]
Dfeatures.txt626 fname:vkCreateQueryPool.
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp1750 VkResult vkCreateQueryPool( VkDevice device, in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1755 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
11201 …PFN_vkCreateQueryPool vkCreateQueryPool member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12186vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool… in init()
13393vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) … in init()
Dvulkan_raii.hpp720vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) … in DeviceDispatcher()
1608 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7969 device.getDispatcher()->vkCreateQueryPool( static_cast<VkDevice>( *device ), in QueryPool()
Dvulkan_funcs.hpp1835 return static_cast<Result>( d.vkCreateQueryPool( m_device, in createQueryPool()
1852 d.vkCreateQueryPool( m_device, in createQueryPool()
1871 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
Dvulkan_core.h3907 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1794 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h290 VkResult vkCreateQueryPool(
Dfunc_table.cpp568 …vkCreateQueryPool_VkResult_return = vkEnc->vkCreateQueryPool(device, pCreateInfo, pAllocator, pQue… in entry_vkCreateQueryPool()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderSnapshot.cpp662 void vkCreateQueryPool( in vkCreateQueryPool() function in VkDecoderSnapshot::Impl
7646 void VkDecoderSnapshot::vkCreateQueryPool( in vkCreateQueryPool() function in VkDecoderSnapshot
7656 …mImpl->vkCreateQueryPool(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, pCrea… in vkCreateQueryPool()
DVkDecoderSnapshot.h420 void vkCreateQueryPool(
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1737 VKAPI_ATTR VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, co… in vkCreateQueryPool() function
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h3145 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto1212 message vkCreateQueryPool message
8352 vkCreateQueryPool api_vkCreateQueryPool = 48;
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/
Dvulkan_core.h3924 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(

12