Searched refs:colorTargetState (Results 1 – 6 of 6) sorted by relevance
82 WGPUColorTargetState colorTargetState = {}; in TEST_F() local83 colorTargetState.format = WGPUTextureFormat_RGBA8Unorm; in TEST_F()84 colorTargetState.blend = &blendState; in TEST_F()85 colorTargetState.writeMask = WGPUColorWriteMask_All; in TEST_F()126 fragment.targets = &colorTargetState; in TEST_F()
111 WGPUColorTargetState colorTargetState = {}; in TEST_F() local112 colorTargetState.format = WGPUTextureFormat_RGBA8Unorm; in TEST_F()113 colorTargetState.blend = &blendState; in TEST_F()114 colorTargetState.writeMask = WGPUColorWriteMask_All; in TEST_F()155 fragment.targets = &colorTargetState; in TEST_F()
36 wgpu::ColorTargetState colorTargetState{}; in createRenderPipeline() local37 colorTargetState.format = wgpu::TextureFormat::BGRA8Unorm; in createRenderPipeline()43 fragmentState.targets = &colorTargetState; in createRenderPipeline()
385 wgpu::ColorTargetState colorTargetState; in Build() local386 colorTargetState.format = colorFormat; in Build()387 colorTargetState.blend = &blendState; in Build()390 colorTargetState.writeMask = writeColor ? wgpu::ColorWriteMask::All in Build()397 fragmentState.targets = &colorTargetState; in Build()
728 wgpu::ColorTargetState colorTargetState; in onRegenerateMipMapLevels() local729 colorTargetState.format = static_cast<GrDawnTexture*>(tex)->format(); in onRegenerateMipMapLevels()735 fragmentState.targets = &colorTargetState; in onRegenerateMipMapLevels()
62 void SetupSingleSourcePipelines(wgpu::ColorTargetState colorTargetState) { in SetupSingleSourcePipelines() argument87 testDescriptor.cTargets[0] = colorTargetState; in SetupSingleSourcePipelines()