Home
last modified time | relevance | path

Searched refs:SH_HLSL_4_1_OUTPUT (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp169 CompilerParameters() { output = SH_HLSL_4_1_OUTPUT; } in CompilerParameters()
177 case SH_HLSL_4_1_OUTPUT: in str()
196 case SH_HLSL_4_1_OUTPUT: in IsPlatformAvailable()
332 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kSimpleESSL100FragSource, kSimpleESSL100Id),
333 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kSimpleESSL300FragSource, kSimpleESSL300Id),
334 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kRealWorldESSL100FragSource, kRealWorldESSL100Id),
335 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kTrickyESSL300FragSource, kTrickyESSL300Id),
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp169 CompilerParameters() { output = SH_HLSL_4_1_OUTPUT; } in CompilerParameters()
177 case SH_HLSL_4_1_OUTPUT: in str()
196 case SH_HLSL_4_1_OUTPUT: in IsPlatformAvailable()
333 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kSimpleESSL100FragSource, kSimpleESSL100Id),
334 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kSimpleESSL300FragSource, kSimpleESSL300Id),
335 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kRealWorldESSL100FragSource, kRealWorldESSL100Id),
336 CompilerPerfParameters(SH_HLSL_4_1_OUTPUT, kTrickyESSL300FragSource, kTrickyESSL300Id),
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DHLSLOutput_test.cpp21 HLSLOutputTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_HLSL_4_1_OUTPUT) {} in HLSLOutputTest()
33 HLSL41VertexOutputTest() : MatchOutputCodeTest(GL_VERTEX_SHADER, 0, SH_HLSL_4_1_OUTPUT) {} in HLSL41VertexOutputTest()
DUnrollFlatten_test.cpp33 compileTestShader(GL_FRAGMENT_SHADER, mInputSpec, SH_HLSL_4_1_OUTPUT, shaderString, in compile()
DOVR_multiview2_test.cpp138 addOutputType(SH_HLSL_4_1_OUTPUT); in requestHLSLOutput()
150 return foundInCode(SH_HLSL_4_1_OUTPUT, stringToFind); in foundInHLSLCode()
DOVR_multiview_test.cpp135 addOutputType(SH_HLSL_4_1_OUTPUT); in requestHLSLOutput()
147 return foundInCode(SH_HLSL_4_1_OUTPUT, stringToFind); in foundInHLSLCode()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp418 if (outputType == SH_HLSL_4_1_OUTPUT && IsSampler(type.getBasicType())) in uniformsHeader()
428 else if (outputType == SH_HLSL_4_1_OUTPUT && IsImage(type.getBasicType())) in uniformsHeader()
457 else if (outputType == SH_HLSL_4_1_OUTPUT && IsAtomicCounter(type.getBasicType())) in uniformsHeader()
491 if (outputType == SH_HLSL_4_1_OUTPUT) in uniformsHeader()
517 if (outputType == SH_HLSL_4_1_OUTPUT) in uniformsHeader()
DTextureFunctionHLSL.cpp305 ASSERT(outputType == SH_HLSL_4_1_OUTPUT); in OutputTextureFunctionArgumentList()
460 if (outputType == SH_HLSL_4_1_OUTPUT) in GetTextureReference()
1056 else if (outputType == SH_HLSL_4_1_OUTPUT || outputType == SH_HLSL_4_0_FL9_3_OUTPUT) in OutputTextureSampleFunctionReturnStatement()
1105 else if (outputType == SH_HLSL_4_1_OUTPUT || outputType == SH_HLSL_4_0_FL9_3_OUTPUT) in OutputTextureSampleFunctionReturnStatement()
DblocklayoutHLSL.cpp125 case SH_HLSL_4_1_OUTPUT: in GetStrategyFor()
DOutputHLSL.cpp224 mOutputType == SH_HLSL_4_1_OUTPUT) in writeFloat()
776 if (mOutputType == SH_HLSL_4_1_OUTPUT || mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT) in header()
810 if (mOutputType == SH_HLSL_4_1_OUTPUT) in header()
902 if (mOutputType == SH_HLSL_4_1_OUTPUT || mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT) in header()
927 if (mOutputType == SH_HLSL_4_1_OUTPUT) in header()
969 ASSERT(mOutputType == SH_HLSL_4_1_OUTPUT); in header()
3132 if (mOutputType == SH_HLSL_4_1_OUTPUT) in writeParameter()
3175 if (mOutputType == SH_HLSL_4_1_OUTPUT) in writeParameter()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp503 if (outputType == SH_HLSL_4_1_OUTPUT && IsSampler(type.getBasicType())) in uniformsHeader()
513 else if (outputType == SH_HLSL_4_1_OUTPUT && IsImage(type.getBasicType())) in uniformsHeader()
542 else if (outputType == SH_HLSL_4_1_OUTPUT && IsAtomicCounter(type.getBasicType())) in uniformsHeader()
576 if (outputType == SH_HLSL_4_1_OUTPUT) in uniformsHeader()
602 if (outputType == SH_HLSL_4_1_OUTPUT) in uniformsHeader()
DTextureFunctionHLSL.cpp307 ASSERT(outputType == SH_HLSL_4_1_OUTPUT); in OutputTextureFunctionArgumentList()
464 if (outputType == SH_HLSL_4_1_OUTPUT) in GetTextureReference()
1061 else if (outputType == SH_HLSL_4_1_OUTPUT || outputType == SH_HLSL_4_0_FL9_3_OUTPUT) in OutputTextureSampleFunctionReturnStatement()
1110 else if (outputType == SH_HLSL_4_1_OUTPUT || outputType == SH_HLSL_4_0_FL9_3_OUTPUT) in OutputTextureSampleFunctionReturnStatement()
DblocklayoutHLSL.cpp125 case SH_HLSL_4_1_OUTPUT: in GetStrategyFor()
DOutputHLSL.cpp251 mOutputType == SH_HLSL_4_1_OUTPUT) in writeFloat()
821 if (mOutputType == SH_HLSL_4_1_OUTPUT || mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT) in header()
855 if (mOutputType == SH_HLSL_4_1_OUTPUT) in header()
947 if (mOutputType == SH_HLSL_4_1_OUTPUT || mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT) in header()
975 if (mOutputType == SH_HLSL_4_1_OUTPUT) in header()
1021 ASSERT(mOutputType == SH_HLSL_4_1_OUTPUT); in header()
3233 if (mOutputType == SH_HLSL_4_1_OUTPUT) in writeParameter()
3276 if (mOutputType == SH_HLSL_4_1_OUTPUT) in writeParameter()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DHLSLOutput_test.cpp21 HLSLOutputTest() : MatchOutputCodeTest(GL_FRAGMENT_SHADER, 0, SH_HLSL_4_1_OUTPUT) {} in HLSLOutputTest()
DDebugShaderPrecision_test.cpp24 addOutputType(SH_HLSL_4_1_OUTPUT); in DebugShaderPrecisionTest()
38 return foundInCode(SH_HLSL_4_1_OUTPUT, stringToFind); in foundInHLSLCode()
47 return foundInCodeRegex(SH_HLSL_4_1_OUTPUT, std::regex(regexToFind)); in foundInHLSLCodeRegex()
DOVR_multiview_test.cpp135 addOutputType(SH_HLSL_4_1_OUTPUT); in requestHLSLOutput()
147 return foundInCode(SH_HLSL_4_1_OUTPUT, stringToFind); in foundInHLSLCode()
DOVR_multiview2_test.cpp138 addOutputType(SH_HLSL_4_1_OUTPUT); in requestHLSLOutput()
150 return foundInCode(SH_HLSL_4_1_OUTPUT, stringToFind); in foundInHLSLCode()
DUnrollFlatten_test.cpp33 compileTestShader(GL_FRAGMENT_SHADER, mInputSpec, SH_HLSL_4_1_OUTPUT, shaderString, in compile()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp107 validOutputs.push_back(SH_HLSL_4_1_OUTPUT); in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp177 output = SH_HLSL_4_1_OUTPUT; in main()
300 case SH_HLSL_4_1_OUTPUT: in main()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp199 output = SH_HLSL_4_1_OUTPUT; in main()
323 case SH_HLSL_4_1_OUTPUT: in main()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp170 validOutputs.push_back(SH_HLSL_4_1_OUTPUT); in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp104 case SH_HLSL_4_1_OUTPUT: in createHelperWriter()
690 case SH_HLSL_4_1_OUTPUT: in SupportedInLanguage()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h67 SH_HLSL_4_1_OUTPUT = 0x8B49, // D3D 11 enumerator

12