Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_INTEL_performance_query.adoc68 VkResult result = vkCreateQueryPool(
DVK_KHR_performance_query.adoc189 VkResult result = vkCreateQueryPool(
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h118 PFN_vkCreateQueryPool vkCreateQueryPool; member
Dgoldfish_vk_dispatch.cpp378 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/
Dvulkansc.hpp1270 …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
5151vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init()
5573vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
Dvulkan.hpp1295 …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
10350vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init()
11432vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
Dvulkansc_raii.hpp314vkCreateQueryPool = 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()
Dvulkansc_funcs.hpp1379 …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()
Dvulkan_raii.hpp632vkCreateQueryPool = 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/
Dqueries.adoc64 [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[]
Dfeatures.adoc644 fname:vkCreateQueryPool.
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h165 VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo,
Dfunc_table.cpp603 vkEnc->vkCreateQueryPool(gfxstream_device->internal_object, pCreateInfo, pAllocator, in gfxstream_vk_CreateQueryPool()
DVkEncoder.cpp5603 VkResult VkEncoder::vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, in vkCreateQueryPool() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h233 void vkCreateQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp411 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()
DVkDecoder.cpp3326 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/
DVK_KHR_video_queue.adoc931 vkCreateQueryPool(device, &createInfo, NULL, &queryPool);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4331 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(