/external/mesa3d/src/mesa/main/ |
D | queryobj.c | 56 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 …]
|
D | condrender.c | 135 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/ |
D | st_cb_queryobj.c | 56 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/ |
D | multi_thread_gemm.h | 218 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/ |
D | WebAssemblyCFGStackify.cpp | 162 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/ |
D | radeon_queryobj.c | 67 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/ |
D | radeon_queryobj.c | 67 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/ |
D | cpdf_progressiverenderer.cpp | 21 : m_Status(Ready), in CPDF_ProgressiveRenderer() 34 if (!m_pContext || !m_pDevice || m_Status != Ready) { in Start()
|
D | cpdf_progressiverenderer.h | 28 Ready, // FPDF_RENDER_READER enumerator
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 232 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/ |
D | vcpu_fbench.stdout.exp | 1 Ready to begin John Walker's floating point accuracy
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_contentparser.h | 24 enum ParseStatus { Ready, ToBeContinued, Done }; enumerator
|
D | cpdf_contentparser.cpp | 25 : m_Status(Ready), in CPDF_ContentParser() 40 if (m_Status != Ready || !pPage || !pPage->m_pDocument || in Start()
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
D | control.can_not_play_play_ready | 9 This test will fail if the browser can play Play Ready (update this test when it
|
/external/pdfium/xfa/fxfa/parser/ |
D | cscript_layoutpseudomodel.h | 27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
|
D | cscript_layoutpseudomodel.cpp | 34 void CScript_LayoutPseudoModel::Ready(CFXJSE_Value* pValue, in Ready() function in CScript_LayoutPseudoModel
|
/external/pdfium/fpdfsdk/ |
D | fpdf_progressive.cpp | 21 static_assert(CPDF_ProgressiveRenderer::Ready == FPDF_RENDER_READER,
|
/external/tcpdump/tests/ |
D | dcb_qcn.out | 130 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/ |
D | pxe_file.c | 127 file_select->Ready = ( ready ? RDY_READ : 0 ); in pxenv_file_select()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 4136 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/ |
D | pxe_extensions | 92 UINT16 Ready; 104 Ready: Indication of readiness. This can be zero, or more,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 788 q->Base.Ready = GL_TRUE; in xmesa_new_query_object() 831 q->Ready = GL_TRUE; in xmesa_end_query()
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 113 ... 'status': 'Ready', 471 ... 'status': 'Ready',
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | pxe_api.h | 1675 UINT16_t Ready; /**< Indication of readiness */ member
|
/external/syslinux/core/ |
D | diskboot.inc | 243 ; Ready to enable interrupts, captain
|