Home
last modified time | relevance | path

Searched defs:Negate (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h68 unsigned int Negate:1; member
Dradeon_program.h54 unsigned int Negate:4; member
/third_party/skia/src/core/
DSkPointPriv.h67 static void Negate(SkIPoint& pt) { in Negate() function
/third_party/flutter/skia/src/core/
DSkPointPriv.h67 static void Negate(SkIPoint& pt) { in Negate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp165 const bool Negate = ParseString.consume_front("n"); in tryParseCompileTimeLinearToken() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c117 struct match_info Negate; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp254 bool Negate = false; in printFMA3Comments() local
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h202 GLuint Negate:4; member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h227 unsigned Negate : 1; /* BOOL */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h60 unsigned Negate : 1; /* BOOL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1975 Value *Negate = IRB.CreateXor( in addToMergedCondition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3926 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst()
4135 bool Swap, Negate; in trySETCC() local
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h753 unsigned Negate : 1; /* BOOL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp105 bool Negate = false) { in packConstantV2I16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11935 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32, in PerformSUBCombine() local
14239 bool &Negate) { in SearchLoopIntrinsic()
14293 bool Negate = false; in PerformHWLoopCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2348 bool Negate = false; in parseImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4168 bool Negate = false; in lowerFcmp() local
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2025 class Negate : public FloatFunc1 class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2659 class Negate : public FloatFunc1<T> class
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2659 class Negate : public FloatFunc1<T> class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1915 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp, in emitConjunctionRec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44539 auto MatchGeneric = [&](SDValue N0, SDValue N1, bool Negate) { in combineX86AddSub()