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

  /external/deqp/framework/common/
tcuVector.hpp 36 template <typename T, int VecSize, int Size>
40 explicit VecAccess (Vector<T, VecSize>& v, int x, int y);
41 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z);
42 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z, int w);
49 Vector<T, VecSize>& m_vector;
53 template <typename T, int VecSize, int Size>
54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y)
62 template <typename T, int VecSize, int Size>
63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 804 unsigned VecSize = 4;
806 VecSize = 2;
    [all...]
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 882 unsigned VecSize = V.size();
883 SmallVector<Type*, 16> EltTypes(VecSize);
884 for (unsigned i = 0; i != VecSize; ++i)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 459 milliseconds