Searched refs:last_dt_idx (Results 1 – 4 of 4) sorted by relevance
733 res->obj->last_dt_idx = cpi->image = res->obj->dt_idx; in zink_kopper_present_queue()778 uint32_t last_dt_idx = res->obj->last_dt_idx; in zink_kopper_acquire_readback() local781 if (res->obj->last_dt_idx == UINT32_MAX || in zink_kopper_acquire_readback()784 while (res->obj->dt_idx != last_dt_idx) { in zink_kopper_acquire_readback()808 if (res->obj->last_dt_idx == UINT32_MAX) in zink_kopper_present_readback()
91 uint32_t last_dt_idx; member
1445 … || (!zink_kopper_acquired(res->obj->dt, res->obj->dt_idx) && res->obj->last_dt_idx == UINT32_MAX)) in zink_flush_frontbuffer()1461 assert(res->obj->last_dt_idx != UINT32_MAX); in zink_flush_frontbuffer()1462 if (!zink_kopper_last_present_eq(res->obj->dt, res->obj->last_dt_idx)) { in zink_flush_frontbuffer()
556 obj->last_dt_idx = obj->dt_idx = UINT32_MAX; //TODO: unionize in resource_object_create()