Home
last modified time | relevance | path

Searched refs:cBlends (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp132 cBlends[i].color = blendComponent; in ComboRenderPipelineDescriptor()
133 cBlends[i].alpha = blendComponent; in ComboRenderPipelineDescriptor()
DComboRenderPipelineDescriptor.h56 std::array<wgpu::BlendState, kMaxColorAttachments> cBlends; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp228 descriptor.cTargets[0].blend = &descriptor.cBlends[0]; in TEST_F()
239 descriptor.cTargets[0].blend = &descriptor.cBlends[0]; in TEST_F()
261 descriptor.cTargets[0].blend = &descriptor.cBlends[0]; in TEST_F()
369 descriptor.cTargets[0].blend = &descriptor.cBlends[0]; in TEST_F()
372 descriptor.cBlends[0].color.srcFactor = colorSrcFactor; in TEST_F()
374 descriptor.cBlends[0].color.dstFactor = colorDstFactor; in TEST_F()
376 descriptor.cBlends[0].alpha.srcFactor = alphaSrcFactor; in TEST_F()
378 descriptor.cBlends[0].alpha.dstFactor = alphaDstFactor; in TEST_F()