Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h39 class VectorType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h49 class VectorType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp234 using VectorType = AnalysisUsage::VectorType; typedef
DType.cpp611 VectorType::VectorType(Type *ElType, ElementCount EC) in VectorType() function in VectorType
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp358 VectorType, enumerator
635 struct VectorType : ObjectImpl<VectorType, Type, Object::Kind::VectorType> struct
637 Type *base = nullptr;
638 uint32_t components = 0;
640 …ing name() const override { return "vec" + std::to_string(components) + "<" + base->name() + ">"; } in name()
641 uint32_t sizeInBytes() const override { return base->sizeInBytes() * components; } in sizeInBytes()
642 size_t numMembers() const override { return components; } in numMembers()
643 Member getMember(size_t i) const override { return { base, vecElementName(i, components) }; } in getMember()
645 std::shared_ptr<vk::dbg::Value> value(void *ptr, bool interleaved) const override in value()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp380 class VectorType final : public Type { class
384 VectorType(skstd::string_view name, const char* abbrev, const Type& componentType, in VectorType() function in SkSL::VectorType
/third_party/skia/m133/src/sksl/ir/
DSkSLType.cpp732 class VectorType final : public Type { class
736 VectorType(std::string_view name, const char* abbrev, const Type& componentType, in VectorType() function in SkSL::VectorType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h50 class VectorType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h276 VectorType, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp97 enum class VectorType enum
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp97 enum class VectorType enum
/third_party/flatbuffers/include/flatbuffers/
Didl.h207 Type VectorType() const { in VectorType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h902 VectorType(const Node *BaseType_, Node *Dimension_) in VectorType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10714 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()