Lines Matching refs:completion
94 for (uint32_t i = 0; i < ARRAY_SIZE(queue->completion); i++)
95 queue->completion[i] = NULL;
150 for (uint32_t i = 0; i < ARRAY_SIZE(queue->completion); i++) {
151 if (queue->completion[i])
152 vk_sync_destroy(&queue->device->vk, queue->completion[i]);
174 for (int i = 0U; i < ARRAY_SIZE(queue->completion); i++) {
177 if (!queue->completion[i])
181 queue->completion[i],
265 /* Replace the completion fences. */
313 /* Replace the completion fences. */
355 /* Replace the completion fences. */
665 pvr_update_syncobjs(device, completion_syncobjs, queue->completion);