Lines Matching refs:vertex
50 * pname:primitiveRestartEnable controls whether a special vertex index
140 To <<pipelines-dynamic-state, dynamically control>> whether a special vertex
155 * pname:primitiveRestartEnable controls whether a special vertex index
213 sharing a vertex.
221 triangles sharing a common vertex.
258 | Sequence position of a vertex within the provided vertex data.
262 | Provoking vertex within the main primitive.
284 [eq]#v~0~# is the first vertex in the provided data and [eq]#p~0~# is the
363 consecutive vertex defines a single point primitive, according to the
368 As there is only one vertex, that vertex is the provoking vertex.
393 provoking vertex for [eq]#p~i~# is [eq]#v~2i~#.
399 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
410 line primitive is defined by each vertex and the following vertex, according
425 provoking vertex for [eq]#p~i~# is [eq]#v~i~#.
431 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
457 provoking vertex for [eq]#p~i~# is [eq]#v~3i~#.
463 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
474 one triangle primitive is defined by each vertex and the two vertices that
489 provoking vertex for [eq]#p~i~# is [eq]#v~i~#.
495 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
513 triangle primitives are defined around a shared common vertex, according to
528 provoking vertex for [eq]#p~i~# is [eq]#v~i+1~#.
534 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
576 provoking vertex for [eq]#p~i~# is [eq]#v~4i+1~#.
582 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
594 with adjacency is defined by each vertex and the following vertex, according
613 provoking vertex for [eq]#p~i~# is [eq]#v~i+1~#.
619 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
651 provoking vertex for [eq]#p~i~# is [eq]#v~6i~#.
657 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
669 primitive with adjacency is defined by each vertex and the following 5
711 provoking vertex for [eq]#p~i~# is always [eq]#v~2i~#.
717 ename:VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT, the provoking vertex for
736 Patch lists are never passed to <<vertexpostproc, vertex post-processing>>,
737 and as such no provoking vertex is defined for patch primitives.
798 Once primitives are assembled, they proceed to the vertex shading stage of
801 to the vertex shading stage multiple times, once for each instance.
803 It is implementation-dependent whether vertex shading occurs on vertices
808 Vertex shading receives two per-vertex inputs from the primitive assembly
815 the vertex shader.
818 specifying the vertex attributes indexed by code:vertexIndex, as well as
819 binding vertex buffers containing those attributes to a command buffer).
836 use this to compute the code:vertexIndex value for the vertex shader.
958 * pname:firstVertex is the index of the first vertex to draw.
962 primitive topology and pname:vertexCount consecutive vertex indices with the
992 * pname:vertexOffset is the value added to the vertex index before
993 indexing into the vertex buffer.
1005 The first vertex index is at an offset of [eq]#pname:firstIndex {times}
1052 with vertex information to be drawn.
1107 vertex index before indexing into the vertex buffer.
1151 * pname:firstVertex is the first vertex to draw.
1168 * pname:vertexOffset is the value added to the vertex index before
1169 indexing into the vertex buffer for indexed multidraws.
1239 * pname:firstVertex is the index of the first vertex to draw.
1248 For a given vertex buffer binding, any attribute data fetched must: be
1249 entirely contained within the corresponding vertex buffer binding, as
1399 * pname:vertexOffset is the value added to the vertex index before
1400 indexing into the vertex buffer.
1410 For a given vertex buffer binding, any attribute data fetched must: be
1411 entirely contained within the corresponding vertex buffer binding, as
1503 It is possible to draw vertex data that was previously captured during
1505 one or more of the transform feedback buffers as vertex buffers.
1507 feedback buffers and vertex buffers to ensure all writes to the transform
1508 feedback buffers are visible when the data is read as vertex attributes.
1514 flink:vkCmdEndTransformFeedbackEXT can: be used to determine the vertex
1524 …ctByteCountEXT',desc='Draw primitives with indirect parameters where the vertex count is derived f…
1528 To record a non-indexed draw call, where the vertex count is based on a byte
1529 count read from a buffer and the passed in vertex stride parameter, call:
1540 byte count, which is used to calculate the vertex count for this draw
1545 vertex data that is used to calculate the vertex count from the counter