/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT() 95 bool isVector() const { return isValid() && IsVector; } in isVector() function
|
D | MachineValueType.h | 310 bool isVector() const { in isVector() function
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 207 bool DSLType::isVector() const { in isVector() function in SkSL::dsl::DSLType
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.h | 222 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function 412 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
|
D | IntermNode.h | 165 bool isVector() const { return getType().isVector(); } in isVector() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.h | 242 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function 457 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
|
D | IntermNode.h | 178 bool isVector() const { return getType().isVector(); } in isVector() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
D | ARMELFStreamer.cpp | 158 bool isVector) { in emitRegSave() 750 bool isVector) { in emitRegSave()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 446 bool isVector() const { return primarySize > 1 && !isMatrix(); } in isVector() function 645 bool isVector() const in isVector() function
|
D | intermediate.h | 323 bool isVector() const { return type.isVector(); } in isVector() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalityPredicates.cpp | 74 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.h | 436 virtual bool isVector() const { in isVector() function
|
D | SkSLType.cpp | 398 bool isVector() const override { in isVector() function in SkSL::VectorType
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 151 bool isVector() const { in isVector() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 139 bool isVector (void) const { return numElements > 1; } in isVector() function
|
D | vktSpvAsm16bitStorageTests.cpp | 4207 bool isVector; in addGraphics16BitStorageInputOutputFloat16To16x2Group() member 4281 bool isVector; in addGraphics16BitStorageInputOutputInt16To16x2Group() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 139 bool isVector (void) const { return numElements > 1; } in isVector() function
|
D | vktSpvAsm16bitStorageTests.cpp | 4207 bool isVector; in addGraphics16BitStorageInputOutputFloat16To16x2Group() member 4281 bool isVector; in addGraphics16BitStorageInputOutputInt16To16x2Group() member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 755 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 263 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 57 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 659 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 1862 virtual bool isVector() const { return vectorSize > 1 || vector1; } in isVector() function
|
D | intermediate.h | 1156 virtual bool isVector() const { return type.isVector(); } in isVector() function
|