Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DShaderModuleValidationTests.cpp51 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/
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/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.h34 dawn::ShaderModule CreateShaderModuleFromASM(const dawn::Device& device, const char* source);
DDawnHelpers.cpp105 dawn::ShaderModule CreateShaderModuleFromASM(const dawn::Device& device, const char* source) { in CreateShaderModuleFromASM() function
/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