Home
last modified time | relevance | path

Searched refs:shaderModuleDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireExtensionTests.cpp29 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
31 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
62 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
64 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
129 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
131 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
157 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
159 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
186 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
188 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DMultipleDeviceTests.cpp40 wgpu::ShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local
41 shaderModuleDesc.nextInChain = &wgslDesc; in TEST_F()
45 wgpu::ShaderModule shaderModule = device.CreateShaderModule(&shaderModuleDesc); in TEST_F()
65 wgpu::ShaderModule shaderModule = device2.CreateShaderModule(&shaderModuleDesc); in TEST_F()