HomeSort by relevance Sort by last modified time
    Searched defs:VecType (Results 1 - 13 of 13) 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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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 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/swiftshader/src/OpenGL/compiler/
SymbolTable.h 278 inline TType *VecType(TType *type, int size)
400 insertBuiltIn(level, op, ext, VecType(rvalue, 2), name, VecType(ptype1, 2), VecType(ptype2, 2), VecType(ptype3, 2));
401 insertBuiltIn(level, op, ext, VecType(rvalue, 3), name, VecType(ptype1, 3), VecType(ptype2, 3), VecType(ptype3, 3));
402 insertBuiltIn(level, op, ext, VecType(rvalue, 4), name, VecType(ptype1, 4), VecType(ptype2, 4), VecType(ptype3, 4))
    [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...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 526 milliseconds