Home
last modified time | relevance | path

Searched refs:IsNative (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
H A Dr300_fragprog_swizzle.c95 * struct radeon_compiler *c; c->SwizzleCaps->IsNative().
199 .IsNative = r300_swizzle_is_native,
H A Dradeon_dataflow_swizzles.c435 if (c->SwizzleCaps->IsNative(inst->U.I.Opcode, *reg)) { in rc_dataflow_swizzles()
H A Dr500_fragprog.c267 .IsNative = r500_swizzle_is_native,
H A Dradeon_optimize.c399 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, newsrc)) in constant_folding()
578 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, src)) in is_presub_candidate()
H A Dr3xx_vertprog.c886 .IsNative = &swizzle_is_native,
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.h45 bool IsNative() const;
H A Dcall-site-info.cc37 bool CallSiteInfo::IsNative() const { in IsNative() function in v8::internal::CallSiteInfo
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-callsite.cc160 return isolate->heap()->ToBoolean(frame->IsNative()); in BUILTIN()
/third_party/node/deps/v8/src/parsing/
H A Dparser.h610 V8_INLINE bool IsNative(Expression* expr) const { in IsNative() function in v8::internal::Parser
H A Dpreparser.h1336 V8_INLINE bool IsNative(const PreParserExpression& expr) const { in IsNative() function in v8::internal::PreParser
H A Dparser-base.h5505 !scanner()->HasLineTerminatorBeforeNext() && impl()->IsNative(expr) && in ParseExpressionOrLabelledStatement()

Completed in 22 milliseconds