Lines Matching refs:LoadOp
87 static dawn::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
90 return dawn::LoadOp::Load; in to_dawn_load_op()
97 return dawn::LoadOp::Load; in to_dawn_load_op()
99 return dawn::LoadOp::Clear; in to_dawn_load_op()
113 dawn::LoadOp colorOp = to_dawn_load_op(colorInfo.fLoadOp); in GrDawnGpuRTCommandBuffer()
114 dawn::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnGpuRTCommandBuffer()
118 dawn::RenderPassEncoder GrDawnGpuRTCommandBuffer::beginRenderPass(dawn::LoadOp colorOp, in beginRenderPass()
119 dawn::LoadOp stencilOp) { in beginRenderPass()
182 fPassEncoder = beginRenderPass(dawn::LoadOp::Load, dawn::LoadOp::Clear); in onClearStencilClip()
187 fPassEncoder = beginRenderPass(dawn::LoadOp::Clear, dawn::LoadOp::Load); in onClear()
243 fPassEncoder = beginRenderPass(dawn::LoadOp::Load, dawn::LoadOp::Load); in copy()