Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTaskCluster.cpp14 #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()
82 CLUSTER_DEBUGF("Cluster: Bail, %s depends on %s.\n", in depends_on()
94 CLUSTER_DEBUGF("Cluster: ***Step***\nLooking at %s\n", in task_cluster_visit()
97 CLUSTER_DEBUGF("Cluster: %d targets. Emitting barriers.\n", task->numTargets()); in task_cluster_visit()
113 CLUSTER_DEBUGF("Cluster: Bail, no cluster to extend.\n"); in task_cluster_visit()
117 CLUSTER_DEBUGF("Cluster: clusterTail is %s.\n", describe_task(clusterTail).c_str()); in task_cluster_visit()
120 CLUSTER_DEBUGF("Cluster: Bail, cluster is already tail.\n"); in task_cluster_visit()
147 CLUSTER_DEBUGF("Cluster: Reorder %s behind %s.\n", in task_cluster_visit()
167 CLUSTER_DEBUGF("Cluster: Original order is %s\n", describe_tasks(input).c_str()); in GrClusterRenderTasks()
[all …]