Home
last modified time | relevance | path

Searched refs:SH_ESSL_OUTPUT (Results 1 – 25 of 52) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DEmulateGLBaseVertexBaseInstance_test.cpp73 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
99 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_BaseVertex")); in TEST_F()
100 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_BaseInstance")); in TEST_F()
192 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
DExpressionLimit_test.cpp260 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
282 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
307 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
329 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
351 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
554 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
576 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
599 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
DEmulateGLDrawID_test.cpp74 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
96 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_DrawID")); in TEST_F()
149 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
DOVR_multiview2_test.cpp126 : MatchOutputCodeTest(shaderType, 0, SH_ESSL_OUTPUT) in OVRMultiview2OutputCodeTest()
678 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
699 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
717 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
DOVR_multiview_test.cpp124 : MatchOutputCodeTest(shaderType, 0, SH_ESSL_OUTPUT) in OVRMultiviewOutputCodeTest()
694 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
715 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
DNV_draw_buffers_test.cpp20 NVDrawBuffersTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_ESSL_OUTPUT) in NVDrawBuffersTest()
DRegenerateStructNames_test.cpp21 : MatchOutputCodeTest(GL_FRAGMENT_SHADER, SH_REGENERATE_STRUCT_NAMES, SH_ESSL_OUTPUT) in RegenerateStructNamesTest()
DRecordConstantPrecision_test.cpp20 RecordConstantPrecisionTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_ESSL_OUTPUT) {} in RecordConstantPrecisionTest()
DScalarizeVecAndMatConstructorArgs_test.cpp26 SH_ESSL_OUTPUT) in ScalarizeVecAndMatConstructorArgsTest()
DPruneUnusedFunctions_test.cpp23 PruneUnusedFunctionsTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_ESSL_OUTPUT) {} in PruneUnusedFunctionsTest()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp181 case SH_ESSL_OUTPUT: in str()
342 CompilerPerfParameters(SH_ESSL_OUTPUT, kSimpleESSL100FragSource, kSimpleESSL100Id),
343 CompilerPerfParameters(SH_ESSL_OUTPUT, kSimpleESSL300FragSource, kSimpleESSL300Id),
344 CompilerPerfParameters(SH_ESSL_OUTPUT, kRealWorldESSL100FragSource, kRealWorldESSL100Id),
345 CompilerPerfParameters(SH_ESSL_OUTPUT, kTrickyESSL300FragSource, kTrickyESSL300Id));
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp181 case SH_ESSL_OUTPUT: in str()
343 CompilerPerfParameters(SH_ESSL_OUTPUT, kSimpleESSL100FragSource, kSimpleESSL100Id),
344 CompilerPerfParameters(SH_ESSL_OUTPUT, kSimpleESSL300FragSource, kSimpleESSL300Id),
345 CompilerPerfParameters(SH_ESSL_OUTPUT, kRealWorldESSL100FragSource, kRealWorldESSL100Id),
346 CompilerPerfParameters(SH_ESSL_OUTPUT, kTrickyESSL300FragSource, kTrickyESSL300Id));
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DEmulateGLBaseVertexBaseInstance_test.cpp89 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
115 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_BaseVertex")); in TEST_F()
116 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_BaseInstance")); in TEST_F()
203 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
DExpressionLimit_test.cpp260 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
282 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
307 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
329 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
351 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
554 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
576 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
599 ShShaderOutput output = SH_ESSL_OUTPUT; in TEST_F()
DOVR_multiview2_test.cpp126 : MatchOutputCodeTest(shaderType, 0, SH_ESSL_OUTPUT) in OVRMultiview2OutputCodeTest()
704 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
740 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
781 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
793 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
798 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings2)); in TEST_F()
DOVR_multiview_test.cpp124 : MatchOutputCodeTest(shaderType, 0, SH_ESSL_OUTPUT) in OVRMultiviewOutputCodeTest()
685 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
721 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
742 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
776 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
781 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings2)); in TEST_F()
DEmulateGLDrawID_test.cpp74 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
96 EXPECT_TRUE(foundInCode(SH_ESSL_OUTPUT, "uniform highp int angle_DrawID")); in TEST_F()
145 addOutputType(SH_ESSL_OUTPUT); in TEST_F()
DNV_draw_buffers_test.cpp20 NVDrawBuffersTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_ESSL_OUTPUT) in NVDrawBuffersTest()
DRegenerateStructNames_test.cpp21 : MatchOutputCodeTest(GL_FRAGMENT_SHADER, SH_REGENERATE_STRUCT_NAMES, SH_ESSL_OUTPUT) in RegenerateStructNamesTest()
DPruneUnusedFunctions_test.cpp23 PruneUnusedFunctionsTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_ESSL_OUTPUT) {} in PruneUnusedFunctionsTest()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorGLSL.cpp327 if (getOutputType() != SH_ESSL_OUTPUT && getOutputType() < SH_GLSL_400_CORE_OUTPUT && in writeExtensionBehavior()
345 else if (getOutputType() == SH_ESSL_OUTPUT && getShaderVersion() < 320) in writeExtensionBehavior()
359 else if (getOutputType() == SH_ESSL_OUTPUT && getShaderVersion() < 320) in writeExtensionBehavior()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorESSL.cpp19 : TCompiler(type, spec, SH_ESSL_OUTPUT) in TranslatorESSL()
58 emulatePrecision.writeEmulationHelpers(sink, shaderVer, SH_ESSL_OUTPUT); in translate()
DOutputESSL.cpp28 SH_ESSL_OUTPUT, in TOutputESSL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DCompilerNULL.cpp23 return SH_ESSL_OUTPUT; in getTranslatorOutputType()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DCompilerNULL.cpp23 return SH_ESSL_OUTPUT; in getTranslatorOutputType()

123