Searched refs:CreateShaderModuleFromASM (Results 1 – 7 of 7) sorted by relevance
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | ShaderModuleValidationTests.cpp | 51 utils::CreateShaderModuleFromASM(device, shader); in TEST_F() 87 ASSERT_DEVICE_ERROR(utils::CreateShaderModuleFromASM(device, shader)); in TEST_F()
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | ShaderModuleValidationTests.cpp | 56 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/ |
| D | ShaderFloat16Tests.cpp | 74 wgpu::ShaderModule module = utils::CreateShaderModuleFromASM(device, R"( in TEST_P()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
| D | DawnHelpers.h | 34 dawn::ShaderModule CreateShaderModuleFromASM(const dawn::Device& device, const char* source);
|
| D | DawnHelpers.cpp | 105 dawn::ShaderModule CreateShaderModuleFromASM(const dawn::Device& device, const char* source) { in CreateShaderModuleFromASM() function
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| D | WGPUHelpers.h | 31 wgpu::ShaderModule CreateShaderModuleFromASM(const wgpu::Device& device, const char* source);
|
| D | WGPUHelpers.cpp | 29 wgpu::ShaderModule CreateShaderModuleFromASM(const wgpu::Device& device, const char* source) { in CreateShaderModuleFromASM() function
|