Searched refs:pPipelineCache (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_cache.h81 static inline size_t vn_sizeof_vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) argument
94 cmd_size += vn_sizeof_simple_pointer(pPipelineCache);
95 if (pPipelineCache)
96 cmd_size += vn_sizeof_VkPipelineCache(pPipelineCache);
101 static inline void vn_encode_vkCreatePipelineCache(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) argument
113 if (vn_encode_simple_pointer(enc, pPipelineCache))
114 vn_encode_VkPipelineCache(enc, pPipelineCache);
117 static inline size_t vn_sizeof_vkCreatePipelineCache_reply(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) argument
127 cmd_size += vn_sizeof_simple_pointer(pPipelineCache);
128 if (pPipelineCache)
134 vn_decode_vkCreatePipelineCache_reply(struct vn_cs_decoder * dec,VkDevice device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
353 vn_submit_vkCreatePipelineCache(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache,struct vn_instance_submit_command * submit) argument
437 vn_call_vkCreatePipelineCache(struct vn_instance * vn_instance,VkDevice device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
453 vn_async_vkCreatePipelineCache(struct vn_instance * vn_instance,VkDevice device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pipeline_cache.c38 VkPipelineCache *pPipelineCache)
53 *pPipelineCache = panvk_pipeline_cache_to_handle(cache);
35 panvk_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c30 VkPipelineCache* pPipelineCache)
52 *pPipelineCache = lvp_pipeline_cache_to_handle(cache);
26 lvp_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c249 VkPipelineCache *pPipelineCache)
274 *pPipelineCache = tu_pipeline_cache_to_handle(cache);
246 tu_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c292 VkPipelineCache *pPipelineCache)
317 *pPipelineCache = tu_pipeline_cache_to_handle(cache);
289 tu_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_pipeline.c126 VkPipelineCache *pPipelineCache)
156 *pPipelineCache = cache_handle;
123 vn_CreatePipelineCache(VkDevice device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c543 const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache)
567 *pPipelineCache = radv_pipeline_cache_to_handle(cache);
542 radv_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c512 VkPipelineCache* pPipelineCache)
539 *pPipelineCache = radv_pipeline_cache_to_handle(cache);
508 radv_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c686 VkPipelineCache *pPipelineCache)
709 *pPipelineCache = v3dv_pipeline_cache_to_handle(cache);
683 v3dv_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline_cache.c475 VkPipelineCache* pPipelineCache)
497 *pPipelineCache = anv_pipeline_cache_to_handle(cache);
471 anv_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline_cache.c542 VkPipelineCache* pPipelineCache)
564 *pPipelineCache = anv_pipeline_cache_to_handle(cache);
538 anv_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2968 typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineCache)(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
3376 VkPipelineCache* pPipelineCache);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3540 typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineCache)(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
3948 VkPipelineCache* pPipelineCache);

Completed in 99 milliseconds