Lines Matching refs:pending_presentation
85 This->pending_presentation[i] = calloc(1, sizeof(BOOL)); in NineSwapChain9_ctor()
86 if (!This->pending_presentation[i]) in NineSwapChain9_ctor()
559 if (This->pending_presentation[i]) in NineSwapChain9_dtor()
560 FREE(This->pending_presentation[i]); in NineSwapChain9_dtor()
679 BOOL *pending_presentation; member
691 p_atomic_set(work->pending_presentation, FALSE); in work_present()
706 work->pending_presentation = This->pending_presentation[0]; in pend_present()
707 p_atomic_set(work->pending_presentation, TRUE); in pend_present()
988 if (!p_atomic_read(This->pending_presentation[i]) && in NineSwapChain9_Present()
1004 assert(!*This->pending_presentation[next_buffer] && !This->tasks[next_buffer]); in NineSwapChain9_Present()
1007 pending_presentation_temp = This->pending_presentation[next_buffer]; in NineSwapChain9_Present()
1008 This->pending_presentation[next_buffer] = This->pending_presentation[0]; in NineSwapChain9_Present()
1009 This->pending_presentation[0] = pending_presentation_temp; in NineSwapChain9_Present()
1063 pending_presentation_temp = This->pending_presentation[0]; in NineSwapChain9_Present()
1065 This->pending_presentation[i-1] = This->pending_presentation[i]; in NineSwapChain9_Present()
1067 This->pending_presentation[This->num_back_buffers - 1] = pending_presentation_temp; in NineSwapChain9_Present()
1077 assert(!*This->pending_presentation[0]); in NineSwapChain9_Present()