Home
last modified time | relevance | path

Searched refs:ScalarType (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrGenericVector.hpp69 template<typename ScalarType>
70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value) in GenericVec4() argument
84 template<typename ScalarType>
85 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value) in operator =() argument
87 getAccess<ScalarType>()[0] = value[0]; in operator =()
88 getAccess<ScalarType>()[1] = value[1]; in operator =()
89 getAccess<ScalarType>()[2] = value[2]; in operator =()
90 getAccess<ScalarType>()[3] = value[3]; in operator =()
94 template<typename ScalarType>
95 inline tcu::Vector<ScalarType, 4> get (void) const in get()
[all …]
DrrVertexAttrib.hpp136 template<typename ScalarType>
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_) in VertexAttrib()
/external/gemmlowp/internal/
Dsimd_wrappers.h27 template <typename ScalarType, int ScalarCount>
29 using Type = ScalarType;
46 using ScalarType = tScalarType; member
48 using RegisterType = typename RegisterType<ScalarType, kScalarCount>::Type;
51 static_assert(sizeof(RegisterType) % sizeof(ScalarType) == 0, "");
53 sizeof(RegisterType) / sizeof(ScalarType);
55 (kScalarCount * sizeof(ScalarType) + sizeof(RegisterType) - 1) /
63 using ScalarType = tScalarType; member
67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>;
141 using ScalarType = typename Lhs::ScalarType;
[all …]
Doutput.h50 using OutputScalarType = typename OutputBufferType::ScalarType;
428 template <typename ScalarType, int Rows, int Cols, typename DstType>
429 struct StoreFinalOutputImpl<RegisterBlock<ScalarType, Rows, Cols>, DstType> {
430 using RegisterBlockType = RegisterBlock<ScalarType, Rows, Cols>;
465 OutputPipelineType, 0, InputType>::Type::BufferType::ScalarType
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_conv2d_impl.h27 template <typename EigenDevice, typename ScalarType>
28 void EigenConvImpl(const EigenDevice& device, ScalarType* out, ScalarType* lhs, in EigenConvImpl()
29 ScalarType* rhs, int64 input_batch, int64 input_rows, in EigenConvImpl()
38 const Eigen::TensorMap<Eigen::Tensor<const ScalarType, 4, Eigen::RowMajor>, in EigenConvImpl()
42 const Eigen::TensorMap<Eigen::Tensor<const ScalarType, 4, Eigen::RowMajor>, in EigenConvImpl()
46 Eigen::TensorMap<Eigen::Tensor<ScalarType, 4, Eigen::RowMajor>, in EigenConvImpl()
79 padding_bottom, static_cast<ScalarType>(0.0f)) in EigenConvImpl()
/external/llvm/test/tools/llvm-cxxdump/
Deh.test143 COFF-I386: __CT??_R0?AUA@@@84[Flags.ScalarType]: false
152 COFF-I386: __CT??_R0?AUA@@@84044[Flags.ScalarType]: false
161 COFF-I386: __CT??_R0?AUB@@@844[Flags.ScalarType]: false
170 COFF-I386: __CT??_R0?AUC@@@84048[Flags.ScalarType]: false
179 COFF-I386: __CT??_R0?AUM@@@88[Flags.ScalarType]: false
188 COFF-I386: __CT??_R0?AUS@@@8??0S@@QAE@ABU0@@Z16[Flags.ScalarType]: false
197 COFF-I386: __CT??_R0?AW4E@@@84[Flags.ScalarType]: true
206 COFF-I386: __CT??_R0PAUA@@@84044[Flags.ScalarType]: true
215 COFF-I386: __CT??_R0PAUC@@@84048[Flags.ScalarType]: true
224 COFF-I386: __CT??_R0PAUS@@@84[Flags.ScalarType]: true
[all …]
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp55 template<typename ScalarType>
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, … in lookup()
59 return access.getPixelT<ScalarType>(i, j, k); in lookup()
61 return sampleTextureBorder<ScalarType>(access.getFormat(), sampler); in lookup()
519 template<typename PrecType, typename ScalarType>
525 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() argument
537 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, coordY, 0); in isNearestSampleResultValid()
546 template<typename PrecType, typename ScalarType>
552 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() argument
571 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, y, coordZ); in isNearestSampleResultValid()
[all …]
DtcuTextureUtil.hpp179 template <typename ScalarType>
180 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa…
DtcuTextureUtil.cpp1690 template <typename ScalarType>
1691 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler) in sampleTextureBorder()
1700 return getTextureBorderColorFloat(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1703 return getTextureBorderColorInt(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1706 return getTextureBorderColorUint(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1710 return tcu::Vector<ScalarType, 4>(); in sampleTextureBorder()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp975 template<typename ScalarType>
976 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp() argument
981 return ScalarType(0); in getSwizzledComp()
983 return ScalarType(1); in getSwizzledComp()
988 template<typename ScalarType>
989 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMap… in swizzle() argument
991 return tcu::Vector<ScalarType, 4>(getSwizzledComp(vec, swz.r, 0), in swizzle()
1013 template<typename ScalarType>
1019 dst.setPixel(swizzle(src.getPixelT<ScalarType>(x, y, z), swz), x, y, z); in swizzleT()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1009 QualType ScalarType; in BuildEmptyCXXFoldExpr() local
1016 ScalarType = Context.VoidTy; in BuildEmptyCXXFoldExpr()
1025 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
DSemaExpr.cpp1273 QualType ScalarType = in handleComplexIntConversion() local
1277 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1282 QualType ScalarType = in handleComplexIntConversion() local
1285 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1295 QualType ScalarType = in handleComplexIntConversion() local
1298 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
7956 QualType ScalarType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
7958 if (isLaxVectorConversion(ScalarType, VecType) && in CheckVectorOperands()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h264 using ScalarType =
266 return AddSaturatingIf16BitImpl<IntegerType, sizeof(ScalarType) == 2>::Run(a,
/external/llvm/lib/IR/
DAutoUpgrade.cpp1381 MDNode *ScalarType = MDNode::get(I->getContext(), Elts); in UpgradeInstWithTBAATag() local
1383 Metadata *Elts2[] = {ScalarType, ScalarType, in UpgradeInstWithTBAATag()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1043 Type *ScalarType = Val->getScalarType(); in getVectorInstrCost() local
1058 if (ScalarType->isFloatingPointTy() && Index == 0) in getVectorInstrCost()
1065 if (Opcode == Instruction::ExtractElement && ScalarType->isPointerTy()) in getVectorInstrCost()
DX86ISelLowering.cpp4515 MVT ScalarType = ResultVT.getVectorElementType().getSimpleVT(); in insert128BitVector() local
4516 if (ScalarType.isFloatingPoint()) { in insert128BitVector()
4518 unsigned ScalarSize = ScalarType.getSizeInBits(); in insert128BitVector()