Home
last modified time | relevance | path

Searched refs:InputType (Results 1 – 25 of 94) sorted by relevance

1234

/external/gemmlowp/internal/
Doutput.h42 template <typename OutputStage, typename InputType>
44 static constexpr int kRows = InputType::kRows;
45 static constexpr int kCols = InputType::kCols;
46 using InputBufferType = typename InputType::BufferType;
55 OutputType Eval(InputType input, int, int) const { in Eval()
67 using InputType = RegisterBuffer<std::int32_t, Size>;
74 OutputType Eval(InputType input) const {
77 using RegisterType = typename InputType::RegisterType;
81 for (int i = 0; i < InputType::kRegisterCount; i++) {
94 typedef RegisterBlock<std::int32_t, Rows, Cols> InputType;
[all …]
/external/skia/src/gpu/glsl/
DGrGLSLGeometryShaderBuilder.cpp12 static const char* input_type_name(GrGLSLGeometryBuilder::InputType in) { in input_type_name()
13 using InputType = GrGLSLGeometryBuilder::InputType; in input_type_name() typedef
15 case InputType::kPoints: return "points"; in input_type_name()
16 case InputType::kLines: return "lines"; in input_type_name()
17 case InputType::kLinesAdjacency: return "lines_adjacency"; in input_type_name()
18 case InputType::kTriangles: return "triangles"; in input_type_name()
19 case InputType::kTrianglesAdjacency: return "triangles_adjacency"; in input_type_name()
41 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
DGrGLSLGeometryShaderBuilder.h19 enum class InputType { enum
33 void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DAlertDialogTask.java48 private InputType mInputType;
58 private enum InputType { enum in AlertDialogTask
65 mInputType = InputType.DEFAULT; in AlertDialogTask()
97 mInputType = InputType.MENU; in setItems()
112 mInputType = InputType.SINGLE_CHOICE; in setSingleChoiceItems()
132 mInputType = InputType.MULTI_CHOICE; in setMultiChoiceItems()
144 mInputType = InputType.PLAIN_TEXT; in setTextInput()
159 mEditInputType = android.text.InputType.TYPE_CLASS_TEXT; in setEditInputType()
164 mInputType = InputType.PASSWORD; in setPasswordInput()
229 mEditText.setInputType(android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD); in onCreate()
[all …]
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h35 typedef typename Functor::InputType InputType; typedef
40 InputsAtCompileTime = InputType::RowsAtCompileTime,
57 void operator() (const InputType& x, ValueType* v) const in operator()
62 void operator() (const InputType& x, ValueType* v, JacobianType* _jac, in operator()
65 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const in operator()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp78 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
158 Array::InputType m_type;
161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup()
244 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYP… in init()
255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
263 Array::InputType m_type;
266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup()
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 }; in init()
359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp201 enum InputType enum
212 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
219 InputType inputType;
879 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1T…
887 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
900 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
913 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
926 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
939 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
952 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp206 enum InputType enum
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1T…
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
957 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
[all …]
Des3fVertexArrayTest.cpp75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
155 Array::InputType m_type;
158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup()
241 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init()
252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
260 Array::InputType m_type;
263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup()
345 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_I… in init()
356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type);
[all …]
/external/deqp/modules/glshared/
DglsDrawTest.hpp56 enum InputType enum
177 static std::string inputTypeToString (InputType type);
184 static int inputTypeSize (InputType type);
189 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto…
190 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo…
192 InputType inputType;
DglsVertexArrayTests.hpp65 enum InputType enum in deqp::gls::Array
144 static std::string inputTypeToString (InputType type);
149 static int inputTypeSize (InputType type);
154 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, …
160 virtual InputType getInputType (void) const = 0;
176 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType…
183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType()
194 static deUint32 inputTypeToGL (Array::InputType type);
209 Array::InputType m_inputType;
399 static GLValue getMaxValue (Array::InputType type);
[all …]
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h41 typedef typename Functor::InputType InputType; typedef
64 int df(const InputType& _x, JacobianType &jac) const in df()
71 const typename InputType::Index n = _x.size(); in df()
74 InputType x = _x; in df()
/external/eigen/unsupported/test/
Dautodiff.cpp40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
72 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
114 typedef Matrix<Scalar, 2, 1> InputType; typedef
161 typedef typename Func::InputType InputType; in forward_jacobian_cpp11() typedef
164 InputType x = InputType::Random(InputType::RowsAtCompileTime); in forward_jacobian_cpp11()
193 typename Func::InputType x = Func::InputType::Random(f.inputs()); in forward_jacobian()
Dforward_adolc.cpp31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
101 typename Func::InputType x = Func::InputType::Random(f.inputs()); in adolc_forward_jacobian()
/external/eigen/Eigen/src/Eigenvalues/
DComplexEigenSolver.h125 template<typename InputType>
126 explicit ComplexEigenSolver(const EigenBase<InputType>& matrix, bool computeEigenvectors = true)
212 template<typename InputType>
213 … ComplexEigenSolver& compute(const EigenBase<InputType>& matrix, bool computeEigenvectors = true);
259 template<typename InputType>
261 ComplexEigenSolver<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeEigenvector… in compute()
DHessenbergDecomposition.h118 template<typename InputType>
119 explicit HessenbergDecomposition(const EigenBase<InputType>& matrix)
151 template<typename InputType>
152 HessenbergDecomposition& compute(const EigenBase<InputType>& matrix)
DComplexSchur.h112 template<typename InputType>
113 explicit ComplexSchur(const EigenBase<InputType>& matrix, bool computeU = true)
190 template<typename InputType>
191 ComplexSchur& compute(const EigenBase<InputType>& matrix, bool computeU = true);
318 template<typename InputType>
319 ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::compute(const EigenBase<InputType>& matrix, boo…
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs53 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
91 …throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type."… in CrossLink()
/external/eigen/Eigen/src/LU/
DPartialPivLU.h115 template<typename InputType>
116 explicit PartialPivLU(const EigenBase<InputType>& matrix);
125 template<typename InputType>
126 explicit PartialPivLU(EigenBase<InputType>& matrix);
128 template<typename InputType>
129 PartialPivLU& compute(const EigenBase<InputType>& matrix) {
314 template<typename InputType>
315 PartialPivLU<MatrixType>::PartialPivLU(const EigenBase<InputType>& matrix)
327 template<typename InputType>
328 PartialPivLU<MatrixType>::PartialPivLU(EigenBase<InputType>& matrix)
/external/swiftshader/src/Renderer/
DETC_Decoder.hpp18 enum InputType enum in ETC_Decoder
40 …signed char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h123 template<typename InputType>
124 explicit ColPivHouseholderQR(const EigenBase<InputType>& matrix)
144 template<typename InputType>
145 explicit ColPivHouseholderQR(EigenBase<InputType>& matrix)
210 template<typename InputType>
211 ColPivHouseholderQR& compute(const EigenBase<InputType>& matrix);
471 template<typename InputType>
472 ColPivHouseholderQR<MatrixType>& ColPivHouseholderQR<MatrixType>::compute(const EigenBase<InputType
DHouseholderQR.h96 template<typename InputType>
97 explicit HouseholderQR(const EigenBase<InputType>& matrix) in HouseholderQR()
114 template<typename InputType>
115 explicit HouseholderQR(EigenBase<InputType>& matrix) in HouseholderQR()
169 template<typename InputType>
170 HouseholderQR& compute(const EigenBase<InputType>& matrix) { in compute()
DCompleteOrthogonalDecomposition.h112 template <typename InputType>
113 explicit CompleteOrthogonalDecomposition(const EigenBase<InputType>& matrix)
127 template<typename InputType>
128 explicit CompleteOrthogonalDecomposition(EigenBase<InputType>& matrix)
183 template <typename InputType>
184 CompleteOrthogonalDecomposition& compute(const EigenBase<InputType>& matrix) {
/external/python/cpython2/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
66 (Py_TYPE(O)==PycStringIO->InputType)
/external/eigen/Eigen/src/Cholesky/
DLLT.h91 template<typename InputType>
92 explicit LLT(const EigenBase<InputType>& matrix) in LLT()
106 template<typename InputType>
107 explicit LLT(EigenBase<InputType>& matrix) in LLT()
151 template<typename InputType>
152 LLT& compute(const EigenBase<InputType>& matrix);
420 template<typename InputType>
421 LLT<MatrixType,_UpLo>& LLT<MatrixType,_UpLo>::compute(const EigenBase<InputType>& a)

1234