Home
last modified time | relevance | path

Searched refs:rp_key (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c177 get_history(struct tu_autotune *at, uint64_t rp_key, uint32_t *avg_samples) in get_history() argument
186 _mesa_hash_table_search(at->ht, &rp_key); in get_history()
200 create_history_result(struct tu_autotune *at, uint64_t rp_key) in create_history_result() argument
203 result->rp_key = rp_key; in create_history_result()
313 _mesa_hash_table_search(at->ht, &result->rp_key); in tu_autotune_on_submit()
316 history->key = result->rp_key; in tu_autotune_on_submit()
Dtu_autotune.h110 uint64_t rp_key; member
/third_party/cups-filters/utils/
Dcups-browsed.c10158 char *rp_key, *rp_value, *adminurl_key, *adminurl_value; in resolve_callback() local
10175 avahi_string_list_get_pair(rp_entry, &rp_key, &rp_value, NULL); in resolve_callback()
10177 rp_key = strdup("rp"); in resolve_callback()
10203 if (txt && rp_key && rp_value && adminurl_key && adminurl_value && in resolve_callback()
10204 !strcasecmp(rp_key, "rp") && !strcasecmp(adminurl_key, "adminurl")) { in resolve_callback()
10318 avahi_free(rp_key); in resolve_callback()
10321 free(rp_key); in resolve_callback()