Searched defs:outputType (Results 1 - 25 of 33) 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
32 , m_outputType (outputType)
/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.cpp199 HLSLBlockEncoder::HLSLBlockEncoderStrategy HLSLBlockEncoder::GetStrategyFor(ShShaderOutput outputType) argument
201 switch (outputType)
242 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutput outputType) argument
244 HLSLBlockEncoder encoder(HLSLBlockEncoder::GetStrategyFor(outputType));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.h83 ShShaderOutput getOutputType() const { return outputType; }
150 ShShaderOutput outputType; member in class:TCompiler
H A DUniformHLSL.cpp120 TString UniformHLSL::uniformsHeader(ShShaderOutput outputType, const ReferencedSymbols &referencedUniforms) argument
133 if (outputType == SH_HLSL11_OUTPUT && IsSampler(type.getBasicType())) // Also declare the texture
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DShaderD3D.cpp390 size_t outputType = 0; local
391 ShGetInfo(compiler, SH_OUTPUT_TYPE, &outputType);
393 return static_cast<ShShaderOutput>(outputType);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.h99 int8_t conversionType, outputType; member in struct:UCMStates
H A Dpkgitems.cpp453 uint8_t outputType; local
510 outputType=(uint8_t)mbcsHeaderFlags;
512 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h99 int8_t conversionType, outputType; member in struct:UCMStates
H A Dpkgitems.cpp453 uint8_t outputType; local
510 outputType=(uint8_t)mbcsHeaderFlags;
512 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp132 , outputType (outputType_)
139 rr::GeometryShaderOutputType outputType; member in struct:sglr::pdec::GeometryShaderDeclaration
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.h148 * 7.. 0 outputType
172 * if(outputType==MBCS_OUTPUT_EXT_ONLY) {
201 * if(outputType==MBCS_OUTPUT_1) {
215 * if(outputType==MBCS_OUTPUT_1) {
228 * if(outputType!=MBCS_OUTPUT_1 &&
385 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv_bld.cpp1371 uint8_t outputType; local
1486 outputType=(uint8_t)mbcsHeader.flags;
1487 if(noFromU && outputType==MBCS_OUTPUT_1) {
1494 switch(outputType) {
1507 outputType);
1522 if( outputType!=MBCS_OUTPUT_EXT_ONLY && outputType!=MBCS_OUTPUT_1 &&
1568 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
1600 /* offset to the stage 1 table, independent of the outputType */
1603 if(outputType
[all...]
H A Ducnv2022.cpp1094 int outputType)
1112 if(outputType==MBCS_OUTPUT_2){
1119 } else /* outputType==MBCS_OUTPUT_3 */ {
1090 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
H A Ducnvmbcs.c120 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
736 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
788 switch(mbcsTable->outputType) {
924 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ?
1141 (mbcsTable->outputType==MBCS_OUTPUT_1 || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) &&
1148 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1225 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1275 switch(mbcsTable->outputType) {
1316 switch(mbcsTable->outputType) {
1759 uint8_t outputType; local
3934 uint8_t outputType; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp77 FlatColorShader::FlatColorShader (glu::DataType outputType) argument
81 << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType))
94 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n"
97 " o_color = " + glu::getDataTypeName(outputType) + "(u_color);\n"
99 , m_outputType(outputType)
151 GradientShader::GradientShader (glu::DataType outputType) argument
156 << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType))
175 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n"
183 " o_color = " + glu::getDataTypeName(outputType) + "(u_gradientMin + (u_gradientMax-u_gradientMin)*fv);\n"
185 , m_outputType(outputType)
234 genTexFragmentShader(const vector<glu::DataType>& samplerTypes, glu::DataType outputType) argument
273 genTexture2DShaderDecl(const DataTypes& samplerTypes, glu::DataType outputType) argument
307 Texture2DShader(const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outBias) argument
422 TextureCubeShader(glu::DataType samplerType, glu::DataType outputType) argument
560 Texture2DArrayShader(glu::DataType samplerType, glu::DataType outputType) argument
668 Texture3DShader(glu::DataType samplerType, glu::DataType outputType) argument
776 DepthGradientShader(glu::DataType outputType) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp77 static string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) argument
83 << "layout(location = 0) out highp " << glu::getDataTypeName(outputType) << " o_color0;\n";
109 src << " o_color0 = " << glu::getDataTypeName(outputType) << "(out0 * u_outScale0 + u_outBias0);\n";
116 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) argument
123 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType));
135 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType));
150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outBias) argument
151 : sglr::ShaderProgram (genTexture2DShaderDecl(samplerTypes, outputType))
154 , m_outputType (outputType)
265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType) argument
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp437 const DataType outputType = getSamplerOutputType(m_samplerType); local
439 const int outLookupStride = numInvocations*getDataTypeScalarSize(outputType);
538 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1);
565 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4);
574 if (outputType == TYPE_FLOAT_VEC4)
/external/icu/icu4c/source/common/
H A Ducnvmbcs.h148 * 7.. 0 outputType
172 * if(outputType==MBCS_OUTPUT_EXT_ONLY) {
201 * if(outputType==MBCS_OUTPUT_1) {
215 * if(outputType==MBCS_OUTPUT_1) {
228 * if(outputType!=MBCS_OUTPUT_1 &&
385 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv_bld.cpp1362 uint8_t outputType; local
1477 outputType=(uint8_t)mbcsHeader.flags;
1478 if(noFromU && outputType==MBCS_OUTPUT_1) {
1485 switch(outputType) {
1498 outputType);
1513 if( outputType!=MBCS_OUTPUT_EXT_ONLY && outputType!=MBCS_OUTPUT_1 &&
1559 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
1591 /* offset to the stage 1 table, independent of the outputType */
1594 if(outputType
[all...]
H A Ducnv2022.cpp1099 int outputType)
1117 if(outputType==MBCS_OUTPUT_2){
1124 } else /* outputType==MBCS_OUTPUT_3 */ {
1095 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
H A Ducnvmbcs.c120 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
736 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
788 switch(mbcsTable->outputType) {
924 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ?
1141 (mbcsTable->outputType==MBCS_OUTPUT_1 || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) &&
1148 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1225 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1275 switch(mbcsTable->outputType) {
1316 switch(mbcsTable->outputType) {
1759 uint8_t outputType; local
3934 uint8_t outputType; local
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 OutputType outputType; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsShaderExecUtil.cpp660 static tcu::TextureFormat getRenderbufferFormatForOutput (const glu::VarType& outputType, bool useIntOutputs) argument
670 const glu::DataType basicType = outputType.getBasicType();
H A DglsVertexArrayTests.hpp418 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);
421 Array::OutputType outputType; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1436 public Descriptor getOutputType() { return outputType; }
1451 private Descriptor outputType; field in class:Descriptors.MethodDescriptor
1483 outputType = (Descriptor)output;

Completed in 1118 milliseconds

12