Searched refs:CLUSTER_DEBUGF (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 14 #define CLUSTER_DEBUGF(...) //SkDebugf(__VA_ARGS__) macro 72 CLUSTER_DEBUGF("Cluster: Bail, %s can't write before %s reads from %s.\n", in depends_on() 81 CLUSTER_DEBUGF("Cluster: Bail, %s depends on %s.\n", in depends_on() 92 CLUSTER_DEBUGF("Cluster: ***Step***\nLooking at %s\n", in task_cluster_visit() 95 CLUSTER_DEBUGF("Cluster: %d targets. Emitting barriers.\n", task->numTargets()); in task_cluster_visit() 111 CLUSTER_DEBUGF("Cluster: Bail, no cluster to extend.\n"); in task_cluster_visit() 115 CLUSTER_DEBUGF("Cluster: clusterTail is %s.\n", describe_task(clusterTail).c_str()); in task_cluster_visit() 118 CLUSTER_DEBUGF("Cluster: Bail, cluster is already tail.\n"); in task_cluster_visit() 145 CLUSTER_DEBUGF("Cluster: Reorder %s behind %s.\n", in task_cluster_visit() 165 CLUSTER_DEBUGF("Cluste in GrClusterRenderTasks() 184 #undef CLUSTER_DEBUGF global() macro [all...] |
Completed in 1 milliseconds