Searched defs:vertexModule (Results 1 – 6 of 6) sorted by relevance
69 wgpu::ShaderModule vertexModule = utils::CreateShaderModule(device, vertexSource); in RunDepthBiasTest() local
274 vk::ShaderModule vertexModule = hooks.createVertexShader(*this); in createGraphicsPipeline() local
1205 void CheckCreatingRenderPipeline(wgpu::ShaderModule vertexModule, in CheckCreatingRenderPipeline()1314 wgpu::ShaderModule vertexModule = vertexModules[vertexModuleIndex]; in TEST_F() local1451 wgpu::ShaderModule vertexModule = vertexModules[vertexModuleIndex]; in TEST_F() local
228 wgpu::ShaderModule fragmentModule) { in TEST_F()
602 const ShaderModule *vertexModule, in initializePipeline()1697 const vk::ShaderModule *vertexModule, in insertPipeline()
1730 const ShaderModule &vertexModule = shaders[gl::ShaderType::Vertex].get().get(); in initializePipeline() local