Searched refs:vertex (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1578 /* Emit the vertex buffer rendering commands */
1604 /* Emit the vertex buffer age */
2347 drm_radeon_vertex_t vertex; local
2359 DRM_COPYFROM_WITH_RETURN(&vertex, (void *)data, sizeof (vertex));
2362 DRM_CURRENTPID, vertex.idx, vertex.count, vertex.discard);
2364 if (vertex.idx < 0 || vertex
2706 drm_radeon_vertex2_t vertex; local
[all...]
H A Di915_gem_debug.c421 /* save vertex state for decode */
594 DRM_ERROR("unknown vertex format\n");
597 " vertex data (%f float)\n",
601 unsigned int vertex = 0; local
607 instr_out(data, hw_offset, i, " V%d."fmt"\n", vertex, __VA_ARGS__); \
609 DRM_ERROR(" missing data in V%d\n", vertex); \
684 vertex++;
691 /* random vertex access */
697 /* vertex indices continue until 0xffff is found */
719 /* fixed size vertex inde
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dflock_impl.h81 int pvertex; /* index to proc vertex */
201 #define NO_COLOR 0 /* vertex is not colored */
202 #define NO_CHECK_CYCLE 0 /* don't mark vertex's in flk_add_edge */
203 #define CHECK_CYCLE 1 /* mark vertex's in flk_add_edge */
209 #define COLORED(vertex) ((vertex)->l_color == (vertex)->l_graph->mark)
210 #define COLOR(vertex) ((vertex)->l_color = (vertex)
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dflock.c1186 lock_descriptor_t *vertex; local
1192 * if to vertex already has mark_color just return
1193 * don't add an edge as it is reachable from from vertex
1203 * set the from and to vertex
1210 * put in adjacency list of from vertex
1219 * put in in list of to vertex
1238 while ((vertex = STACK_TOP(vertex_stack)) != NULL) {
1242 for (ep = FIRST_ADJ(vertex);
1243 ep != HEAD(vertex);
1486 * we remove the adjacent edges for all vertices' to this vertex
1651 lock_descriptor_t *vertex, *lock; local
1868 lock_descriptor_t *vertex, *lock; local
1960 flk_color_reachables(lock_descriptor_t *vertex) argument
1997 lock_descriptor_t *vertex, *lck; local
2041 lock_descriptor_t *vertex, *lck; local
4131 lock_descriptor_t *vertex; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dgraph.c37 * its name (see dict.c). A vertex's type attribute designates the type
48 * adds a GVT_SVC vertex for the service if one does not already exist, adds
49 * a GVT_INST vertex named by the FMRI of the instance, and sets up the edges.
50 * The resulting web of vertices & edges associated with an instance's vertex
53 * - an edge from the GVT_SVC vertex for the instance's service
55 * - an edge to the GVT_INST vertex of the instance's resarter, if its
61 * snapshot, an edge to a GVT_GROUP vertex named by the FMRI of the
65 * group, an edge from the corresponding GVT_GROUP vertex to a
66 * GVT_INST, GVT_SVC, or GVT_FILE vertex
70 * After the edges are set up the vertex'
1931 graph_enable_by_vertex(graph_vertex_t *vertex, int enable, int admin) argument
6287 graph_vertex_t *vertex; local
[all...]

Completed in 115 milliseconds