/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 728 struct hash_table *cache; member
|
/third_party/littlefs/ |
H A D | lfs.h | 396 lfs_cache_t cache; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 49 struct panvk_pipeline_cache *cache; member 918 panvk_pipeline_builder_init_graphics(struct panvk_pipeline_builder *builder, struct panvk_device *dev, struct panvk_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *create_info, const VkAllocationCallbacks *alloc) panvk_pipeline_builder_init_graphics() argument 997 panvk_pipeline_builder_init_compute(struct panvk_pipeline_builder *builder, struct panvk_device *dev, struct panvk_pipeline_cache *cache, const VkComputePipelineCreateInfo *create_info, const VkAllocationCallbacks *alloc) panvk_pipeline_builder_init_compute() argument [all...] |
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 259 findOption(const driOptionCache *cache, const char *name) in findOption() argument 594 driOptionCache *cache; member 810 driOptionCache *cache = data->cache; in parseOptConfAttr() local 1145 initOptionCache(driOptionCache *cache, const driOptionCache *info) initOptionCache() argument 1187 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, int screenNum, const char *driverName, const char *kernelDriverName, const char *deviceName, const char *applicationName, uint32_t applicationVersion, const char *engineName, uint32_t engineVersion) driParseConfigFiles() argument 1241 driDestroyOptionCache(driOptionCache *cache) driDestroyOptionCache() argument 1254 driCheckOption(const driOptionCache *cache, const char *name, driOptionType type) driCheckOption() argument 1262 driQueryOptionb(const driOptionCache *cache, const char *name) driQueryOptionb() argument 1272 driQueryOptioni(const driOptionCache *cache, const char *name) driQueryOptioni() argument 1282 driQueryOptionf(const driOptionCache *cache, const char *name) driQueryOptionf() argument 1292 driQueryOptionstr(const driOptionCache *cache, const char *name) driQueryOptionstr() argument [all...] |
/third_party/libfuse/example/ |
H A D | passthrough_ll.c | 94 int cache; member [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 507 Handle<Object> cache; in GetOrCreateInstanceProxyCache() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.cc | 187 auto& cache = read_only_heap->read_only_object_cache_; in GetReadOnlyHeapForIsolate() local
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 1214 FixedArray cache; in Lookup() local 1249 Handle<FixedArray> cache; Enter() local 1302 Clear(FixedArray cache) Clear() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_context.c | 1338 draw_set_disk_cache_callbacks(struct draw_context *draw, void *data_cookie, void (*find_shader)(void *cookie, struct lp_cached_code *cache, unsigned char ir_sha1_cache_key[20]), void (*insert_shader)(void *cookie, struct lp_cached_code *cache, unsigned char ir_sha1_cache_key[20])) draw_set_disk_cache_callbacks() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 857 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument 1053 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
|
/third_party/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 461 static auto* cache = new SkLRUCache<Key, sk_sp<SkRuntimeEffect>>(11/*totally arbitrary*/); in SkMakeCachedRuntimeEffect() local
|
H A D | SkBitmapDevice.cpp | 632 SkImageFilterCache* cache = SkImageFilterCache::Get(); in getImageFilterCache() local
|
H A D | SkImageFilterTypes.h | 579 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() argument 618 SkImageFilterCache* cache() const { return fCache; } in cache() function in skif::Context 588 Context(const Mapping& mapping, const LayerSpace<SkIRect>& desiredOutput, SkImageFilterCache* cache, SkColorType colorType, SkColorSpace* colorSpace, const FilterResult& source) Context() argument
|
H A D | SkTypeface.cpp | 105 static SkVarFontCache cache; in Instance() local
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.h | 584 ResourceAccess(GrResourceCache* cache) ResourceAccess() argument [all...] |
H A D | GrResourceProvider.cpp | 34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider() argument
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 1067 int Inliner::getFunctionSize(const FunctionDeclaration& funcDecl, FunctionSizeCache* cache) { in getFunctionSize() argument 1093 InlinabilityCache cache; in buildCandidateList() local 1053 candidateCanBeInlined(const InlineCandidate& candidate, const ProgramUsage& usage, InlinabilityCache* cache) candidateCanBeInlined() argument
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 1220 auto cache = dContext->priv().getResourceCache(); test_10() local [all...] |
/third_party/python/Modules/ |
H A D | _functoolsmodule.c | 798 PyObject *cache; member [all...] |
/third_party/python/Parser/ |
H A D | action_helpers.c | 15 static void *cache = NULL; in _PyPegen_dummy_name() local
|
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 512 PyObject *cache = self->connection->statement_cache; in get_statement_from_cache() local
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 418 let mut cache = Cache { new() variables 454 let mut cache = cache.borrow_mut(); forward() variables 484 let mut cache = cache.borrow_mut(); reverse() variables 515 let mut cache = cache.borrow_mut(); forward_many() variables [all...] |
/third_party/rust/crates/strsim-rs/src/ |
H A D | lib.rs | 208 let mut cache: Vec<usize> = (1..b_len+1).collect(); in generic_levenshtein() variables
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 854 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument 1035 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_linux.c | 1065 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) in lookup_sc() argument
|