Searched defs:inputType (Results 1 - 25 of 41) sorted by relevance

12

/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) argument
31 : m_inputType (inputType)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs42 private MessageDescriptor inputType; field in class:Google.Protobuf.Reflection.MethodDescriptor
53 public MessageDescriptor InputType { get { return inputType; } }
93 inputType = (MessageDescriptor) lookup;
/external/skia/src/gpu/glsl/
H A DGrGLSLVertexGeoBuilder.cpp70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, argument
74 this->addLayoutQualifier(input_type_name(inputType), kIn_InterfaceQualifier);
/external/skqp/src/gpu/glsl/
H A DGrGLSLVertexGeoBuilder.cpp70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, argument
74 this->addLayoutQualifier(input_type_name(inputType), kIn_InterfaceQualifier);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp141 std::string inputType; member in struct:gl4cts::SparseTexture2CommitmentTestCase::TokenStrings
H A Dgl4cSparseTexture2Tests.cpp800 s.inputType = prefix + inputBase + "2D";
812 s.inputType = prefix + inputBase + "1D";
819 s.inputType = prefix + inputBase + "1DArray";
826 s.inputType = prefix + inputBase + "2DArray";
833 s.inputType = prefix + inputBase + "3D";
840 s.inputType = prefix + inputBase + "Cube";
847 s.inputType = prefix + inputBase + "CubeArray";
853 s.inputType = prefix + inputBase + "2DRect";
857 s.inputType = prefix + inputBase + "2DMS";
863 s.inputType
2367 std::string inputType; local
[all...]
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp58 * @param inputType enum representing data type for input texture
66 OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType)
82 , m_input_type(inputType)
62 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp131 : inputType (inputType_)
138 rr::GeometryShaderInputType inputType; member in struct:sglr::pdec::GeometryShaderDeclaration
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTextView.java47 private int inputType; field in class:ShadowTextView
H A DShadowAccessibilityNodeInfo.java158 private int inputType; //19 field in class:ShadowAccessibilityNodeInfo
694 return inputType;
698 public void setInputType(int inputType) { argument
699 this.inputType = inputType;
1076 newShadow.inputType = inputType;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1804 const char* inputType; member in struct:vkt::SpirVAssembly::__anon4551::Case
1871 fragments["input_type"] = cases[caseIdx].inputType;
1925 const char* inputType; member in struct:vkt::SpirVAssembly::__anon4551::Case
1990 fragments["input_type"] = cases[caseIdx].inputType;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DUiFacade.java148 * For inputType, see <a
158 @RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptional final String inputType)
163 if (inputType != null) {
164 ((AlertDialogTask) mDialogTask).setEditInputType(inputType);
154 dialogCreateInput( @pcParametername = �, description = �) @pcDefault�) final String title, @RpcParameter(name = �, description = �) @RpcDefault(�) final String message, @RpcParameter(name = �, description = �) @RpcOptional final String text, @RpcParameter(name = �, description = �) @RpcOptional final String inputType) argument
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp312 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) argument
314 switch (inputType)
355 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) argument
357 switch (inputType)
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp60 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) argument
62 switch (inputType)
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
197 InputType inputType; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsVertexArrayTests.cpp532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) argument
537 m_inputType = inputType;
1919 : inputType (inputType_)
1947 << Array::inputTypeToString((Array::InputType)array.inputType);
1948 if (array.inputType != Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && array.inputType != Array::INPUTTYPE_INT_2_10_10_10)
1991 << "input datatype " << Array::inputTypeToString((Array::InputType)array.inputType) << ", "
2048 if (arraySpec.inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10)
2055 else if (arraySpec.inputType == Array::INPUTTYPE_INT_2_10_10_10)
2063 coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType)
[all...]
H A DglsVertexArrayTests.hpp457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
459 Array::InputType inputType; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
H A DglsDrawTest.cpp996 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) argument
1000 m_inputType = inputType;
2041 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor) argument
2045 spec.inputType = inputType;
2060 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount) argument
2062 DE_ASSERT(inputType == INPUTTYPE_INT || inputType == INPUTTYPE_UNSIGNED_INT || inputType == INPUTTYPE_FLOAT);
2063 DE_ASSERT(inputType
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java48 private int inputType; field in class:ShadowTextView
171 this.inputType = type;
176 return this.inputType;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp213 : inputType (inputType_)
219 InputType inputType; member in struct:vkt::sr::__anon4515::MatrixCaseUtils::ShaderInput
1473 if (in.inputType == INPUTTYPE_DYNAMIC && isDataTypeMatrix(in.dataType))
1581 if (in.inputType == INPUTTYPE_UNIFORM)
1644 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType),
1669 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
1670 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
1758 if (in.inputType == INPUTTYPE_DYNAMIC)
1789 else if (in.inputType
2046 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp113 : inputType (inputType_)
119 InputType inputType; member in struct:deqp::gles2::Functional::MatrixCaseUtils::ShaderInput
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
776 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
831 if (in.inputType == INPUTTYPE_DYNAMIC)
862 else if (in.inputType == INPUTTYPE_UNIFORM)
867 else if (in.inputType == INPUTTYPE_CONST)
1055 if (in.inputType
1156 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp218 : inputType (inputType_)
224 InputType inputType; member in struct:deqp::gles3::Functional::MatrixCaseUtils::ShaderInput
1393 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType)
1407 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
1408 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
1491 if (in.inputType == INPUTTYPE_DYNAMIC)
1522 else if (in.inputType == INPUTTYPE_UNIFORM)
1527 else if (in.inputType == INPUTTYPE_CONST)
1739 if (in.inputType
1858 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java1953 public Descriptor getInputType() { return inputType; }
1970 private Descriptor inputType; field in class:Descriptors.MethodDescriptor
1996 inputType = (Descriptor)input;
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) argument
684 switch(inputType)
693 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true);
705 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_RG_SIGNED, true);
716 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType == ETC_RGB_PUNCHTHROUGH_ALPHA);
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) argument
131 switch (inputType)
200 VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType);
207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
208 std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
211 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) argument
220 << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType))
221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType)))
267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) cons
282 genGeometrySource(const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const argument
2377 NegativeDrawCase(Context& context, const char* name, const char* desc, GLenum inputType, GLenum inputPrimitives) argument
[all...]

Completed in 1135 milliseconds

12