/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/ |
D | vkCreateQueryPool.txt | 4 * [[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/ |
D | vkCreateQueryPool.txt | 2 [[vkCreateQueryPool,vkCreateQueryPool]] 5 VkResult vkCreateQueryPool(
|
/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | VK_INTEL_performance_query.txt | 69 VkResult result = vkCreateQueryPool(
|
D | VK_KHR_performance_query.txt | 192 VkResult result = vkCreateQueryPool(
|
/device/generic/vulkan-cereal/third-party/angle/src/third_party/volk/ |
D | volk.h | 180 PFN_vkCreateQueryPool vkCreateQueryPool; member 581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
|
D | volk.c | 390 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/ |
D | AndroidVulkanDispatch.h | 72 PFN_vkCreateQueryPool vkCreateQueryPool; member
|
D | AndroidVulkanDispatch.cpp | 154 out->vkCreateQueryPool = (PFN_vkCreateQueryPool)dlsym(lib, "vkCreateQueryPool"); in load_android_vulkan_dispatch()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 125 PFN_vkCreateQueryPool vkCreateQueryPool; member
|
D | goldfish_vk_dispatch.cpp | 721 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/ |
D | queries.txt | 61 [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[]
|
D | features.txt | 626 fname:vkCreateQueryPool.
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan.hpp | 1750 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 12186 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool… in init() 13393 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) … in init()
|
D | vulkan_raii.hpp | 720 …vkCreateQueryPool = 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()
|
D | vulkan_funcs.hpp | 1835 return static_cast<Result>( d.vkCreateQueryPool( m_device, in createQueryPool() 1852 d.vkCreateQueryPool( m_device, in createQueryPool() 1871 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
|
D | vulkan_core.h | 3907 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 1794 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.h | 290 VkResult vkCreateQueryPool(
|
D | func_table.cpp | 568 …vkCreateQueryPool_VkResult_return = vkEnc->vkCreateQueryPool(device, pCreateInfo, pAllocator, pQue… in entry_vkCreateQueryPool()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkDecoderSnapshot.cpp | 662 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()
|
D | VkDecoderSnapshot.h | 420 void vkCreateQueryPool(
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.cpp | 1737 VKAPI_ATTR VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, co… in vkCreateQueryPool() function
|
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
D | vulkan_core.h | 3145 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
D | goldfish_vk_baseprotodefs.proto | 1212 message vkCreateQueryPool message 8352 vkCreateQueryPool api_vkCreateQueryPool = 48;
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_core.h | 3924 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|