Lines Matching defs:first
1218 /* Check the first list entry. There will always be at least one
1223 struct iris_compiled_shader *first =
1226 if (memcmp(&first->key, key, key_size) == 0) {
1227 util_queue_fence_wait(&first->ready);
1228 return first;
1232 start = first->link.next;
2443 * Actual shader compilation to assembly happens later, at first use.
2962 /* When precompile is enabled, the first entry is the precompile variant.
2965 struct iris_compiled_shader *first =
2968 return util_queue_fence_is_signalled(&first->ready);