Searched refs:vertex (Results 1 – 5 of 5) sorted by relevance
119 return unix_sk(edge->successor->listener)->vertex; in unix_edge_successor()121 return edge->successor->vertex; in unix_edge_successor()132 static void unix_update_graph(struct unix_vertex *vertex) in unix_update_graph() argument137 if (!vertex) in unix_update_graph()156 struct unix_vertex *vertex = edge->predecessor->vertex; in unix_add_edge() local158 if (!vertex) { in unix_add_edge()159 vertex = list_first_entry(&fpl->vertices, typeof(*vertex), entry); in unix_add_edge()160 vertex->index = unix_vertex_unvisited_index; in unix_add_edge()161 vertex->scc_index = ++unix_vertex_max_scc_index; in unix_add_edge()162 vertex->out_degree = 0; in unix_add_edge()[all …]
1116 u->vertex = NULL; in unix_create1()
29 drm-engine-vertex-tiler: 71932239 ns30 drm-cycles-vertex-tiler: 5261735731 drm-maxfreq-vertex-tiler: 799999987 Hz32 drm-curfreq-vertex-tiler: 799999987 Hz39 Possible `drm-engine-` key names are: `fragment`, and `vertex-tiler`.
11 pixel macroblocks indexed using X, Y vertex coordinates.54 vertex of the grid. The x coordinate is stored in the 16 LSBs and the y77 the vertex coordinates of the block. The dewarping grid map is comprised of78 vertex coordinates for x and y. Each x, y coordinate register uses 16 bits
44 struct unix_vertex *vertex; member