Home
last modified time | relevance | path

Searched refs:canMerge (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/ops/
DPathTessellateOp.cpp48 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible() local
52 if (canMerge) { in onCombineIfPossible()
DOpsTask.h97 bool canMerge(const OpsTask*) const;
DOpsTask.cpp705 bool OpsTask::canMerge(const OpsTask* opsTask) const { in canMerge() function in skgpu::v1::OpsTask
715 if (!opsTask || !this->canMerge(opsTask)) { in mergeFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);
181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
DPPCBranchCoalescing.cpp182 bool canMerge(CoalescingCandidateInfo &SourceRegion,
529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
761 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp382 SkASSERT(!prevOpsTask->canMerge(curOpsTask)); in sortTasks()