Home
last modified time | relevance | path

Searched refs:IsOpaque (Results 1 – 23 of 23) sorted by relevance

/external/skqp/src/core/
DSkXfermodePriv.h56 static bool IsOpaque(SkBlendMode, SrcColorOpacity);
DSkPaintPriv.cpp43 return SkXfermode::IsOpaque(paint->getBlendMode(), opacityType); in Overwrites()
DSkXfermode.cpp109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/external/skia/src/core/
DSkXfermodePriv.h56 static bool IsOpaque(SkBlendMode, SrcColorOpacity);
DSkPaintPriv.cpp45 return SkXfermode::IsOpaque(paint->getBlendMode(), opacityType); in Overwrites()
DSkXfermode.cpp109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc47 if (shape.IsOpaque()) { in TEST_F()
Dhlo_instruction.cc751 CHECK(!shape.IsOpaque()); in CreateNary()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_layout.cc70 CHECK(!shape_.IsOpaque()); in ResetLayout()
Dshape.h60 bool IsOpaque() const { return element_type() == OPAQUE_TYPE; } in IsOpaque() function
Dlayout_util.cc112 if (shape.IsOpaque() || shape.IsToken()) { in GetDefaultLayoutForShape()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc151 if (shape.IsOpaque()) { in ShapeSizeBytes()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dtuple_ops.cc118 if (!target_shape.IsOpaque()) { in EmitGetTupleElement()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc365 if (shape.IsOpaque()) { in ShapeSizeBytes()
Dcpu_compiler.cc491 if (shape.IsOpaque()) { in CreateHloProfilingArtifacts()
Dir_emitter.cc3175 if (!target_shape.IsOpaque()) { in EmitThreadLocalBufferPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h509 uint16_t IsOpaque : 1;
1505 ConstantSDNodeBits.IsOpaque = isOpaque;
1521 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }
DSelectionDAG.h562 bool IsOpaque = false) {
564 VT, IsTarget, IsOpaque);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2125 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
2127 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
2129 IsOpaque); in ExpandIntRes_Constant()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1952 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
1954 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
1956 IsOpaque); in ExpandIntRes_Constant()
/external/v8/src/codegen/
Dcompiler.cc260 outer_origin_options.IsOpaque()); in OriginOptionsForEval()
/external/v8/include/
Dv8.h1404 bool IsOpaque() const { return (flags_ & kIsOpaque) != 0; } in IsOpaque() function
2128 bool IsOpaque() const;
/external/v8/src/api/
Dapi.cc375 v8::Boolean::New(v8_isolate, options.IsOpaque()), in GetScriptOriginForScript()
2994 bool Message::IsOpaque() const { in IsOpaque() function in v8::Message
2998 return self->script().origin_options().IsOpaque(); in IsOpaque()