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

  /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/Target/NVPTX/
NVPTX.h 114 enum VecType {
NVPTXISelDAGToDAG.cpp 690 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
694 vecType = NVPTX::PTXLdStInstCode::V2;
696 vecType = NVPTX::PTXLdStInstCode::V4;
750 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
778 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
831 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
883 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
949 unsigned VecType;
953 VecType = NVPTX::PTXLdStInstCode::V2;
956 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 857 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
858 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment(VecType);
    [all...]

Completed in 349 milliseconds