/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 678 VkPipelineCache *pPipelineCache) in vk_common_CreatePipelineCache() argument 690 *pPipelineCache = vk_pipeline_cache_to_handle(cache); in vk_common_CreatePipelineCache()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 303 VkPipelineCache* pPipelineCache);
|
D | VkDecoderSnapshot.cpp | 578 VkPipelineCache* pPipelineCache) { in vkCreatePipelineCache() argument 579 if (!pPipelineCache) return; in vkCreatePipelineCache() 582 mReconstruction.addHandles((const uint64_t*)pPipelineCache, 1); in vkCreatePipelineCache() 583 mReconstruction.addHandleDependency((const uint64_t*)pPipelineCache, 1, in vkCreatePipelineCache() 589 mReconstruction.forEachHandleAddApi((const uint64_t*)pPipelineCache, 1, apiHandle, in vkCreatePipelineCache() 591 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pPipelineCache, 1); in vkCreatePipelineCache() 4352 const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) { in vkCreatePipelineCache() argument 4354 pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache()
|
D | VkDecoderGlobalState.cpp | 3366 VkPipelineCache* pPipelineCache) { in on_vkCreatePipelineCache() argument 3371 deviceDispatch->vkCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in on_vkCreatePipelineCache() 3378 auto& pipelineCacheInfo = mPipelineCacheInfo[*pPipelineCache]; in on_vkCreatePipelineCache() 3381 *pPipelineCache = new_boxed_non_dispatchable_VkPipelineCache(*pPipelineCache); in on_vkCreatePipelineCache() 8170 VkPipelineCache* pPipelineCache) { in on_vkCreatePipelineCache() argument 8172 pPipelineCache); in on_vkCreatePipelineCache()
|
D | VkDecoder.cpp | 4233 VkPipelineCache* pPipelineCache; in decode() local 4255 vkReadStream->alloc((void**)&pPipelineCache, sizeof(VkPipelineCache)); in decode() 4259 *(VkPipelineCache*)pPipelineCache = in decode() 4273 (unsigned long long)pAllocator, (unsigned long long)pPipelineCache); in decode() 4277 &m_pool, device, pCreateInfo, pAllocator, pPipelineCache); in decode() 4289 (VkPipelineCache*)pPipelineCache, 1); in decode() 4290 vkStream->write((VkPipelineCache*)pPipelineCache, 8 * 1); in decode() 4302 pPipelineCache); in decode()
|
D | VkDecoderSnapshot.h | 290 VkPipelineCache* pPipelineCache);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 203 VkPipelineCache* pPipelineCache, uint32_t doLock);
|
D | func_table.cpp | 800 VkPipelineCache* pPipelineCache) { in gfxstream_vk_CreatePipelineCache() argument 808 pPipelineCache, true /* do lock */); in gfxstream_vk_CreatePipelineCache()
|
D | VkEncoder.cpp | 7415 VkPipelineCache* pPipelineCache, uint32_t doLock) { in vkCreatePipelineCache() argument 7445 device, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache() 7531 *&cgen_var_2 = (uint64_t)((*pPipelineCache)); in vkCreatePipelineCache() 7545 (VkPipelineCache*)pPipelineCache, 1); in vkCreatePipelineCache()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 232 …pPipelineCache = printer.write_int("pPipelineCache", 8, indent, optional=False, count=None, big_en…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1336 …ateInfo, const VkAllocationCallbacks * pAllocator, VkPipelineCache * pPipelineCache ) const VULKAN… in vkCreatePipelineCache() 1338 return ::vkCreatePipelineCache( device, pCreateInfo, pAllocator, pPipelineCache ); in vkCreatePipelineCache()
|
D | vulkansc_funcs.hpp | 1809 …ocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::PipelineCache * pPipelineCache, Dispatch cons… in createPipelineCache() argument 1812 … VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkPipelineCache *>( pPipelineCache ) ) ); in createPipelineCache()
|
D | vulkan.hpp | 1379 …ateInfo, const VkAllocationCallbacks * pAllocator, VkPipelineCache * pPipelineCache ) const VULKAN… in vkCreatePipelineCache() 1381 return ::vkCreatePipelineCache( device, pCreateInfo, pAllocator, pPipelineCache ); in vkCreatePipelineCache()
|
D | vulkansc_handles.hpp | 4743 …ocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::PipelineCache * pPipelineCache, Dispatch cons…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4009 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 4417 VkPipelineCache* pPipelineCache);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 7222 * pname:pPipelineCache is a pointer to a slink:VkPipelineCache handle in
|