HomeSort by relevance Sort by last modified time
    Searched refs:VecType (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 293 inline TType *VecType(TType *type, int size)
415 insertBuiltIn(level, op, ext, VecType(rvalue, 2), name, VecType(ptype1, 2), VecType(ptype2, 2), VecType(ptype3, 2));
416 insertBuiltIn(level, op, ext, VecType(rvalue, 3), name, VecType(ptype1, 3), VecType(ptype2, 3), VecType(ptype3, 3));
417 insertBuiltIn(level, op, ext, VecType(rvalue, 4), name, VecType(ptype1, 4), VecType(ptype2, 4), VecType(ptype3, 4))
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 218 template <typename VecType>
219 bool check(hidl_vec<VecType>* vec, bool expected) {
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 114 enum VecType {
NVPTXISelDAGToDAG.cpp 705 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
709 vecType = NVPTX::PTXLdStInstCode::V2;
711 vecType = NVPTX::PTXLdStInstCode::V4;
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
846 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
898 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
966 unsigned VecType;
970 VecType = NVPTX::PTXLdStInstCode::V2;
973 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 245 template<typename BlockSparseMatrixT, typename VecType>
246 struct traits<BlockSparseTimeDenseProduct<BlockSparseMatrixT, VecType> >
853 template<typename VecType>
854 BlockSparseTimeDenseProduct<BlockSparseMatrix, VecType> operator*(const VecType& lhs) const
856 return BlockSparseTimeDenseProduct<BlockSparseMatrix, VecType>(*this, lhs);
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp 79 VecType = class the swizzle is applies to (e.g. tvec3<float>)
86 template <typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
87 struct _swizzle_base2 : public _swizzle_base1<ValueType, P, VecType,E0,E1,E2,E3,N>
89 typedef VecType vec_type;
99 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const VecType& that)
108 GLM_FUNC_QUALIFIER void operator -= (const VecType& that)
116 GLM_FUNC_QUALIFIER void operator += (const VecType& that)
124 GLM_FUNC_QUALIFIER void operator *= (const VecType& that)
132 GLM_FUNC_QUALIFIER void operator /= (const VecType& that)
158 GLM_FUNC_QUALIFIER void _apply_op(const VecType& that, T op
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 454 VectorType *VecType = cast<VectorType>(VecInput->getType());
455 unsigned VecWidth = VecType->getPrimitiveSizeInBits();
465 if (VecType->getElementType() != DestType) {
466 VecType = VectorType::get(DestType, NumVecElts);
467 VecInput = IC.Builder->CreateBitCast(VecInput, VecType, "bc");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 672 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
674 TLI.getTargetData()->getPrefTypeAlignment(VecType);
    [all...]

Completed in 408 milliseconds