Home
last modified time | relevance | path

Searched defs:_cache (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js17 const _cache = { variable
37 const _cache = { variable
51 const _cache = { variable
67 const _cache = { variable
82 const _cache = { variable
96 const _cache = { variable
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_pipeline_cache.c59 VkPipelineCache _cache, in panvk_DestroyPipelineCache()
70 VkPipelineCache _cache, in panvk_GetPipelineCacheData()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline_cache.c59 VkPipelineCache _cache, in lvp_DestroyPipelineCache()
74 VkPipelineCache _cache, in lvp_GetPipelineCacheData()
Dlvp_pipeline.c916 VkPipelineCache _cache, in lvp_graphics_pipeline_create()
1006 VkPipelineCache _cache, in lvp_compute_pipeline_create()
/third_party/python/Lib/encodings/
D__init__.py35 _cache = {} variable
/third_party/python/Tools/scripts/
Dfind_recursionlimit.py73 def test_cpickle(_cache={}): argument
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c281 VkPipelineCache _cache, in tu_DestroyPipelineCache()
296 VkPipelineCache _cache, in tu_GetPipelineCacheData()
Dtu_pipeline.c3286 VkPipelineCache _cache, in tu_compute_pipeline_create()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c288 lws_cache_destroy(struct lws_cache_ttl_lru **_cache) in lws_cache_destroy()
Dheap.c542 lws_cache_heap_destroy(struct lws_cache_ttl_lru **_cache) in lws_cache_heap_destroy()
/third_party/python/Lib/
Dfilecmp.py20 _cache = {} variable
Dre.py285 _cache = {} # ordered! variable
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c573 radv_DestroyPipelineCache(VkDevice _device, VkPipelineCache _cache, in radv_DestroyPipelineCache()
587 radv_GetPipelineCacheData(VkDevice _device, VkPipelineCache _cache, size_t *pDataSize, void *pData) in radv_GetPipelineCacheData()
Dradv_pipeline_rt.c90 radv_rt_pipeline_library_create(VkDevice _device, VkPipelineCache _cache, in radv_rt_pipeline_library_create()
2188 radv_rt_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_rt_pipeline_create()
Dradv_pipeline.c5597 radv_graphics_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_graphics_pipeline_create()
5741 radv_compute_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_compute_pipeline_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c742 VkPipelineCache _cache, in v3dv_DestroyPipelineCache()
923 VkPipelineCache _cache, in v3dv_GetPipelineCacheData()
Dv3dv_pipeline.c3037 VkPipelineCache _cache, in graphics_pipeline_create()
3273 VkPipelineCache _cache, in compute_pipeline_create()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c571 VkPipelineCache _cache, in anv_DestroyPipelineCache()
587 VkPipelineCache _cache, in anv_GetPipelineCacheData()
/third_party/python/Lib/xml/etree/
DElementPath.py349 _cache = {} variable
/third_party/python/Lib/multiprocessing/
Dmanagers.py948 def MakeProxyType(name, exposed, _cache={}): argument