Home
last modified time | relevance | path

Searched refs:CreateShaderModuleFromASM (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DShaderModuleValidationTests.cpp56 utils::CreateShaderModuleFromASM(device, shader); in TEST_F()
115 ASSERT_DEVICE_ERROR(utils::CreateShaderModuleFromASM(device, shader)); in TEST_F()
156 ASSERT_DEVICE_ERROR(utils::CreateShaderModuleFromASM(device, shader)); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DShaderFloat16Tests.cpp74 wgpu::ShaderModule module = utils::CreateShaderModuleFromASM(device, R"( in TEST_P()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h31 wgpu::ShaderModule CreateShaderModuleFromASM(const wgpu::Device& device, const char* source);
DWGPUHelpers.cpp29 wgpu::ShaderModule CreateShaderModuleFromASM(const wgpu::Device& device, const char* source) { in CreateShaderModuleFromASM() function