Home
last modified time | relevance | path

Searched refs:Ready (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dqueryobj.c56 q->Ready = GL_TRUE; /* correct, see spec */ in _mesa_new_query_object()
80 q->Ready = GL_TRUE; in _mesa_end_query()
95 assert(q->Ready); in _mesa_wait_query()
342 q->Ready = GL_FALSE; in _mesa_BeginQueryIndexed()
448 q->Ready = GL_FALSE; in _mesa_QueryCounter()
559 if (!q->Ready) in _mesa_GetQueryObjectivARB()
577 if (!q->Ready) in _mesa_GetQueryObjectivARB()
579 *params = q->Ready; in _mesa_GetQueryObjectivARB()
610 if (!q->Ready) in _mesa_GetQueryObjectuivARB()
628 if (!q->Ready) in _mesa_GetQueryObjectuivARB()
[all …]
Dcondrender.c135 if (!q->Ready) { in _mesa_check_conditional_render()
142 if (!q->Ready) in _mesa_check_conditional_render()
144 return q->Ready ? (q->Result > 0) : GL_TRUE; in _mesa_check_conditional_render()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c56 stq->base.Ready = GL_TRUE; in st_NewQueryObject()
153 assert(!stq->base.Ready); in st_WaitQuery()
155 while (!stq->base.Ready && in st_WaitQuery()
164 q->Ready = GL_TRUE; in st_WaitQuery()
173 assert(!q->Ready); /* we should not get called if Ready is TRUE */ in st_CheckQuery()
174 q->Ready = pipe->get_query_result(pipe, stq->pq, FALSE, (void*)&q->Result); in st_CheckQuery()
/external/gemmlowp/internal/
Dmulti_thread_gemm.h218 Ready, // Is not working, has not yet received new work to do. enumerator
246 assert(new_state == State::Ready); in ChangeState()
248 case State::Ready: in ChangeState()
253 assert(new_state == State::Ready || in ChangeState()
261 if (state_ == State::Ready) { in ChangeState()
272 ChangeState(State::Ready); in ThreadFunc()
280 &state_, State::Ready, &state_cond_, &state_mutex_); in ThreadFunc()
291 ChangeState(State::Ready); in ThreadFunc()
313 assert(state_ == State::Ready); in StartWork()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp162 Ready; in SortBlocks() local
177 Ready.push(DeferredBlock); in SortBlocks()
210 Ready.push(Next); in SortBlocks()
220 if (Ready.empty()) { in SortBlocks()
225 Next = Ready.top(); in SortBlocks()
226 Ready.pop(); in SortBlocks()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.c67 query->Base.Ready = GL_TRUE; in radeonNewQueryObject()
100 query->Base.Ready = GL_TRUE; in radeonWaitQuery()
177 query->Base.Ready = GL_TRUE; in radeonCheckQuery()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.c67 query->Base.Ready = GL_TRUE; in radeonNewQueryObject()
100 query->Base.Ready = GL_TRUE; in radeonWaitQuery()
177 query->Base.Ready = GL_TRUE; in radeonCheckQuery()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp21 : m_Status(Ready), in CPDF_ProgressiveRenderer()
34 if (!m_pContext || !m_pDevice || m_Status != Ready) { in Start()
Dcpdf_progressiverenderer.h28 Ready, // FPDF_RENDER_READER enumerator
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c232 query->Base.Ready = true; in brw_new_query_object()
374 query->Base.Ready = true; in brw_wait_query()
383 query->Base.Ready = true; in brw_check_query()
/external/valgrind/memcheck/tests/
Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentparser.h24 enum ParseStatus { Ready, ToBeContinued, Done }; enumerator
Dcpdf_contentparser.cpp25 : m_Status(Ready), in CPDF_ContentParser()
40 if (m_Status != Ready || !pPage || !pPage->m_pDocument || in Start()
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dcontrol.can_not_play_play_ready9 This test will fail if the browser can play Play Ready (update this test when it
/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.h27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
Dcscript_layoutpseudomodel.cpp34 void CScript_LayoutPseudoModel::Ready(CFXJSE_Value* pValue, in Ready() function in CScript_LayoutPseudoModel
/external/pdfium/fpdfsdk/
Dfpdf_progressive.cpp21 static_assert(CPDF_ProgressiveRenderer::Ready == FPDF_RENDER_READER,
/external/tcpdump/tests/
Ddcb_qcn.out130 Pre-Priority Ready Indicator
170 Pre-Priority Ready Indicator
315 Pre-Priority Ready Indicator
355 Pre-Priority Ready Indicator
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_file.c127 file_select->Ready = ( ready ? RDY_READ : 0 ); in pxenv_file_select()
/external/clang/include/clang/AST/
DExprCXX.h4136 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4142 Expr *Ready, Expr *Suspend, Expr *Resume) in CoroutineSuspendExpr() argument
4149 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
4161 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4167 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4178 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
4208 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr() argument
4210 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoawaitExpr()
4231 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr() argument
4233 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Ready, in CoyieldExpr()
/external/syslinux/gpxe/src/doc/
Dpxe_extensions92 UINT16 Ready;
104 Ready: Indication of readiness. This can be zero, or more,
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c788 q->Base.Ready = GL_TRUE; in xmesa_new_query_object()
831 q->Ready = GL_TRUE; in xmesa_end_query()
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt113 ... 'status': 'Ready',
471 ... 'status': 'Ready',
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe_api.h1675 UINT16_t Ready; /**< Indication of readiness */ member
/external/syslinux/core/
Ddiskboot.inc243 ; Ready to enable interrupts, captain

12