Home
last modified time | relevance | path

Searched refs:snapshots_landed (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c83 uint64_t snapshots_landed; member
92 uint64_t snapshots_landed; member
136 unsigned offset = offsetof(struct iris_query_snapshots, snapshots_landed); in mark_available()
525 WRITE_ONCE(q->map->snapshots_landed, false); in iris_begin_query()
595 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) { in iris_check_query_no_flush()
633 while (!READ_ONCE(q->map->snapshots_landed)) { in iris_get_query_result()
640 assert(READ_ONCE(q->map->snapshots_landed)); in iris_get_query_result()
668 offsetof(struct iris_query_snapshots, snapshots_landed); in iris_get_query_result_resource()
687 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) { in iris_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c105 uint64_t snapshots_landed; member
114 uint64_t snapshots_landed; member
158 unsigned offset = offsetof(struct crocus_query_snapshots, snapshots_landed); in mark_available()
557 WRITE_ONCE(q->map->snapshots_landed, false); in crocus_begin_query()
645 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) { in crocus_check_query_no_flush()
676 while (!READ_ONCE(q->map->snapshots_landed)) { in crocus_get_query_result()
682 assert(READ_ONCE(q->map->snapshots_landed)); in crocus_get_query_result()
720 offsetof(struct crocus_query_snapshots, snapshots_landed); in crocus_get_query_result_resource()
739 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) { in crocus_get_query_result_resource()

Completed in 4 milliseconds