Searched refs:pQueryPool (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 414 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()
|
D | VkDecoder.cpp | 3280 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()
|
D | VkDecoderSnapshot.h | 236 const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 166 const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool,
|
D | func_table.cpp | 596 VkQueryPool* pQueryPool) { in gfxstream_vk_CreateQueryPool() argument 604 pQueryPool, true /* do lock */); in gfxstream_vk_CreateQueryPool()
|
D | VkEncoder.cpp | 5605 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/ |
D | vulkansc.hpp | 1270 …* pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool ) const VULKAN_H… in vkCreateQueryPool() 1272 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
|
D | vulkansc_funcs.hpp | 1376 …E::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool, Dispatch const … in createQueryPool() argument 1379 …st<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkQueryPool *>( pQueryPool ) ) ); in createQueryPool()
|
D | vulkan.hpp | 1295 …* pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool ) const VULKAN_H… in vkCreateQueryPool() 1297 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
|
D | vulkansc_handles.hpp | 4601 …E::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool, Dispatch const …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 81 * pname:pQueryPool is a pointer to a slink:VkQueryPool handle in which the
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3995 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 4335 VkQueryPool* pQueryPool);
|