Searched refs:setColorAttachmentFormat (Results 1 – 5 of 5) sorted by relevance
152 bool setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format);
124 void ContextWgpu::setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format) in setColorAttachmentFormat() function in rx::ContextWgpu126 if (mRenderPipelineDesc.setColorAttachmentFormat(colorIndex, format)) in setColorAttachmentFormat()137 setColorAttachmentFormat(i, formats[i]); in setColorAttachmentFormats()
283 void setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format);
198 bool RenderPipelineDesc::setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format) in setColorAttachmentFormat() function in rx::webgpu::RenderPipelineDesc
385 contextWgpu->setColorAttachmentFormat( in syncState()