/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_INTEL_performance_query.adoc | 68 VkResult result = vkCreateQueryPool(
|
D | VK_KHR_performance_query.adoc | 189 VkResult result = vkCreateQueryPool(
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 118 PFN_vkCreateQueryPool vkCreateQueryPool; member
|
D | goldfish_vk_dispatch.cpp | 378 out->vkCreateQueryPool = (PFN_vkCreateQueryPool)dlSymFunc(lib, "vkCreateQueryPool"); in init_vulkan_dispatch_from_system_loader() 1162 out->vkCreateQueryPool = in init_vulkan_dispatch_from_instance() 2105 out->vkCreateQueryPool = in init_vulkan_dispatch_from_device() 3073 if (!vk->vkCreateQueryPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1270 …VkResult vkCreateQueryPool( VkDevice device, const VkQueryPoolCreateInfo * pCreateInfo, const VkAl… in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1272 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool() 4661 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5151 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init() 5573 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
|
D | vulkan.hpp | 1295 …VkResult vkCreateQueryPool( VkDevice device, const VkQueryPoolCreateInfo * pCreateInfo, const VkAl… in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1297 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool() 9184 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10350 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init() 11432 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
|
D | vulkansc_raii.hpp | 314 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher() 674 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 4775 … static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateQueryPool( static_cast… in QueryPool()
|
D | vulkansc_funcs.hpp | 1379 …return static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreat… in createQueryPool() 1390 …VkResult result = d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreateInfo *>( … in createQueryPool() 1404 …VkResult result = d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreateInfo *>( … in createQueryPoolUnique()
|
D | vulkan_raii.hpp | 632 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher() 1510 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 8884 … static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateQueryPool( static_cast… in QueryPool()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 64 [open,refpage='vkCreateQueryPool',desc='Create a new query pool object',type='protos'] 66 :refpage: vkCreateQueryPool 73 include::{generated}/api/protos/vkCreateQueryPool.adoc[] 93 include::{generated}/validity/protos/vkCreateQueryPool.adoc[]
|
D | features.adoc | 644 fname:vkCreateQueryPool.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 165 VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo,
|
D | func_table.cpp | 603 vkEnc->vkCreateQueryPool(gfxstream_device->internal_object, pCreateInfo, pAllocator, in gfxstream_vk_CreateQueryPool()
|
D | VkEncoder.cpp | 5603 VkResult VkEncoder::vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, in vkCreateQueryPool() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 233 void vkCreateQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 411 void vkCreateQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateQueryPool() function in VkDecoderSnapshot::Impl 4212 void VkDecoderSnapshot::vkCreateQueryPool(const uint8_t* snapshotTraceBegin, in vkCreateQueryPool() function in VkDecoderSnapshot 4218 mImpl->vkCreateQueryPool(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkCreateQueryPool()
|
D | VkDecoder.cpp | 3326 vk->vkCreateQueryPool(unboxed_device, pCreateInfo, pAllocator, pQueryPool); in decode() 3347 m_state->snapshot()->vkCreateQueryPool( in decode()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_queue.adoc | 931 vkCreateQueryPool(device, &createInfo, NULL, &queryPool);
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4331 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|