Home
last modified time | relevance | path

Searched defs:vertexModule (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthBiasTests.cpp69 wgpu::ShaderModule vertexModule = utils::CreateShaderModule(device, vertexSource); in RunDepthBiasTest() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp274 vk::ShaderModule vertexModule = hooks.createVertexShader(*this); in createGraphicsPipeline() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1205 void CheckCreatingRenderPipeline(wgpu::ShaderModule vertexModule, in CheckCreatingRenderPipeline()
1314 wgpu::ShaderModule vertexModule = vertexModules[vertexModuleIndex]; in TEST_F() local
1451 wgpu::ShaderModule vertexModule = vertexModules[vertexModuleIndex]; in TEST_F() local
DGetBindGroupLayoutValidationTests.cpp228 wgpu::ShaderModule fragmentModule) { in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp602 const ShaderModule *vertexModule, in initializePipeline()
1697 const vk::ShaderModule *vertexModule, in insertPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1730 const ShaderModule &vertexModule = shaders[gl::ShaderType::Vertex].get().get(); in initializePipeline() local