Searched refs:getOutputType (Results 1 – 11 of 11) sorted by relevance
186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in rr::GeometryShader
1454 switch (program.geometryShader->getOutputType()) in drawWithGeometryShader()
83 ShShaderOutput getOutputType() const { return outputType; } in getOutputType() function
69 mOutputType(translator->getOutputType()), in UniformHLSL()
360 *params = compiler->getOutputType(); in ShGetInfo()
100 mOutputType(parentTranslator->getOutputType()) in OutputHLSL()
160 virtual OutputType getOutputType (void) const = 0;183 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::ContextArray
805 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()806 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()948 …<< "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << "… in genVertexSource()965 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()1016 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()1160 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
919 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::__anona2ff1be70111::AttributeArray1181 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1183 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1300 …<< "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNd… in genVertexSource()1319 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()1358 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()1529 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
330 fooMethod.getOutputType()); in testServiceDescriptor()338 barMethod.getOutputType()); in testServiceDescriptor()
1436 public Descriptor getOutputType() { return outputType; } in getOutputType() method in Descriptors.MethodDescriptor1478 file.pool.lookupSymbol(proto.getOutputType(), this); in crossLink()1481 '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()