Searched refs:emptyVertexModule (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | GetBindGroupLayoutValidationTests.cpp | 178 wgpu::ShaderModule emptyVertexModule = utils::CreateShaderModule(device, R"( in TEST_F() local 238 BGLFromModules(emptyVertexModule, unusedTextureFragmentModule).Get(), in TEST_F() 241 BGLFromModules(emptyVertexModule, unusedTextureFragmentModule).Get(), filteringBGL.Get())); in TEST_F() 245 BGLFromModules(emptyVertexModule, textureLoadFragmentModule).Get(), nonFilteringBGL.Get())); in TEST_F() 247 BGLFromModules(emptyVertexModule, textureLoadFragmentModule).Get(), filteringBGL.Get())); in TEST_F() 259 BGLFromModules(emptyVertexModule, textureSampleFragmentModule).Get(), in TEST_F() 262 BGLFromModules(emptyVertexModule, textureSampleFragmentModule).Get(), filteringBGL.Get())); in TEST_F()
|
Completed in 2 milliseconds