HomeSort by relevance Sort by last modified time
    Searched refs:VecSize (Results 1 - 14 of 14) 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/
NVPTXReplaceImageHandles.cpp 96 unsigned VecSize =
100 MachineOperand &SurfHandle = MI.getOperand(VecSize);
NVPTXISelLowering.cpp     [all...]
NVPTXISelDAGToDAG.cpp     [all...]
NVPTXAsmPrinter.cpp 189 unsigned VecSize =
193 if (OpNo == VecSize && MO.isImm()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 247 void genVectorLengthCompatibilityCheck(const std::string &ArrayName, unsigned VecSize);
slang_rs_reflection.cpp 833 unsigned VecSize) {
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize)
838 << "\\\" is not a multiple of " << std::to_string(VecSize)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 798 unsigned VecSize = Context.getTypeSize(VT);
799 if (VecSize == 128 || VecSize == 256 || VecSize == 512)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 482 milliseconds