Searched refs:InputType (Results 1 - 25 of 41) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h41 typedef typename Functor::InputType InputType; typedef in class:Eigen::NumericalDiff
64 int df(const InputType& _x, JacobianType &jac) const
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp56 enum InputType enum in struct:deqp::gls::DrawTestSpec
177 static std::string inputTypeToString (InputType type);
184 static int inputTypeSize (InputType type);
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 InputType inputType;
H A DglsVertexArrayTests.hpp64 enum InputType enum in class:deqp::gls::Array
143 static std::string inputTypeToString (InputType type);
148 static int inputTypeSize (InputType type);
153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
159 virtual InputType getInputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
182 virtual Array::InputType getInputType (void) const { return m_inputType; }
193 static deUint32 inputTypeToGL (Array::InputType type);
208 Array::InputType m_inputType;
360 static GLValue getMaxValue (Array::InputType typ
[all...]
H A DglsDrawTest.cpp110 static GLenum inputTypeToGL (DrawTestSpec::InputType type)
188 static bool inputTypeIsFloatType (DrawTestSpec::InputType type)
513 static GLValue getMaxValue (DrawTestSpec::InputType type);
514 static GLValue getMinValue (DrawTestSpec::InputType type);
516 DrawTestSpec::InputType type;
601 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type)
619 GLValue GLValue::getMinValue (DrawTestSpec::InputType type)
640 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FLOAT; };
641 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE; };
642 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Typ
[all...]
H A DglsVertexArrayTests.cpp78 std::string Array::inputTypeToString(InputType type)
171 int Array::inputTypeSize (InputType type)
195 static bool inputTypeIsFloatType (Array::InputType type)
532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride)
661 GLenum ContextArray::inputTypeToGL (Array::InputType type)
1216 GLValue GLValue::getMaxValue (Array::InputType type)
1234 GLValue GLValue::getMinValue (Array::InputType type)
1310 static char* generateArray (int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type);
1311 static char* generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1312 static char* generatePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType typ
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp78 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
158 Array::InputType m_type;
161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type)
244 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 };
255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
263 Array::InputType m_type;
266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type)
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 };
359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType typ
[all...]
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h35 typedef typename Functor::InputType InputType; typedef in class:Eigen::AutoDiffJacobian
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
/external/eigen/unsupported/test/
H A Dforward_adolc.cpp33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:TestFunc1
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
103 typename Func::InputType x = Func::InputType::Random(f.inputs());
H A Dautodiff.cpp39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:TestFunc1
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
H A DNumericalDiff.cpp20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:Functor
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp75 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
155 Array::InputType m_type;
158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type)
241 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 };
252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
260 Array::InputType m_type;
263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type)
345 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_INT_2_10_10_10 };
356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType typ
[all...]
H A Des3fShaderMatrixTests.cpp206 enum InputType enum in namespace:deqp::gles3::Functional::MatrixCaseUtils
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Typ
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java39 import android.text.InputType;
488 editTextDialogInput.setInputType(InputType.TYPE_CLASS_TEXT);
493 editTextDialogInput.setInputType(InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_DECIMAL | InputType.TYPE_NUMBER_FLAG_SIGNED);
498 editTextDialogInput.setInputType(InputType.TYPE_CLASS_PHONE);
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp76 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
141 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED};
211 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED};
282 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED};
H A Des2sDrawTests.cpp268 gls::DrawTestSpec::InputType inputTypes[] =
332 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTextViewTest.java155 assertThat(textView.getInputType(), not(equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD)));
156 textView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
157 assertThat(textView.getInputType(), equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD));
/external/clang/lib/Driver/
H A DToolChain.cpp257 types::ID InputType) const {
322 if (InputType != types::TY_PP_Asm &&
338 types::ID InputType) const {
339 return ComputeLLVMTriple(Args, InputType);
H A DDriver.cpp1005 types::ID InputType = types::TY_Nothing; local
1012 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
1039 if (InputType == types::TY_Nothing) {
1094 assert(InputTypeArg && "InputType set w/o InputTypeArg");
1103 Ty = InputType;
1132 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
1138 if (!InputType) {
1140 InputType = types::TY_Object;
1211 types::ID InputType = Inputs[i].first; local
1215 types::getCompilationPhases(InputType, P
[all...]
/external/clang/include/clang/Driver/
H A DToolChain.h277 types::ID InputType = types::TY_INVALID) const;
286 types::ID InputType = types::TY_INVALID) const;
/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp75 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
140 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED};
210 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED};
281 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED};
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_FIXED};
410 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_FIXED};
814 Array::InputType inputTypes[] = {Array::INPUTTYPE_FIXED, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT};
H A Des2fShaderMatrixTests.cpp101 enum InputType enum in namespace:deqp::gles2::Functional::MatrixCaseUtils
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
119 InputType inputType;
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
1118 InputType type;
1156 const InputType inputType = inTypeList[inTypeNdx].type;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:Eigen::DenseFunctor
61 //int operator()(const InputType &x, ValueType& fvec) { }
64 //int df(const InputType &x, JacobianType& fjac) { }
73 typedef Matrix<Scalar,Dynamic,1> InputType; typedef in struct:Eigen::SparseFunctor
88 //int operator()(const InputType &x, ValueType& fvec) { }
91 //int df(const InputType &x, JacobianType& fjac) { }
/external/v8/src/arm/
H A Dsimulator-arm.h353 template<class InputType, int register_size>
354 void SetVFPRegister(int reg_index, const InputType& value);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp388 gls::DrawTestSpec::InputType inputTypes[] =
480 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c249 prog->Geom.InputType = GL_TRIANGLES;

Completed in 726 milliseconds

12