Searched refs:_cache (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c59 VkPipelineCache _cache,
63 LVP_FROM_HANDLE(lvp_pipeline_cache, cache, _cache);
65 if (!_cache)
74 VkPipelineCache _cache,
57 lvp_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
72 lvp_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
H A Dlvp_pipeline.c916 VkPipelineCache _cache,
922 LVP_FROM_HANDLE(lvp_pipeline_cache, cache, _cache);
1006 VkPipelineCache _cache,
1012 LVP_FROM_HANDLE(lvp_pipeline_cache, cache, _cache);
914 lvp_graphics_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkGraphicsPipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
1004 lvp_compute_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkComputePipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pipeline_cache.c59 VkPipelineCache _cache,
63 VK_FROM_HANDLE(panvk_pipeline_cache, cache, _cache);
70 VkPipelineCache _cache,
58 panvk_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
69 panvk_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftccache.h213 FTC_Cache _cache = FTC_CACHE(cache); \
223 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
234 _nodcomp( _node, query, _cache, &_list_changed ) ) \
243 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
268 FTC_Manager _manager = _cache->manager; \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c281 VkPipelineCache _cache,
285 TU_FROM_HANDLE(tu_pipeline_cache, cache, _cache);
296 VkPipelineCache _cache,
301 TU_FROM_HANDLE(tu_pipeline_cache, cache, _cache);
280 tu_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
295 tu_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
H A Dtu_pipeline.c3286 VkPipelineCache _cache,
3285 tu_compute_pipeline_create(VkDevice device,VkPipelineCache _cache,const VkComputePipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c324 VkPipelineCache _cache,
328 TU_FROM_HANDLE(tu_pipeline_cache, cache, _cache);
339 VkPipelineCache _cache,
344 TU_FROM_HANDLE(tu_pipeline_cache, cache, _cache);
323 tu_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
338 tu_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
H A Dtu_pipeline.c1851 VkPipelineCache _cache,
1850 tu_compute_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkComputePipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c573 radv_DestroyPipelineCache(VkDevice _device, VkPipelineCache _cache, argument
577 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
587 radv_GetPipelineCacheData(VkDevice _device, VkPipelineCache _cache, size_t *pDataSize, void *pData) argument
590 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
H A Dradv_pipeline_rt.c90 radv_rt_pipeline_library_create(VkDevice _device, VkPipelineCache _cache, argument
2188 radv_rt_pipeline_create(VkDevice _device, VkPipelineCache _cache, argument
2203 return radv_rt_pipeline_library_create(_device, _cache, pCreateInfo, pAllocator, pPipeline);
2231 result = radv_compute_pipeline_create(_device, _cache, &compute_info, pAllocator, hash,
2243 result = radv_compute_pipeline_create(_device, _cache, &compute_info, pAllocator, hash,
H A Dradv_pipeline.c5597 radv_graphics_pipeline_create(VkDevice _device, VkPipelineCache _cache, argument
5603 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
5741 radv_compute_pipeline_create(VkDevice _device, VkPipelineCache _cache, argument
5748 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
H A Dradv_private.h1893 VkResult radv_compute_pipeline_create(VkDevice _device, VkPipelineCache _cache,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c546 VkPipelineCache _cache,
550 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
561 VkPipelineCache _cache,
566 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
544 radv_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
559 radv_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
H A Dradv_pipeline.c3804 VkPipelineCache _cache,
3811 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
3923 VkPipelineCache _cache,
3929 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
3802 radv_graphics_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkGraphicsPipelineCreateInfo * pCreateInfo,const struct radv_graphics_pipeline_create_info * extra,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
3921 radv_compute_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkComputePipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh307 _cache=$(ls -1 --color=no "$CACHEDIR"/*cache*)
310 _newcache=$(echo "$_cache" | sed "s/\([0-9a-f]*\)\(\-.*\)/$_uuid\2/")
311 mv "$_cache" "$_newcache"
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c742 VkPipelineCache _cache,
746 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache);
923 VkPipelineCache _cache,
928 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache);
741 v3dv_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
922 v3dv_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
H A Dv3dv_pipeline.c3037 VkPipelineCache _cache,
3043 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache);
3273 VkPipelineCache _cache,
3279 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache);
3036 graphics_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkGraphicsPipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
3272 compute_pipeline_create(VkDevice _device,VkPipelineCache _cache,const VkComputePipelineCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipeline) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline_cache.c504 VkPipelineCache _cache,
508 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache);
520 VkPipelineCache _cache,
525 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache);
502 anv_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
518 anv_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline_cache.c571 VkPipelineCache _cache,
575 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache);
587 VkPipelineCache _cache,
592 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache);
569 anv_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
585 anv_GetPipelineCacheData(VkDevice _device,VkPipelineCache _cache,size_t * pDataSize,void * pData) argument

Completed in 50 milliseconds