Searched refs:sortingOpLists (Results 1 – 2 of 2) sorted by relevance
539 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in validate()566 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newRTOpList()596 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newRTOpList()609 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newTextureOpList()635 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newTextureOpList()
127 bool sortingOpLists() const { return fSortOpLists; } in sortingOpLists() function