Searched refs:Query (Results 1 - 25 of 57) sorted by relevance

123

/external/mesa3d/src/mesa/main/
H A Dcondrender.c47 if (!ctx->Extensions.NV_conditional_render || ctx->Query.CondRenderQuery ||
53 ASSERT(ctx->Query.CondRenderMode == GL_NONE);
81 ctx->Query.CondRenderQuery = q;
82 ctx->Query.CondRenderMode = mode;
96 if (!ctx->Extensions.NV_conditional_render || !ctx->Query.CondRenderQuery) {
102 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery);
104 ctx->Query.CondRenderQuery = NULL;
105 ctx->Query.CondRenderMode = GL_NONE;
124 struct gl_query_object *q = ctx->Query.CondRenderQuery;
131 switch (ctx->Query
[all...]
H A Dqueryobj.h41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
H A Dqueryobj.c145 return &ctx->Query.CurrentOcclusionObject;
150 return &ctx->Query.CurrentOcclusionObject;
155 return &ctx->Query.CurrentTimerObject;
161 return &ctx->Query.PrimitivesGenerated;
166 return &ctx->Query.PrimitivesWritten;
192 if (ctx->Query.CurrentOcclusionObject ||
193 ctx->Query.CurrentTimerObject) {
198 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n);
209 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q);
232 if (ctx->Query
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs0 Query : <?cs var:query ?>
/external/marisa-trie/lib/marisa/
H A Dquery.h10 class Query { class in namespace:marisa
12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} function in class:marisa::Query
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} function in class:marisa::Query
33 Query &operator=(const Query &query);
H A Dtrie-search.cc75 return lookup_<const Query &>(Query(ptr, length));
92 return find_<const Query &>(Query(ptr, length),
110 return find_<const Query &>(Query(ptr, length),
125 return find_first_<const Query &>(Query(ptr, length), key_length);
139 return find_last_<const Query &>(Query(pt
[all...]
H A Dtrie-inline.h65 return find_callback_<const Query &>(Query(ptr, length), callback);
121 return predict_callback_<const Query &>(Query(ptr, length), callback);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dquery.h10 class Query { class in namespace:marisa_alpha
12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} function in class:marisa_alpha::Query
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} function in class:marisa_alpha::Query
33 Query &operator=(const Query &query);
H A Dtrie-search.cc76 return lookup_<const Query &>(Query(ptr, length));
94 return find_<const Query &>(Query(ptr, length),
113 return find_<const Query &>(Query(ptr, length),
129 return find_first_<const Query &>(Query(ptr, length), key_length);
144 return find_last_<const Query &>(Query(pt
[all...]
H A Dtrie-inline.h66 return find_callback_<const Query &>(Query(ptr, length), callback);
122 return predict_callback_<const Query &>(Query(ptr, length), callback);
/external/v8/src/
H A Dhydrogen-alias-analysis.h27 HAliasing Query(HValue* a, HValue* b) { function in class:v8::internal::HAliasAnalyzer
55 // {Query(a, b) == kMayAlias}, since this method considers kMustAlias
58 return Query(a, b) != kNoAlias;
62 return Query(a, b) == kMustAlias;
66 return Query(a, b) == kNoAlias;
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h59 class Query;
109 /// Query interferences between a single live virtual register and a live
111 class Query { class in class:llvm::LiveIntervalUnion
123 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} function in class:llvm::LiveIntervalUnion::Query
125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): function in class:llvm::LiveIntervalUnion::Query
182 Query(const Query&) = delete;
183 void operator=(const Query&) = delete;
H A DLiveRegMatrix.h53 std::unique_ptr<LiveIntervalUnion::Query[]> Queries;
134 /// Query a line of the assigned virtual register matrix directly.
136 /// This returns a reference to an internal Query data structure that is only
138 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java13 * Query [RFC1035]
15 Query("Query", 0), enum constant in enum:DNSOperationCode
17 * IQuery (Inverse Query, Obsolete) [RFC3425]
19 IQuery("Inverse Query", 1),
/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h81 /// and @Query satisfies a wildcard expression <E>.
82 bool inSection(StringRef Section, StringRef Query,
/external/llvm/lib/Support/
H A DSpecialCaseList.cpp42 bool match(StringRef Query) const {
43 return Strings.count(Query) || (RegEx && RegEx->match(Query));
157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, argument
165 return II->getValue().match(Query);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp47 struct Query { struct in namespace:__anon10349
54 Query(const DataLayout &DL, const TargetLibraryInfo *tli, function in struct:__anon10349::Query
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
[all...]
H A DValueTracking.cpp94 struct Query { struct in namespace:__anon10382
100 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr, function in struct:__anon10382::Query
104 Query(const Query &Q, const Value *NewExcl) function in struct:__anon10382::Query
129 const Query &Q);
136 Query(AC, safeCxtI(V, CxtI), DT));
141 const Query &Q);
148 Query(AC, safeCxtI(V, CxtI), DT));
152 const Query &Q, const DataLayout &DL);
159 Query(A
[all...]
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const {
119 unsigned LiveIntervalUnion::Query::
H A DLiveRegMatrix.cpp58 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
69 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
166 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg,
168 LiveIntervalUnion::Query &Q = Queries[RegUnit];
H A DRegisterPressure.cpp507 LiveQueryResult LRQ = LR->Query(SlotIdx);
533 LiveQueryResult LRQ = LR->Query(SlotIdx);
591 lastUse = LR && LR->Query(SlotIdx).isKill();
728 LiveQueryResult LRQ = LR->Query(SlotIdx);
927 LiveQueryResult LRQ = LR->Query(SlotIdx);
/external/v8/test/cctest/
H A Dtest-decls.cc75 virtual v8::Handle<Integer> Query(Local<String> key);
204 info.GetReturnValue().Set(context->Query(key));
225 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) { function in class:DeclarationContext
275 virtual v8::Handle<Integer> Query(Local<String> key) { function in class:AbsentPropertyContext
339 virtual v8::Handle<Integer> Query(Local<String> key) { function in class:AppearingPropertyContext
408 virtual v8::Handle<Integer> Query(Local<String> key) { function in class:ExistsInPrototypeContext
467 virtual v8::Handle<Integer> Query(Local<String> key) { function in class:AbsentInPrototypeContext
502 virtual v8::Handle<Integer> Query(Local<String> key) { function in class:ExistsInHiddenPrototypeContext
/external/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp105 LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn();
160 .Query(FMAIdx).isKill()) {
164 .Query(FMAIdx).isKill()) {
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp138 typedef TypedObjectWrapper<OBJECTTYPE_QUERY> Query; typedef in namespace:glu
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp171 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
501 const CXXRecordDecl *Query) {
503 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)
506 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
500 hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query) argument

Completed in 580 milliseconds

123