/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_live_shader_cache.c | 72 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 D | mpoa_caches.c | 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() function
|
H A D | mpoa_caches.h | 46 int (*cache_hit)(in_cache_entry *entry, member
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_caches.c | 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() function
|
H A D | mpoa_caches.h | 46 int (*cache_hit)(in_cache_entry *entry, member
|
/third_party/ffmpeg/libavformat/ |
H A D | cache.c | 65 int64_t cache_hit, cache_miss; member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 307 bool cache_hit = false; in anv_device_search_for_kernel() local
|
H A D | anv_pipeline.c | 1393 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 D | v3dv_pipeline_cache.c | 251 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 D | v3dv_pipeline.c | 2471 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 D | vk_pipeline_cache.c | 306 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 D | zink_program.c | 1192 bool cache_hit; in zink_create_cached_shader_state() local
|
H A D | zink_descriptors.c | 1193 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 D | dzn_pipeline.c | 762 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 D | simulator-loong64.cc | 817 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 719 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 786 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 843 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 728 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2174 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 1948 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 D | simulator-arm.cc | 664 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
|