Searched refs:ShaderTests (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ShaderTests.cpp | 23 class ShaderTests : public DawnTest { class 47 TEST_P(ShaderTests, ComputeLog2) { in TEST_P() argument 105 TEST_P(ShaderTests, BadWGSL) { in TEST_P() argument 116 TEST_P(ShaderTests, WGSLParamIO) { in TEST_P() argument 143 TEST_P(ShaderTests, WGSLMixedStructParamIO) { in TEST_P() argument 186 TEST_P(ShaderTests, WGSLStructIO) { in TEST_P() argument 233 TEST_P(ShaderTests, WGSLUnsortedStructIO) { in TEST_P() argument 280 TEST_P(ShaderTests, WGSLSharedStructIO) { in TEST_P() argument 324 TEST_P(ShaderTests, FirstIndexOffsetRegisterConflictInHLSLTransforms) { in TEST_P() argument 366 TEST_P(ShaderTests, SampleIndex) { in TEST_P() argument [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 119 class ShaderTests : public deqp::TestCaseGroup class 122 ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() function in es2cts::ShaderTests 150 addChild(new ShaderTests(getContext())); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 134 class ShaderTests : public deqp::TestCaseGroup class 137 ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() function in es3cts::ShaderTests 177 addChild(new ShaderTests(getContext())); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 240 class ShaderTests : public TestCaseGroup class 243 ShaderTests (Context& context, bool isGL45) in ShaderTests() function in deqp::gles31::Functional::ShaderTests 445 addChild(new ShaderTests (m_context, false)); in init() 490 addChild(new ShaderTests (m_context, true)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 168 class ShaderTests : public deqp::TestCaseGroup class 171 ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() function in es31cts::ShaderTests 235 addChild(new ShaderTests(getContext())); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 186 class ShaderTests : public TestCaseGroup class 189 ShaderTests (Context& context) in ShaderTests() function in deqp::gles3::Functional::ShaderTests 384 addChild(new ShaderTests (m_context)); in init()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | BUILD.gn | 399 "end2end/ShaderTests.cpp",
|