HomeSort by relevance Sort by last modified time
    Searched refs:Ready (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/mesa3d/src/mesa/main/
condrender.c 161 if (!q->Ready) {
168 if (!q->Ready) {
175 if (!q->Ready)
177 return q->Ready ? (q->Result > 0) : GL_TRUE;
181 if (!q->Ready)
183 return q->Ready ? (q->Result == 0) : GL_TRUE;
queryobj.c 58 q->Ready = GL_TRUE;
91 q->Ready = GL_TRUE;
106 assert(q->Ready);
111 * Check if a query results are ready. Software driver fallback.
481 q->Ready = GL_FALSE;
609 q->Ready = GL_FALSE;
788 if (!q->Ready)
796 if (!q->Ready)
801 if (!q->Ready)
803 value = q->Ready;
    [all...]
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 0 Ready to begin John Walker's floating point accuracy
  /external/pdfium/core/fpdfapi/page/
cpdf_contentparser.h 24 enum ParseStatus { Ready, ToBeContinued, Done };
cpdf_contentparser.cpp 25 : m_Status(Ready),
40 if (m_Status != Ready || !pPage || !pPage->m_pDocument ||
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.h 28 Ready, // FPDF_RENDER_READER
cpdf_progressiverenderer.cpp 21 : m_Status(Ready),
34 if (!m_pContext || !m_pDevice || m_Status != Ready) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 55 stq->base.Ready = GL_TRUE;
287 /* this function should only be called if we don't have a ready result */
288 assert(!stq->base.Ready);
290 while (!stq->base.Ready &&
296 q->Ready = GL_TRUE;
305 assert(!q->Ready); /* we should not get called if Ready is TRUE */
306 q->Ready = get_query_result(pipe, stq, FALSE);
  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.h 27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
  /external/gemmlowp/internal/
multi_thread_gemm.h 218 Ready, // Is not working, has not yet received new work to do.
246 assert(new_state == State::Ready);
248 case State::Ready:
253 assert(new_state == State::Ready ||
261 if (state_ == State::Ready) {
272 ChangeState(State::Ready);
277 // In the 'Ready' state, we have nothing to do but to wait until
280 &state_, State::Ready, &state_cond_, &state_mutex_);
285 // Got work to do! So do it, and then revert to 'Ready' state.
289 ChangeState(State::Ready);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 154 // We use two ready lists; Preferred and Ready. Preferred has recently
156 // order. Ready has the remaining ready blocks.
162 Ready;
177 Ready.push(DeferredBlock);
187 // Decrement the predecessor count. If it's now zero, it's ready.
210 Ready.push(Next);
217 // general Ready list.
220 if (Ready.empty())
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_conditional_render.c 123 * is ready then we can avoid looking at the values in the buffer and just
126 if (query->Base.Result || query->Base.Ready)
brw_queryobj.c 184 query->Base.Ready = true;
340 query->Base.Ready = true;
346 * Checks whether a query result is ready yet. If not, flushes.
360 * not ready yet on the first time it is queried. This ensures that
368 query->Base.Ready = true;
gen6_queryobj.c 255 query->Base.Ready = true;
438 * Checks whether a query result is ready yet. If not, flushes.
456 * not ready yet on the first time it is queried. This ensures that
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 21 static_assert(CPDF_ProgressiveRenderer::Ready == FPDF_RENDER_READER,
22 "CPDF_ProgressiveRenderer::Ready value mismatch");
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 66 query->Base.Ready = GL_TRUE;
99 query->Base.Ready = GL_TRUE;
176 query->Base.Ready = GL_TRUE;
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 111 * @ret s_PXENV_FILE_SELECT::Ready Indication of readiness
116 int ready; local
122 if ( ( ready = select ( &fdset, 0 ) ) < 0 ) {
123 file_select->Status = PXENV_STATUS ( ready );
127 file_select->Ready = ( ready ? RDY_READ : 0 );
142 * @ret s_PXENV_FILE_READ::Ready Indication of readiness
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 18 // The global variable which can be used after memory is ready.
619 Handle->Ready = TRUE;
719 // reset port status this time, then try to check if debug device is ready again.
738 if (!Handle->Ready) {
784 // If Handle is NULL, it means memory is ready for use.
865 // If Handle is NULL, it means memory is ready for use.
937 // If Handle is NULL, it means memory is ready for use.
DebugCommunicationLibUsb3Internal.h 459 // The flag indicates debug device is ready
464 // The flag indicates debug device is ready
466 BOOLEAN Ready;
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]

Completed in 1878 milliseconds

1 2 3