Home
last modified time | relevance | path

Searched defs:from_cache (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_meta.c628 VkDescriptorSetLayout from_cache = vk_meta_lookup_descriptor_set_layout( in get_image_copy_descriptor_set_layout() local
674 VkPipelineLayout from_cache = in get_image_copy_pipeline_layout() local
705 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key, sizeof(*key)); in get_image_copy_pipeline() local
1426 VkDescriptorSetLayout from_cache = in get_buffer_copy_descriptor_set_layout() local
1474 VkPipelineLayout from_cache = in get_buffer_copy_pipeline_layout() local
1511 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key, sizeof(*key)); in get_buffer_copy_pipeline() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_clear.c101 VkPipelineLayout from_cache = in get_clear_pipeline_layout() local
131 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key, sizeof(*key)); in get_clear_pipeline() local
H A Dvk_meta_blit_resolve.c387 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key, sizeof(*key)); in get_blit_pipeline() local
476 VkSampler from_cache = vk_meta_lookup_sampler(meta, &key, sizeof(key)); in get_blit_sampler() local
H A Dvk_meta_copy_fill_update.c316 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key_data, key_size); in get_gfx_copy_pipeline() local
403 VkPipeline from_cache = vk_meta_lookup_pipeline(meta, key_data, key_size); in get_compute_copy_pipeline() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dadapter.py62 self, request, response, from_cache=False, cacheable_methods=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dadapter.py62 self, request, response, from_cache=False, cacheable_methods=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dadapter.py62 self, request, response, from_cache=False, cacheable_methods=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dadapter.py62 self, request, response, from_cache=False, cacheable_methods=None argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
H A Dschema.py305 def to_str(self, from_cache): argument
/aosp_15_r20/external/python/cpython3/Tools/importbench/
Dimportbench.py40 def from_cache(seconds, repeat): function
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/
Dschema.py303 def to_str(self, from_cache): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/aosp_15_r20/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c680 unsigned char from_cache = self->source == SOURCE_CACHE ? 1 : 0; in zoneinfo_reduce() local
696 unsigned char from_cache; in zoneinfo__unpickle() local