Searched refs:NumCoords (Results 1 – 14 of 14) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorEvaluator.h | 37 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ? member 44 CoordAccess = NumCoords > 0, 88 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co… in coeff() 97 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<DenseIndex, NumCoords>& coords)… in coeffRef() 157 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ? 164 CoordAccess = NumCoords > 0, 198 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 224 uint8_t NumCoords; member
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 217 uint8_t NumCoords; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 501 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 543 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 66 let Fields = ["Dim", "NumCoords", "NumGradients", "DA", "Encoding", "AsmSuffix"];
|
D | SIISelLowering.cpp | 5429 unsigned NumCoords = BaseOpcode->Coordinates ? DimInfo->NumCoords : 0; in lowerImage() local 5432 NumCoords + NumLCM; in lowerImage()
|
D | SIInstrInfo.cpp | 3671 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in verifyInstruction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 67 let Fields = ["Dim", "NumCoords", "NumGradients", "DA", "Encoding", "AsmSuffix"];
|
D | SIInstrInfo.cpp | 4147 unsigned AddrComponents = (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in verifyInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 508 bits<8> NumCoords = !size(CoordSliceArgs);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 525 bits<8> NumCoords = !size(CoordSliceArgs);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 3002 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in validateMIMGAddrSize()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 3274 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in validateMIMGAddrSize()
|