Searched refs:shaderModuleDesc (Results 1 – 2 of 2) sorted by relevance
29 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local31 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()62 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local64 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()129 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local131 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()157 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local159 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()186 WGPUShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local188 WGPUShaderModule shaderModule = wgpuDeviceCreateShaderModule(device, &shaderModuleDesc); in TEST_F()
40 wgpu::ShaderModuleDescriptor shaderModuleDesc = {}; in TEST_F() local41 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()