/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | create_ray_tracing_pipelines_common.adoc | 26 * [[VUID-{refpage}-pipelineCache-02903]] 27 If pname:pipelineCache was created with 29 to pname:pipelineCache must: be
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 697 VkPipelineCache pipelineCache, in vk_common_DestroyPipelineCache() argument 700 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_DestroyPipelineCache() 711 VkPipelineCache pipelineCache, in vk_common_GetPipelineCacheData() argument 716 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_GetPipelineCacheData()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_pipeline_creation_feedback/ |
D | pipelines.adoc | 117 the pname:pipelineCache specified by the application in the pipeline 123 creation work by using the pname:pipelineCache parameter of
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 1822 VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache; in createPipelineCache() local 1823 …CE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineCache *>( &pipelineCache ) ); in createPipelineCache() 1826 …return createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), pipelineCache ); in createPipelineCache() 1836 VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache; in createPipelineCacheUnique() local 1837 …CE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineCache *>( &pipelineCache ) ); in createPipelineCacheUnique() 1840 …esult ), UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineCache, Dispatch>( pipelineCache, ObjectDestroy… in createPipelineCacheUnique() 1847 …oid Device::destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_… in destroyPipelineCache() argument 1850 …d.vkDestroyPipelineCache( m_device, static_cast<VkPipelineCache>( pipelineCache ), reinterpret_cas… in destroyPipelineCache() 1855 …oid Device::destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, Optional<cons… in destroyPipelineCache() argument 1861 …d.vkDestroyPipelineCache( m_device, static_cast<VkPipelineCache>( pipelineCache ), reinterpret_cas… in destroyPipelineCache() [all …]
|
D | vulkan_beta.h | 715 … device, VkPipelineCache pipelineCache, uint32_t … 726 VkPipelineCache pipelineCache,
|
D | vulkan_raii.hpp | 3339 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3341 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3343 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3345 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3610 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3612 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3665 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3667 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3701 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… 3703 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NA… [all …]
|
D | vulkansc_handles.hpp | 3178 VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache( VkPipelineCache pipelineCache ) VULKAN_HPP_NOEXCEPT in PipelineCache() argument 3179 : m_pipelineCache( pipelineCache ) in PipelineCache() 3183 PipelineCache & operator=(VkPipelineCache pipelineCache) VULKAN_HPP_NOEXCEPT in operator =() argument 3185 m_pipelineCache = pipelineCache; in operator =() 4755 …void destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAM… 4758 …void destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache VULKAN_HPP_DEFAULT_AR… 4763 …void destroy( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, const VULKAN_HPP_NAMESPACE::Alloc… 4766 …void destroy( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, Optional<const VULKAN_HPP_NAMESPA… 4771 …D Result createGraphicsPipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, uint32_t crea… 4774 …ocator>> createGraphicsPipelines( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, VULKAN_HPP_NA… [all …]
|
D | vulkan.hpp | 1385 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache() argument 1387 return ::vkDestroyPipelineCache( device, pipelineCache, pAllocator ); in vkDestroyPipelineCache() 1391 …VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, size_t * pDataSiz… in vkGetPipelineCacheData() argument 1393 return ::vkGetPipelineCacheData( device, pipelineCache, pDataSize, pData ); in vkGetPipelineCacheData() 1403 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines() argument 1405 …return ::vkCreateGraphicsPipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocat… in vkCreateGraphicsPipelines() 1409 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines() argument 1411 …return ::vkCreateComputePipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocato… in vkCreateComputePipelines() 3372 …VkResult vkCreateExecutionGraphPipelinesAMDX( VkDevice device, VkPipelineCache pipelineCache, uint… in vkCreateExecutionGraphPipelinesAMDX() argument 3374 …return ::vkCreateExecutionGraphPipelinesAMDX( device, pipelineCache, createInfoCount, pCreateInfos… in vkCreateExecutionGraphPipelinesAMDX() [all …]
|
D | vulkansc_raii.hpp | 4268 …CE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipelineCache pipelineCache, VULKAN_HPP_NA… in PipelineCache() argument 4269 …: m_device( *device ), m_pipelineCache( pipelineCache ), m_allocator( static_cast<const VULKAN_HPP… in PipelineCache() 4376 …ULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache const & pipelineCache, VULKAN_HPP_NA… in Pipeline() argument 4379 …nes( static_cast<VkDevice>( *device ), static_cast<VkPipelineCache>( *pipelineCache ), 1, reinterp… in Pipeline() 4386 …ULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache const & pipelineCache, VULKAN_HPP_NA… in Pipeline() argument 4389 …nes( static_cast<VkDevice>( *device ), static_cast<VkPipelineCache>( *pipelineCache ), 1, reinterp… in Pipeline() 4497 …ULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache const & pipelineCache, VULKAN_HPP_NA… in Pipelines() argument 4501 …nes( static_cast<VkDevice>( *device ), static_cast<VkPipelineCache>( *pipelineCache ), createInfos… in Pipelines() 4516 …ULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache const & pipelineCache, VULKAN_HPP_NA… in Pipelines() argument 4520 …nes( static_cast<VkDevice>( *device ), static_cast<VkPipelineCache>( *pipelineCache ), createInfos… in Pipelines()
|
D | vulkansc.hpp | 1342 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache() argument 1344 return ::vkDestroyPipelineCache( device, pipelineCache, pAllocator ); in vkDestroyPipelineCache() 1348 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines() argument 1350 …return ::vkCreateGraphicsPipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocat… in vkCreateGraphicsPipelines() 1354 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines() argument 1356 …return ::vkCreateComputePipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocato… in vkCreateComputePipelines()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_beta.h | 710 … device, VkPipelineCache pipelineCache, uint32_t … 721 VkPipelineCache pipelineCache,
|
D | vulkan_core.h | 4010 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineCache)(VkDevice device, VkPipelineCache pipelineCache… 4011 …API_PTR *PFN_vkGetPipelineCacheData)(VkDevice device, VkPipelineCache pipelineCache, size_t* pData… 4013 …_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… 4014 …I_PTR *PFN_vkCreateComputePipelines)(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… 4421 VkPipelineCache pipelineCache, 4426 VkPipelineCache pipelineCache, 4438 VkPipelineCache pipelineCache, 4446 VkPipelineCache pipelineCache, 12781 … *PFN_vkCreateRayTracingPipelinesNV)(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… 12846 VkPipelineCache pipelineCache, [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_subpass_shading.adoc | 250 vkCreateComputePipelines(device, pipelineCache, 1, &subpassShadingComputePipelineCreateInfo, NULL, …
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 204 void vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, 206 VkResult vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, 211 VkResult vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, 216 VkResult vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache,
|
D | func_table.cpp | 812 void gfxstream_vk_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, in gfxstream_vk_DestroyPipelineCache() argument 815 if (VK_NULL_HANDLE == pipelineCache) { in gfxstream_vk_DestroyPipelineCache() 821 vkEnc->vkDestroyPipelineCache(gfxstream_device->internal_object, pipelineCache, pAllocator, in gfxstream_vk_DestroyPipelineCache() 825 VkResult gfxstream_vk_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, in gfxstream_vk_GetPipelineCacheData() argument 833 gfxstream_device->internal_object, pipelineCache, pDataSize, pData, true /* do lock */); in gfxstream_vk_GetPipelineCacheData() 851 VkResult gfxstream_vk_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, in gfxstream_vk_CreateGraphicsPipelines() argument 863 vkEnc, VK_SUCCESS, gfxstream_device->internal_object, pipelineCache, createInfoCount, in gfxstream_vk_CreateGraphicsPipelines() 868 VkResult gfxstream_vk_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, in gfxstream_vk_CreateComputePipelines() argument 879 gfxstream_device->internal_object, pipelineCache, createInfoCount, pCreateInfos, in gfxstream_vk_CreateComputePipelines()
|
D | ResourceTracker.h | 528 VkPipelineCache pipelineCache, uint32_t createInfoCount,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | executiongraphs.adoc | 30 * pname:pipelineCache is either dlink:VK_NULL_HANDLE, indicating that 72 * [[VUID-vkCreateExecutionGraphPipelinesAMDX-pipelineCache-09127]] 73 If pname:pipelineCache was created with 75 to pname:pipelineCache must: be
|
D | pipelines.adoc | 149 with an offline compiled pipeline provided in pname:pipelineCache and the 168 * pname:pipelineCache is either dlink:VK_NULL_HANDLE, indicating that 174 * pname:pipelineCache is the handle of a valid <<pipelines-cache,pipeline 199 * The identified pipeline not being present in pname:pipelineCache 233 * [[VUID-vkCreateComputePipelines-pipelineCache-02873]] 234 If pname:pipelineCache was created with 236 to pname:pipelineCache must: be 244 * flink:vkCreateComputePipelines::pname:pipelineCache must: not be 1246 * pname:pipelineCache is either dlink:VK_NULL_HANDLE, indicating that 1252 * pname:pipelineCache is the handle of a valid <<pipelines-cache,pipeline [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 306 VkPipelineCache pipelineCache, 310 VkPipelineCache pipelineCache, uint32_t createInfoCount,
|
D | VkDecoderGlobalState.cpp | 3387 VkPipelineCache pipelineCache, in destroyPipelineCacheLocked() argument 3389 deviceDispatch->vkDestroyPipelineCache(device, pipelineCache, pAllocator); in destroyPipelineCacheLocked() 3391 mPipelineCacheInfo.erase(pipelineCache); in destroyPipelineCacheLocked() 3395 VkPipelineCache pipelineCache, in on_vkDestroyPipelineCache() argument 3401 destroyPipelineCacheLocked(device, deviceDispatch, pipelineCache, pAllocator); in on_vkDestroyPipelineCache() 3405 VkPipelineCache pipelineCache, uint32_t createInfoCount, in on_vkCreateGraphicsPipelines() argument 3413 device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in on_vkCreateGraphicsPipelines() 7280 for (auto pipelineCache : findDeviceObjects(deviceToDestroy, mPipelineCacheInfo)) { in teardownInstanceLocked() local 7281 destroyPipelineCacheLocked(deviceToDestroy, deviceToDestroyDispatch, pipelineCache, in teardownInstanceLocked() 8177 VkPipelineCache pipelineCache, in on_vkDestroyPipelineCache() argument [all …]
|
D | VkDecoderSnapshot.h | 293 VkPipelineCache pipelineCache, 297 VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, 305 VkDevice device, VkPipelineCache pipelineCache, 311 VkDevice device, VkPipelineCache pipelineCache,
|
D | VkDecoderSnapshot.cpp | 595 VkPipelineCache pipelineCache, in vkDestroyPipelineCache() argument 599 mReconstruction.removeHandles((const uint64_t*)(&pipelineCache), 1, true); in vkDestroyPipelineCache() 603 VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, in vkGetPipelineCacheData() argument 611 VkDevice device, VkPipelineCache pipelineCache, in vkCreateGraphicsPipelines() argument 641 VkDevice device, VkPipelineCache pipelineCache, in vkCreateComputePipelines() argument 4361 VkPipelineCache pipelineCache, in vkDestroyPipelineCache() argument 4364 pipelineCache, pAllocator); in vkDestroyPipelineCache() 4371 VkDevice device, VkPipelineCache pipelineCache, in vkGetPipelineCacheData() argument 4374 device, pipelineCache, pDataSize, pData); in vkGetPipelineCacheData() 4391 VkResult input_result, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in vkCreateGraphicsPipelines() argument [all …]
|
D | VkDecoder.cpp | 4313 VkPipelineCache pipelineCache; in decode() local 4325 *(VkPipelineCache*)&pipelineCache = in decode() 4327 boxed_pipelineCache_preserve = pipelineCache; in decode() 4328 pipelineCache = unbox_VkPipelineCache(pipelineCache); in decode() 4346 ioStream, (unsigned long long)device, (unsigned long long)pipelineCache, in decode() 4349 m_state->on_vkDestroyPipelineCache(&m_pool, device, pipelineCache, pAllocator); in decode() 4369 VkPipelineCache pipelineCache; in decode() local 4383 *(VkPipelineCache*)&pipelineCache = in decode() 4411 ioStream, (unsigned long long)device, (unsigned long long)pipelineCache, in decode() 4416 vk->vkGetPipelineCacheData(unboxed_device, pipelineCache, pDataSize, pData); in decode() [all …]
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 203 pipelineCache = printer.write_int("pipelineCache", 8, indent, signed=False, big_endian=False) 345 pipelineCache = printer.write_int("pipelineCache", 8, indent, signed=False, big_endian=False) 440 pipelineCache = printer.write_int("pipelineCache", 8, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 351 vkCreateGraphicsPipelines(device, pipelineCache, 1, &createInfo, NULL, &graphicsPipeline);
|