Home
last modified time | relevance | path

Searched defs:cache_hit (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_live_shader_cache.c72 util_live_shader_cache_get(struct pipe_context *ctx, struct util_live_shader_cache *cache, const struct pipe_shader_state *state, bool* cache_hit) util_live_shader_cache_get() argument
/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.c133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() function
H A Dmpoa_caches.h46 int (*cache_hit)(in_cache_entry *entry, member
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.c133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() function
H A Dmpoa_caches.h46 int (*cache_hit)(in_cache_entry *entry, member
/third_party/ffmpeg/libavformat/
H A Dcache.c65 int64_t cache_hit, cache_miss; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c307 bool cache_hit = false; in anv_device_search_for_kernel() local
H A Danv_pipeline.c1393 bool cache_hit; in anv_graphics_pipeline_load_cached_shaders() local
1818 bool cache_hit = false; in anv_pipeline_compile_cs() local
2454 bool cache_hit; in anv_pipeline_load_cached_shaders() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c251 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache, unsigned char sha1_key[20], bool *cache_hit) v3dv_pipeline_cache_search_for_pipeline() argument
H A Dv3dv_pipeline.c2471 bool cache_hit = false; in pipeline_compile_graphics() local
3188 bool cache_hit = false; in pipeline_compile_compute() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct vk_pipeline_cache_object_ops *ops, bool *cache_hit) vk_pipeline_cache_lookup_object() argument
446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct nir_shader_compiler_options *nir_options, bool *cache_hit, void *mem_ctx) vk_pipeline_cache_lookup_nir() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1192 bool cache_hit; in zink_create_cached_shader_state() local
H A Dzink_descriptors.c1193 desc_set_res_add(struct zink_descriptor_set *zds, struct zink_resource *res, unsigned int i, bool cache_hit) in desc_set_res_add() argument
780 zink_descriptor_set_get(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute, bool *cache_hit) zink_descriptor_set_get() argument
1206 desc_set_sampler_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, struct zink_sampler_state *state, unsigned int i, bool cache_hit) desc_set_sampler_add() argument
1227 desc_set_image_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, unsigned int i, bool cache_hit) desc_set_image_add() argument
1245 desc_set_descriptor_surface_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, unsigned int i, bool cache_hit) desc_set_descriptor_surface_add() argument
1277 update_push_ubo_descriptors(struct zink_context *ctx, struct zink_descriptor_set *zds, VkDescriptorSet desc_set, bool is_compute, bool cache_hit, uint32_t *dynamic_offsets) update_push_ubo_descriptors() argument
1342 set_descriptor_set_refs(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_program *pg, bool cache_hit) set_descriptor_set_refs() argument
1369 update_descriptors_internal(struct zink_context *ctx, enum zink_descriptor_type type, struct zink_descriptor_set *zds, struct zink_program *pg, bool cache_hit) update_descriptors_internal() argument
1487 bool cache_hit; zink_descriptors_update() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c762 bool cache_hit; in dzn_graphics_pipeline_compile_shaders() local
2096 bool cache_hit in dzn_compute_pipeline_compile_shader() local
527 dzn_pipeline_cache_lookup_gfx_pipeline(struct dzn_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, const uint8_t *pipeline_hash, bool *cache_hit) dzn_pipeline_cache_lookup_gfx_pipeline() argument
2009 dzn_pipeline_cache_lookup_compute_pipeline(struct vk_pipeline_cache *cache, uint8_t *pipeline_hash, D3D12_PIPELINE_STATE_STREAM_DESC *stream_desc, D3D12_SHADER_BYTECODE *dxil, bool *cache_hit) dzn_pipeline_cache_lookup_compute_pipeline() argument
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc817 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc719 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc786 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc843 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc728 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2174 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1948 bool cache_hit = !engine->UpdateNativeModuleCache(thrower->error(), in CompileToNativeModule() local
2312 bool cache_hit = !GetWasmEngine()->UpdateNativeModuleCache( variable
2969 bool cache_hit = false; in OnFinishedStream() local
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc664 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local

Completed in 115 milliseconds