Lines Matching refs:entry
20 * - For each renderpass we create tu_renderpass_result entry which
23 * tu_renderpass_history entry which aggregate results for a
185 struct hash_entry *entry =
187 if (entry) {
188 struct tu_renderpass_history *history = entry->data;
312 struct hash_entry *entry =
314 if (!entry) {
323 history = (struct tu_renderpass_history *) entry->data;
356 hash_table_foreach(at->ht, entry) {
357 struct tu_renderpass_history *history = entry->data;
364 mesa_logi("Removed old history entry %016"PRIx64"", history->key);
415 hash_table_foreach(at->ht, entry) {
416 struct tu_renderpass_history *history = entry->data;
426 hash_table_foreach(at->ht, entry) {
427 struct tu_renderpass_history *history = entry->data;