Home
last modified time | relevance | path

Searched defs:cache_id (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c159 char cache_id[20 * 2 + 1]; in nouveau_disk_cache_create() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c244 enum iris_program_cache_id cache_id = cache_id_for_stage[stage]; in iris_disk_cache_retrieve() local
H A Diris_program_cache.c50 enum iris_program_cache_id cache_id; member
55 make_keybox(void *mem_ctx, enum iris_program_cache_id cache_id, const void *key, uint32_t key_size) make_keybox() argument
88 iris_find_cached_shader(struct iris_context *ice, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_find_cached_shader() argument
111 iris_create_shader_variant(const struct iris_screen *screen, void *mem_ctx, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_create_shader_variant() argument
150 iris_upload_shader(struct iris_screen *screen, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, struct hash_table *driver_shaders, struct u_upload_mgr *uploader, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly) iris_upload_shader() argument
[all...]
H A Diris_program.c1207 find_or_add_variant(const struct iris_screen *screen, struct iris_uncompiled_shader *ish, enum iris_program_cache_id cache_id, const void *key, unsigned key_size, bool *added) find_or_add_variant() argument
H A Diris_state.c4764 iris_derived_program_state_size(enum iris_program_cache_id cache_id) in iris_derived_program_state_size() argument
4789 iris_store_derived_program_state(const struct intel_device_info *devinfo, enum iris_program_cache_id cache_id, struct iris_compiled_shader *shader) iris_store_derived_program_state() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c49 enum crocus_program_cache_id cache_id; member
54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, in make_keybox() argument
85 crocus_find_cached_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key) crocus_find_cached_shader() argument
99 crocus_find_previous_compile(const struct crocus_context *ice, enum crocus_program_cache_id cache_id, unsigned program_string_id) crocus_find_previous_compile() argument
187 crocus_upload_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly, uint32_t asm_size, struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, uint32_t *streamout, enum brw_param_builtin *system_values, unsigned num_system_values, unsigned num_cbufs, const struct crocus_binding_table *bt) crocus_upload_shader() argument
316 cache_name(enum crocus_program_cache_id cache_id) cache_name() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c100 char cache_id[20 * 2 + 1]; in r300_disk_cache_create() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpmksa_cache.c131 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
431 pmksa_cache_get_fils_cache_id(struct rsn_pmksa_cache *pmksa, const void *network_ctx, const u8 *cache_id) pmksa_cache_get_fils_cache_id() argument
H A Dpmksa_cache.h135 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
H A Dwpa_i.h247 wpa_sm_add_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id, const u8 *pmk, size_t pmk_len) wpa_sm_add_pmkid() argument
257 wpa_sm_remove_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id) wpa_sm_remove_pmkid() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpmksa_cache.c173 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
500 pmksa_cache_get_fils_cache_id(struct rsn_pmksa_cache *pmksa, const void *network_ctx, const u8 *cache_id) pmksa_cache_get_fils_cache_id() argument
H A Dpmksa_cache.h142 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
H A Dwpa_i.h310 wpa_sm_add_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id, const u8 *pmk, size_t pmk_len, u32 pmk_lifetime, u8 pmk_reauth_threshold, int akmp) wpa_sm_add_pmkid() argument
322 wpa_sm_remove_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id) wpa_sm_remove_pmkid() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c935 char cache_id[20 * 2 + 1]; in lp_disk_cache_create() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1062 char cache_id[20 * 2 + 1]; in si_disk_cache_create() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c76 const int cache_id = ctx->id_; in ReconstructRow() local
205 const int cache_id = ctx->id_; in DoFilter() local
377 const int cache_id = ctx->id_; in DitherRow() local
407 const int cache_id = ctx->id_; FinishRow() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c766 char cache_id[20 * 2 + 1]; in r600_disk_cache_create() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c353 const u8 *cache_id = NULL; in sme_send_authentication() local
H A Dwpa_supplicant.c2588 const u8 *cache_id = NULL; in wpas_populate_assoc_ies() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dsme.c694 const u8 *cache_id = NULL; local
H A Dwpa_supplicant.c3102 const u8 *cache_id = NULL; local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4870 const u8 *cache_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c5300 const u8 *cache_id; member

Completed in 60 milliseconds