Home
last modified time | relevance | path

Searched defs:cache (Results 1 - 25 of 75) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.cpp36 auto cache = segmentCache_.find(itemIdx); in GetSegment() local
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_lru_cache_test.cpp50 auto cache = HgmLRUCache<int32_t>(cacheSize); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dmemory_handler.cpp27 auto& cache = ShaderCache::Instance(); in ConfigureContext() local
45 const auto& cache = ShaderCache::Instance(); in QuerryShader() local
58 const auto& cache = ShaderCache::Instance(); in ClearShader() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.h74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id() argument
80 mali_l2_cache_get_pm_domain( struct mali_l2_cache_core *cache) mali_l2_cache_get_pm_domain() argument
93 mali_l2_cache_core_get_counter_src0( struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src0() argument
100 mali_l2_cache_core_get_counter_src1( struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src1() argument
[all...]
H A Dmali_l2_cache.c84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock() argument
90 mali_l2_cache_unlock(struct mali_l2_cache_core *cache) mali_l2_cache_unlock() argument
101 struct mali_l2_cache_core *cache = NULL; mali_l2_cache_create() local
166 mali_l2_cache_delete(struct mali_l2_cache_core *cache) mali_l2_cache_delete() argument
198 mali_l2_cache_power_up(struct mali_l2_cache_core *cache) mali_l2_cache_power_up() argument
213 mali_l2_cache_power_down(struct mali_l2_cache_core *cache) mali_l2_cache_power_down() argument
254 mali_l2_cache_core_set_counter_src( struct mali_l2_cache_core *cache, u32 source_id, u32 counter) mali_l2_cache_core_set_counter_src() argument
300 mali_l2_cache_core_get_counter_values( struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, u32 *value1) mali_l2_cache_core_get_counter_values() argument
356 mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) mali_l2_cache_invalidate() argument
373 mali_l2_cache_invalidate_conditional( struct mali_l2_cache_core *cache, u32 id) mali_l2_cache_invalidate_conditional() argument
409 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all() local
439 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all_pages() local
468 mali_l2_cache_reset(struct mali_l2_cache_core *cache) mali_l2_cache_reset() argument
504 mali_l2_cache_send_command( struct mali_l2_cache_core *cache, u32 reg, u32 val) mali_l2_cache_send_command() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.h74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id() argument
80 mali_l2_cache_get_pm_domain(struct mali_l2_cache_core *cache) mali_l2_cache_get_pm_domain() argument
91 mali_l2_cache_core_get_counter_src0(struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src0() argument
97 mali_l2_cache_core_get_counter_src1(struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src1() argument
[all...]
H A Dmali_l2_cache.c84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock() argument
90 mali_l2_cache_unlock(struct mali_l2_cache_core *cache) mali_l2_cache_unlock() argument
100 struct mali_l2_cache_core *cache = NULL; mali_l2_cache_create() local
154 mali_l2_cache_delete(struct mali_l2_cache_core *cache) mali_l2_cache_delete() argument
186 mali_l2_cache_power_up(struct mali_l2_cache_core *cache) mali_l2_cache_power_up() argument
202 mali_l2_cache_power_down(struct mali_l2_cache_core *cache) mali_l2_cache_power_down() argument
238 mali_l2_cache_core_set_counter_src(struct mali_l2_cache_core *cache, u32 source_id, u32 counter) mali_l2_cache_core_set_counter_src() argument
281 mali_l2_cache_core_get_counter_values(struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, u32 *value1) mali_l2_cache_core_get_counter_values() argument
334 mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) mali_l2_cache_invalidate() argument
350 mali_l2_cache_invalidate_conditional(struct mali_l2_cache_core *cache, u32 id) mali_l2_cache_invalidate_conditional() argument
382 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all() local
409 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all_pages() local
436 mali_l2_cache_reset(struct mali_l2_cache_core *cache) mali_l2_cache_reset() argument
462 mali_l2_cache_send_command(struct mali_l2_cache_core *cache, u32 reg, u32 val) mali_l2_cache_send_command() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_blob_test.cpp170 auto cache = new BlobCache(); in HWTEST_F() local
183 auto cache = new BlobCache(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dshader_cache_test.cpp59 auto &cache = ShaderCache::Instance(); in HWTEST_F() local
90 auto &cache = ShaderCache::Instance(); in HWTEST_F() local
120 auto &cache = ShaderCache::Instance(); HWTEST_F() local
153 auto &cache = ShaderCache::Instance(); HWTEST_F() local
186 auto &cache = ShaderCache::Instance(); HWTEST_F() local
219 auto &cache = ShaderCache::Instance(); HWTEST_F() local
256 auto &cache = ShaderCache::Instance(); HWTEST_F() local
283 auto &cache = ShaderCache::Instance(); HWTEST_F() local
297 auto &cache = ShaderCache::Instance(); HWTEST_F() local
313 auto &cache = ShaderCache::Instance(); HWTEST_F() local
329 auto &cache = ShaderCache::Instance(); HWTEST_F() local
352 auto &cache = ShaderCache::Instance(); HWTEST_F() local
366 auto &cache = ShaderCache::Instance(); HWTEST_F() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_frame_buffer.cpp23 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int height, in RenderFrameBuffer() argument
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp114 auto cache = caches_.find(myPair); in PreSendRequest() local
141 auto cache in PostSendRequest() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_config.cpp19 DelayedTaskWrapper(std::string hostName, NetManagerStandard::LRUCache<AddrInfo> &cache) DelayedTaskWrapper() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dkey_cache.c103 static void KeyCacheInsert(struct KeyCache *cache, const char* name, int len) in KeyCacheInsert() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_pattern.h88 void SetTopologicalResultCache(std::list<std::string>&& cache) in SetTopologicalResultCache() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp181 std::vector<std::string> cache; in GetCachePath() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp63 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/
H A Dgpucontext_fuzzer.cpp48 auto& cache = ShaderCache::Instance(); in GPUContextFuzzTest001() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dexpire_lru_cache_test.cpp81 ExpireLruCache<std::vector<char>, std::vector<char>> cache; in HWTEST_F() local
106 ExpirelruCacheTestCheckNums(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, size_t expectNums) ExpirelruCacheTestCheckNums() argument
127 ExpirelruCacheTestCheckSequence(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, std::list<vector<char>>& expectSequence) ExpirelruCacheTestCheckSequence() argument
143 ExpirelruCacheTestCheckGetRet(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, vector<char>& key, vector<char>& val) ExpirelruCacheTestCheckGetRet() argument
162 ExpireLruCache<std::vector<char>, std::vector<char>> cache; HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_extension_config_test.cpp84 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
116 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
147 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
178 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
212 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
246 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
278 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
312 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
348 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
375 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
400 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
425 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
450 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
475 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
523 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
547 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
571 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
618 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
642 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
666 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
713 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
737 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
761 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
785 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
810 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
836 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
860 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
907 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
932 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
957 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dcma_allocator.c478 static void *__mmf_map(phys_addr_t phys, int len, int cache) argument
H A Dhisi_allocator.c479 static void *__mmf_map(phys_addr_t phys, int len, int cache) in __mmf_map() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp69 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp67 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dlocal_data_source.cpp64 std::shared_ptr<Cache> cache; in GetBestCache() local
86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument
134 auto cache = GetBestCache(pos); ReadBuffer() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dlocal_data_source.cpp64 std::shared_ptr<Cache> cache; in GetBestCache() local
86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument
133 auto cache = GetBestCache(pos); ReadBuffer() local
[all...]

Completed in 12 milliseconds

123