Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
Dr300_fragprog_swizzle.c199 .IsNative = r300_swizzle_is_native,
Dradeon_optimize.c397 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, newsrc) && in constant_folding()
398 c->SwizzleCaps->IsNative(inst->U.I.Opcode, inst->U.I.SrcReg[src])) in constant_folding()
573 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, src)) in is_presub_candidate()
Dradeon_dataflow_swizzles.c435 if (c->SwizzleCaps->IsNative(inst->U.I.Opcode, *reg)) { in rc_dataflow_swizzles()
Dr500_fragprog.c268 .IsNative = r500_swizzle_is_native,
Dr3xx_vertprog.c866 .IsNative = &swizzle_is_native,
/external/v8/src/
Dmessages.h71 virtual bool IsNative() = 0;
109 bool IsNative() override;
151 bool IsNative() override { return false; } in IsNative() function
Dmessages.cc462 bool JSStackFrame::IsNative() { in IsNative() function in v8::internal::JSStackFrame
478 if (call_site->IsNative()) { in AppendFileLocation()
/external/v8/src/builtins/
Dbuiltins-callsite.cc161 return isolate->heap()->ToBoolean(it.Frame()->IsNative()); in BUILTIN()
/external/v8/src/parsing/
Dparser.h623 V8_INLINE bool IsNative(Expression* expr) const {
Dpreparser.h1319 V8_INLINE bool IsNative(const PreParserExpression& expr) const {
Dparser-base.h5257 !scanner()->HasLineTerminatorBeforeNext() && impl()->IsNative(expr) && in ParseExpressionOrLabelledStatement()