Searched refs:to_dawn_load_op (Results 1 – 2 of 2) sorted by relevance
25 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op() function50 wgpu::LoadOp colorOp = to_dawn_load_op(colorInfo.fLoadOp); in GrDawnOpsRenderPass()51 wgpu::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnOpsRenderPass()
87 static dawn::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op() function113 dawn::LoadOp colorOp = to_dawn_load_op(colorInfo.fLoadOp); in GrDawnGpuRTCommandBuffer()114 dawn::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnGpuRTCommandBuffer()