Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 213) sorted by relevance

123456789

/external/mesa3d/src/mesa/main/
Dcondrender.c47 if (!ctx->Extensions.NV_conditional_render || ctx->Query.CondRenderQuery || in _mesa_BeginConditionalRender()
53 ASSERT(ctx->Query.CondRenderMode == GL_NONE); in _mesa_BeginConditionalRender()
81 ctx->Query.CondRenderQuery = q; in _mesa_BeginConditionalRender()
82 ctx->Query.CondRenderMode = mode; in _mesa_BeginConditionalRender()
96 if (!ctx->Extensions.NV_conditional_render || !ctx->Query.CondRenderQuery) { in _mesa_EndConditionalRender()
102 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in _mesa_EndConditionalRender()
104 ctx->Query.CondRenderQuery = NULL; in _mesa_EndConditionalRender()
105 ctx->Query.CondRenderMode = GL_NONE; in _mesa_EndConditionalRender()
124 struct gl_query_object *q = ctx->Query.CondRenderQuery; in _mesa_check_conditional_render()
131 switch (ctx->Query.CondRenderMode) { in _mesa_check_conditional_render()
[all …]
Dqueryobj.c145 return &ctx->Query.CurrentOcclusionObject; in get_query_binding_point()
150 return &ctx->Query.CurrentOcclusionObject; in get_query_binding_point()
155 return &ctx->Query.CurrentTimerObject; in get_query_binding_point()
161 return &ctx->Query.PrimitivesGenerated; in get_query_binding_point()
166 return &ctx->Query.PrimitivesWritten; in get_query_binding_point()
192 if (ctx->Query.CurrentOcclusionObject || in _mesa_GenQueriesARB()
193 ctx->Query.CurrentTimerObject) { in _mesa_GenQueriesARB()
198 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n); in _mesa_GenQueriesARB()
209 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q); in _mesa_GenQueriesARB()
232 if (ctx->Query.CurrentOcclusionObject || in _mesa_DeleteQueriesARB()
[all …]
Dqueryobj.h41 _mesa_HashLookup(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dquery.h10 class Query {
12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} in Query() function
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} in Query() function
33 Query &operator=(const Query &query);
Dtrie-search.cc76 return lookup_<const Query &>(Query(ptr, length)); in lookup()
94 return find_<const Query &>(Query(ptr, length), in find()
113 return find_<const Query &>(Query(ptr, length), in find()
129 return find_first_<const Query &>(Query(ptr, length), key_length); in find_first()
144 return find_last_<const Query &>(Query(ptr, length), key_length); in find_last()
200 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first()
219 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first()
236 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first()
255 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first()
446 template std::size_t Trie::trie_match<const Query &>(UInt32 node,
[all …]
Dtrie-inline.h66 return find_callback_<const Query &>(Query(ptr, length), callback); in find_callback()
122 return predict_callback_<const Query &>(Query(ptr, length), callback); in predict_callback()
/external/marisa-trie/lib/marisa/
Dquery.h10 class Query {
12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} in Query() function
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} in Query() function
33 Query &operator=(const Query &query);
Dtrie-search.cc75 return lookup_<const Query &>(Query(ptr, length)); in lookup()
92 return find_<const Query &>(Query(ptr, length), in find()
110 return find_<const Query &>(Query(ptr, length), in find()
125 return find_first_<const Query &>(Query(ptr, length), key_length); in find_first()
139 return find_last_<const Query &>(Query(ptr, length), key_length); in find_last()
192 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first()
210 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first()
226 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first()
244 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first()
427 template std::size_t Trie::trie_match<const Query &>(UInt32 node,
[all …]
Dtrie-inline.h65 return find_callback_<const Query &>(Query(ptr, length), callback); in find_callback()
121 return predict_callback_<const Query &>(Query(ptr, length), callback); in predict_callback()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h59 class Query; variable
111 class Query {
123 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function
125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function
182 Query(const Query&) = delete;
183 void operator=(const Query&) = delete;
DLiveRegMatrix.h53 std::unique_ptr<LiveIntervalUnion::Query[]> Queries;
138 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
/external/v8/src/
Dhydrogen-alias-analysis.h27 HAliasing Query(HValue* a, HValue* b) { in Query() function
58 return Query(a, b) != kNoAlias; in MayAlias()
62 return Query(a, b) == kMustAlias; in MustAlias()
66 return Query(a, b) == kNoAlias; in NoAlias()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp47 struct Query { struct
54 Query(const DataLayout &DL, const TargetLibraryInfo *tli, in Query() function
61 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
62 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &,
65 const Query &, unsigned);
66 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
68 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned);
69 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
70 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
139 unsigned OpcToExpand, const Query &Q, in ExpandBinOp()
[all …]
DValueTracking.cpp94 struct Query { struct
100 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr, in Query() function
104 Query(const Query &Q, const Value *NewExcl) in Query() function
129 const Query &Q);
136 Query(AC, safeCxtI(V, CxtI), DT)); in computeKnownBits()
141 const Query &Q);
148 Query(AC, safeCxtI(V, CxtI), DT)); in ComputeSignBit()
152 const Query &Q, const DataLayout &DL);
159 Query(AC, safeCxtI(V, CxtI), DT), DL); in isKnownToBeAPowerOfTwo()
163 const Query &Q);
[all …]
/external/llvm/lib/Support/
DSpecialCaseList.cpp42 bool match(StringRef Query) const { in match()
43 return Strings.count(Query) || (RegEx && RegEx->match(Query)); in match()
157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, in inSection() argument
165 return II->getValue().match(Query); in inSection()
/external/clang/test/CodeGenObjC/
Dprivate-extern-selector-reference.m4 @interface Query interface
9 @interface ObserverQuery : Query @end
/external/v8/test/cctest/
Dtest-decls.cc75 virtual v8::Handle<Integer> Query(Local<String> key);
204 info.GetReturnValue().Set(context->Query(key)); in HandleQuery()
225 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) { in Query() function in DeclarationContext
275 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentPropertyContext
339 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AppearingPropertyContext
408 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ExistsInPrototypeContext
467 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentInPrototypeContext
502 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ExistsInHiddenPrototypeContext
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp58 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]); in runOnMachineFunction()
166 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg, in query()
168 LiveIntervalUnion::Query &Q = Queries[RegUnit]; in query()
DLiveIntervalUnion.cpp104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference()
119 unsigned LiveIntervalUnion::Query::
/external/libxml2/result/HTML/
Dwired.html.err53 ter.hts&ResultTemplate=vignette.hts&Collection=vignette&QueryMode=Internet&Query
68 r.hts&ResultTemplate=webmonkey.hts&Collection=webmonkey&QueryMode=Internet&Query
83 ter=docs_filter.hts&ResultTemplate=webmonkey_guides.hts&QueryMode=Internet&Query
98 ter=docs_filter.hts&ResultTemplate=hotwired_archive.hts&QueryMode=Internet&Query
113 ter.hts&ResultTemplate=magazine.hts&Collection=magazine&QueryMode=Internet&Query
128 r.hts&ResultTemplate=animation.hts&Collection=animation&QueryMode=Internet&Query
143 erSearch&filter=docs_filter.hts&ResultTemplate=suck.hts&QueryMode=Internet&Query
158 filter=docs_filter.hts&ResultTemplate=uber_hotwired.hts&QueryMode=Internet&Query
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp105 LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn(); in processBlock()
160 .Query(FMAIdx).isKill()) { in processBlock()
164 .Query(FMAIdx).isKill()) { in processBlock()
/external/tcpdump/tests/
Dforces1.out2 ForCES Query Response
9 ForCES Query
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Diterate.cs1 Query : <?cs var:query ?>
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOperationCode.java15 Query("Query", 0), enumConstant
/external/llvm/include/llvm/Support/
DSpecialCaseList.h82 bool inSection(StringRef Section, StringRef Query,

123456789