Home
last modified time | relevance | path

Searched refs:pQueryPool (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp414 const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) { in vkCreateQueryPool() argument
415 if (!pQueryPool) return; in vkCreateQueryPool()
418 mReconstruction.addHandles((const uint64_t*)pQueryPool, 1); in vkCreateQueryPool()
419 mReconstruction.addHandleDependency((const uint64_t*)pQueryPool, 1, in vkCreateQueryPool()
425 mReconstruction.forEachHandleAddApi((const uint64_t*)pQueryPool, 1, apiHandle, in vkCreateQueryPool()
427 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pQueryPool, 1); in vkCreateQueryPool()
4217 VkQueryPool* pQueryPool) { in vkCreateQueryPool() argument
4219 pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
DVkDecoder.cpp3280 VkQueryPool* pQueryPool; in decode() local
3305 vkReadStream->alloc((void**)&pQueryPool, sizeof(VkQueryPool)); in decode()
3309 *(VkQueryPool*)pQueryPool = (VkQueryPool)(VkQueryPool)((VkQueryPool)(*&cgen_var_2)); in decode()
3322 (unsigned long long)pAllocator, (unsigned long long)pQueryPool); in decode()
3326 vk->vkCreateQueryPool(unboxed_device, pCreateInfo, pAllocator, pQueryPool); in decode()
3337 vkStream->handleMapping()->mapHandles_VkQueryPool((VkQueryPool*)pQueryPool, 1); in decode()
3338 vkStream->write((VkQueryPool*)pQueryPool, 8 * 1); in decode()
3350 pQueryPool); in decode()
DVkDecoderSnapshot.h236 const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h166 const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool,
Dfunc_table.cpp596 VkQueryPool* pQueryPool) { in gfxstream_vk_CreateQueryPool() argument
604 pQueryPool, true /* do lock */); in gfxstream_vk_CreateQueryPool()
DVkEncoder.cpp5605 VkQueryPool* pQueryPool, uint32_t doLock) { in vkCreateQueryPool() argument
5634 device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
5720 *&cgen_var_2 = (uint64_t)((*pQueryPool)); in vkCreateQueryPool()
5733 stream->handleMapping()->mapHandles_u64_VkQueryPool(&cgen_var_3, (VkQueryPool*)pQueryPool, 1); in vkCreateQueryPool()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1270 …* pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool ) const VULKAN_H… in vkCreateQueryPool()
1272 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
Dvulkansc_funcs.hpp1376 …E::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool, Dispatch const … in createQueryPool() argument
1379 …st<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkQueryPool *>( pQueryPool ) ) ); in createQueryPool()
Dvulkan.hpp1295 …* pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool ) const VULKAN_H… in vkCreateQueryPool()
1297 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
Dvulkansc_handles.hpp4601 …E::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool, Dispatch const …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc81 * pname:pQueryPool is a pointer to a slink:VkQueryPool handle in which the
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3995 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
4335 VkQueryPool* pQueryPool);