Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c85 This->pending_presentation[i] = calloc(1, sizeof(BOOL)); in NineSwapChain9_ctor()
86 if (!This->pending_presentation[i]) in NineSwapChain9_ctor()
562 if (This->pending_presentation[i]) in NineSwapChain9_dtor()
563 FREE(This->pending_presentation[i]); in NineSwapChain9_dtor()
682 BOOL *pending_presentation; member
694 p_atomic_set(work->pending_presentation, FALSE); in work_present()
709 work->pending_presentation = This->pending_presentation[0]; in pend_present()
710 p_atomic_set(work->pending_presentation, TRUE); in pend_present()
995 if (!p_atomic_read(This->pending_presentation[ in NineSwapChain9_Present()
[all...]
H A Dswapchain9.h76 BOOL *pending_presentation[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member

Completed in 2 milliseconds