Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp63 mat2Args.push_back(CreateFloatNode(matrix[rotation][0], EbpLow)); in CreateMat2x2()
64 mat2Args.push_back(CreateFloatNode(matrix[rotation][1], EbpLow)); in CreateMat2x2()
65 mat2Args.push_back(CreateFloatNode(matrix[rotation][2], EbpLow)); in CreateMat2x2()
66 mat2Args.push_back(CreateFloatNode(matrix[rotation][3], EbpLow)); in CreateMat2x2()
120 vec2Args.push_back(CreateFloatNode(vec2Values[rotation][0], EbpLow)); in CreateVec2()
121 vec2Args.push_back(CreateFloatNode(vec2Values[rotation][1] * yscale, EbpLow)); in CreateVec2()
206 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Identity][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex()
208 EbpLow), in CreateFloatArrayWithRotationIndex()
210 EbpLow), in CreateFloatArrayWithRotationIndex()
212 EbpLow), in CreateFloatArrayWithRotationIndex()
[all …]
DDriverUniform.cpp94 new TType(EbtUInt, EbpLow, EvqGlobal), // uint xfbActiveUnpaused; // 1 bit in createUniformFields()
96 new TType(EbtInt, EbpLow, EvqGlobal), // uint numSamples; // Up to 16 in createUniformFields()
209 new TIntermConstantUnion(uniformIndex, *StaticType::GetBasic<EbtInt, EbpLow>()); in createDriverUniformRef()
279 new TType(EbtFloat, EbpLow, EvqGlobal, 2), in createUniformFields()
280 new TType(EbtFloat, EbpLow, EvqGlobal, 2), in createUniformFields()
283 new TType(EbtFloat, EbpLow, EvqGlobal, 2, 2), in createUniformFields()
284 new TType(EbtFloat, EbpLow, EvqGlobal, 2, 2), in createUniformFields()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDriverUniformMetal.cpp43 new TType(EbtFloat, EbpLow, EvqGlobal, 2), // flipXY in createUniformFields()
44 new TType(EbtFloat, EbpLow, EvqGlobal, 2), // negFlipXY in createUniformFields()
Dutil.cpp400 case EbpLow: in GLVariablePrecision()
417 case EbpLow: in GLVariablePrecision()
DBaseTypes.h27 EbpLow, enumerator
43 case EbpLow: in getPrecisionString()
DSymbolTable.cpp459 setDefaultPrecision(samplerType, EbpLow); in initSamplerDefaultPrecision()
Dglslang.y936 $$ = EbpLow;
DBuildSPIRV.cpp670 if (enablePrecision && (precision == EbpMedium || precision == EbpLow)) in getDecorations()
Dglslang_tab_autogen.cpp3803 (yyval.interm.precision) = EbpLow; in yyparse()
DIntermNode.cpp1468 return EbpLow; in derivePrecision()
DOutputSPIRV.cpp4399 emulatedValueType.setPrecise(EbpLow); in cast()
DSymbolTable_ESSL_autogen.cpp2384 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
2389 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
2507 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
2512 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
DSymbolTable_autogen.cpp3581 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
3586 StaticType::Get<EbtInt, EbpLow, EvqUniform, 1, 1>());
3704 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
3709 StaticType::Get<EbtInt, EbpLow, EvqSampleID, 1, 1>());
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DDeclareAndInitBuiltinsForInstancedMultiview.cpp45 new TIntermConstantUnion(numberOfViewsUnsignedConstant, TType(EbtUInt, EbpLow, EvqConst)); in InitializeViewIDAndInstanceID()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DInitOutputVariables_test.cpp281 CreateLValueNode(ImmutableString("out2"), TType(EbtInt, EbpLow, EvqFlatOut)), in TEST_F()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp426 padType->setPrecision(EbpLow); in addPadding()