Home
last modified time | relevance | path

Searched refs:EbpLow (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h27 EbpLow, enumerator
38 case EbpLow: return "lowp"; break; in getPrecisionString()
DOutputASM.cpp186 case EbpLow: return GL_LOW_FLOAT; in glVariablePrecision()
198 case EbpLow: return GL_LOW_INT; in glVariablePrecision()
2104 instruction->dst.partialPrecision = src && (src->getPrecision() <= EbpLow); in emit()
Dglslang.y1025 $$ = EbpLow;
Dglslang_tab.cpp3739 (yyval.interm.precision) = EbpLow; in yyparse()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp431 (type.getPrecision() == EbpLow || type.getPrecision() == EbpMedium); in canRoundFloat()
725 if (roundedChild->getPrecision() == EbpLow) in createRoundingFunctionCallNode()
/external/angle/src/compiler/translator/
Dutil.cpp400 case EbpLow: in GLVariablePrecision()
417 case EbpLow: in GLVariablePrecision()
DBaseTypes.h27 EbpLow, enumerator
43 case EbpLow: in getPrecisionString()
DSymbolTable.cpp456 setDefaultPrecision(samplerType, EbpLow); in initSamplerDefaultPrecision()
DIntermNode.cpp1363 setType(TType(EbtInt, EbpLow, resultQualifier, operandPrimarySize)); in promote()
1366 setType(TType(EbtInt, EbpLow, resultQualifier, operandPrimarySize)); in promote()
1369 setType(TType(EbtInt, EbpLow, resultQualifier, operandPrimarySize)); in promote()
Dglslang.y925 $$ = EbpLow;
DBuildSPIRV.cpp530 (precision == EbpMedium || precision == EbpLow)) in getDecorations()
Dglslang_tab_autogen.cpp3790 (yyval.interm.precision) = EbpLow; in yyparse()
DSymbolTable_ESSL_autogen.cpp2364 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
2369 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
2481 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
2486 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
DSymbolTable_autogen.cpp3568 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
3573 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
3685 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
3690 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp261 CreateLValueNode(ImmutableString("out2"), TType(EbtInt, EbpLow, EvqFlatOut)), in TEST_F()