Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/modules/glshared/
DglsDrawTest.cpp995 …::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::O… in setupArray() argument
999 m_inputType = inputType; in setupArray()
2040 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray() argument
2044 spec.inputType = inputType; in createAttributeArray()
2059 …buteSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType outp… in createDefaultAttribute() argument
2061 …DE_ASSERT(inputType == INPUTTYPE_INT || inputType == INPUTTYPE_UNSIGNED_INT || inputType == INPUTT… in createDefaultAttribute()
2062 DE_ASSERT(inputType == INPUTTYPE_FLOAT || componentCount == 4); in createDefaultAttribute()
2066 spec.inputType = inputType; in createDefaultAttribute()
2083 inputType = DrawTestSpec::INPUTTYPE_LAST; in AttributeSpec()
2101 return 1 * int(inputType) + 7 * int(outputType) + 13 * componentCount; in hash()
[all …]
DglsDrawTest.hpp189 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto…
190 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo…
192 InputType inputType; member
DglsVertexArrayTests.cpp532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outTy… in bind() argument
537 m_inputType = inputType; in bind()
1919 : inputType (inputType_) in ArraySpec()
1947 << Array::inputTypeToString((Array::InputType)array.inputType); in getName()
1948 …if (array.inputType != Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && array.inputType != Array::INPUT… in getName()
1991 << "input datatype " << Array::inputTypeToString((Array::InputType)array.inputType) << ", " in getDesc()
2048 if (arraySpec.inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10) in iterate()
2055 else if (arraySpec.inputType == Array::INPUTTYPE_INT_2_10_10_10) in iterate()
2063 …coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(0.9… in iterate()
2076 …colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.… in iterate()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs42 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
53 public MessageDescriptor InputType { get { return inputType; } }
93 inputType = (MessageDescriptor) lookup; in CrossLink()
/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …e_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderO… in GeometryShader() argument
31 : m_inputType (inputType) in GeometryShader()
DrrShaders.hpp176 GeometryShaderInputType inputType,
/external/skia/src/gpu/glsl/
DGrGLSLGeometryShaderBuilder.cpp41 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure() argument
45 this->addLayoutQualifier(input_type_name(inputType), kIn_InterfaceQualifier); in configure()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp113 : inputType (inputType_) in ShaderInput()
119 InputType inputType; member
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc()
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc()
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in init()
776 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in init()
831 if (in.inputType == INPUTTYPE_DYNAMIC) in init()
862 else if (in.inputType == INPUTTYPE_UNIFORM) in init()
867 else if (in.inputType == INPUTTYPE_CONST) in init()
1055 if (in.inputType == INPUTTYPE_UNIFORM) in setupUniforms()
[all …]
Des2fDrawTests.cpp87 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
98 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
160 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
195 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
206 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
267 spec.attribs[1].inputType = iopairs[ioNdx].input; in init()
618 …attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(input… in init()
633 …attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.st… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp213 : inputType (inputType_) in ShaderInput()
219 InputType inputType; member
1487 if (in.inputType == INPUTTYPE_DYNAMIC && isDataTypeMatrix(in.dataType)) in ShaderMatrixInstance()
1595 if (in.inputType == INPUTTYPE_UNIFORM) in setupUniforms()
1658 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType), in ShaderMatrixCase()
1683 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in setupShader()
1684 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in setupShader()
1772 if (in.inputType == INPUTTYPE_DYNAMIC) in setupShader()
1803 else if (in.inputType == INPUTTYPE_UNIFORM) in setupShader()
1808 else if (in.inputType == INPUTTYPE_CONST) in setupShader()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.cpp115 if (m_geometryDecl.inputType == rr::GEOMETRYSHADERINPUTTYPE_LAST || in valid()
121 if (m_geometryDecl.inputType != rr::GEOMETRYSHADERINPUTTYPE_LAST || in valid()
137 decl.m_geometryDecl.inputType, in ShaderProgram()
DsglrShaderProgram.hpp131 : inputType (inputType_) in GeometryShaderDeclaration()
138 rr::GeometryShaderInputType inputType; member
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp145 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
156 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
639 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
675 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
686 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
722 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
734 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
747 spec.attribs[2].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
783 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
811 spec.attribs[1].inputType = iopairs[ioNdx].input; in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp218 : inputType (inputType_) in ShaderInput()
224 InputType inputType; member
1407 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType) in ShaderMatrixCase()
1421 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in init()
1422 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in init()
1505 if (in.inputType == INPUTTYPE_DYNAMIC) in init()
1536 else if (in.inputType == INPUTTYPE_UNIFORM) in init()
1541 else if (in.inputType == INPUTTYPE_CONST) in init()
1753 if (in.inputType == INPUTTYPE_UNIFORM) in setupUniforms()
1872 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
[all …]
Des3fDrawTests.cpp118 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
129 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
196 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
231 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
242 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
277 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
289 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
302 spec.attribs[2].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
337 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in init()
365 spec.attribs[1].inputType = iopairs[ioNdx].input; in init()
[all …]
/external/swiftshader/src/Renderer/
DETC_Decoder.hpp40 …signed char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
DETC_Decoder.cpp648 …nsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode() argument
655 switch(inputType) in Decode()
664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
687 …deBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType == ETC_RGB_PUNCH… in Decode()
/external/deqp/modules/gles3/scripts/
Dgen-swizzles.py107 for (inputType, dataType, precision) in combinations.iterate():
109 print inputType, precision, dataType
/external/deqp/modules/gles2/scripts/
Dgen-swizzles.py107 for (inputType, dataType, precision) in combinations.iterate():
109 print inputType, precision, dataType
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp312 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString() argument
314 switch (inputType) in inputTypeToGLString()
355 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices() argument
357 switch (inputType) in calcOutputVertices()
DvktGeometryTestsUtil.hpp165 std::string inputTypeToGLString (const vk::VkPrimitiveTopology& inputType);
167 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp60 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
71 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
332 …attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(input… in init()
347 …attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.st… in init()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java48 private int inputType; field in ShadowTextView
171 this.inputType = type; in setInputType()
176 return this.inputType; in getInputType()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
252 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT; in genBasicSpec()
546 …attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(input… in init()
561 …attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.st… in init()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java158 …tType", description = "type of input data, ie number or text") @RpcOptional final String inputType) in dialogCreateInput() argument
163 if (inputType != null) { in dialogCreateInput()
164 ((AlertDialogTask) mDialogTask).setEditInputType(inputType); in dialogCreateInput()

12