Searched refs:EbpLow (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | BaseTypes.h | 27 EbpLow, enumerator 38 case EbpLow: return "lowp"; break; in getPrecisionString()
|
D | OutputASM.cpp | 186 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()
|
D | glslang.y | 1025 $$ = EbpLow;
|
D | glslang_tab.cpp | 3739 (yyval.interm.precision) = EbpLow; in yyparse()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | EmulatePrecision.cpp | 431 (type.getPrecision() == EbpLow || type.getPrecision() == EbpMedium); in canRoundFloat() 725 if (roundedChild->getPrecision() == EbpLow) in createRoundingFunctionCallNode()
|
/external/angle/src/compiler/translator/ |
D | util.cpp | 400 case EbpLow: in GLVariablePrecision() 417 case EbpLow: in GLVariablePrecision()
|
D | BaseTypes.h | 27 EbpLow, enumerator 43 case EbpLow: in getPrecisionString()
|
D | SymbolTable.cpp | 456 setDefaultPrecision(samplerType, EbpLow); in initSamplerDefaultPrecision()
|
D | IntermNode.cpp | 1363 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()
|
D | glslang.y | 925 $$ = EbpLow;
|
D | BuildSPIRV.cpp | 530 (precision == EbpMedium || precision == EbpLow)) in getDecorations()
|
D | glslang_tab_autogen.cpp | 3790 (yyval.interm.precision) = EbpLow; in yyparse()
|
D | SymbolTable_ESSL_autogen.cpp | 2364 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>());
|
D | SymbolTable_autogen.cpp | 3568 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/ |
D | InitOutputVariables_test.cpp | 261 CreateLValueNode(ImmutableString("out2"), TType(EbtInt, EbpLow, EvqFlatOut)), in TEST_F()
|