Home
last modified time | relevance | path

Searched defs:isQuad (Results 1 – 24 of 24) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DPyramidSceneNodeGenerator.cxx39 bool isQuad = false; in getNextNode() local
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DPyramidSceneNodeGenerator.cxx39 bool isQuad = false; in getNextNode() local
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dDisplayList.cpp62 BOOL D3dDisplayList::isQuad(LPD3DVERTEXBUFFER p) in isQuad() function in D3dDisplayList
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/importer/
H A DOBJ.cpp362 auto isQuad = (numVertsInFace == 4); in importScene() local
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/opengl-framework/src/
H A DMeshReaderWriter.cpp109 std::vector<bool> isQuad; in loadOBJFile() local
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchBuilder.cpp317 bool isQuad = (fPoints.size() == 4); in gatherRegularPartialRingAroundVertex() local
1469 bool isQuad = (size == 4); in Finalize() local
1556 bool isQuad = (_numCorners == 4); in GetCornerRingPoints() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h149 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h139 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h149 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h140 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h140 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetBuiltins.h168 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h168 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DTargetBuiltins.h168 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h168 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetBuiltins.h168 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DTargetBuiltins.h178 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad() function
/dports/cad/verilator/verilator-4.216/src/
H A DV3Ast.h1588 bool isQuad() const { return (width() > VL_IDATASIZE && width() <= VL_QUADSIZE); } in isQuad() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp12879 bool isPrefix, bool isQuad) in emitPreOrPostFixOp()
18379 bool isInclusiveScan, Value* Mask, bool isQuad) in emitScan()