Lines Matching refs:feedback

13   * Transform feedback (see <<vertexpostproc-transform-feedback,Transform
49 [[vertexpostproc-transform-feedback]]
55 stage>> can: be written out to one or more transform feedback buffers bound
61 corresponding transform feedback buffers bound to the command buffer when
62 transform feedback is active.
63 Transform feedback buffers are bound to the command buffer by using
65 Transform feedback is made active by calling
71 transform feedback.
74 feedback stage while transform feedback is active, the values of the
76 bound transform feedback buffers.
77 After activating transform feedback, the values of the first assembled
79 feedback buffers, and subsequent primitives are appended to the buffer.
81 parameters are specified, the starting points within the transform feedback
147 When capturing vertices, the stride associated with each transform feedback
149 of bytes of storage reserved for each vertex in the transform feedback
153 associated transform feedback buffer.
159 If any component of an output with an assigned transform feedback offset was
166 with an output variable with an assigned transform feedback offset will be
169 When transform feedback is inactive, no vertices are recorded.
172 corresponding transform feedback buffer will start at the byte offset
182 All outputs assigned to a given transform feedback buffer are required to
185 The sizes of the transform feedback buffers are defined by the
189 If there is less space remaining in any of the transform feedback buffers
192 is recorded in any transform feedback buffer, and the value for the number
195 feedback buffers is no longer incremented.
198 feedback buffer is ignored.
200 [open,refpage='vkCmdBindTransformFeedbackBuffersEXT',desc='Bind transform feedback buffers to a com…
202 To bind transform feedback buffers to a command buffer for use in subsequent
209 * pname:firstBinding is the index of the first transform feedback binding
211 * pname:bindingCount is the number of transform feedback bindings whose
217 corresponding transform feedback buffer.
224 pname:pSizes replace the current state for the transform feedback binding
227 The transform feedback binding is updated to start at the offset indicated
267 Transform feedback must: not be active when the
274 [open,refpage='vkCmdBeginTransformFeedbackEXT',desc='Make transform feedback active in the command …
276 Transform feedback for specific transform feedback buffers is made active by
283 * pname:firstCounterBuffer is the index of the first transform feedback
291 from the start of the corresponding transform feedback buffer from where
295 feedback from the previous location.
296 If pname:pCounterBuffers is `NULL`, then transform feedback will start
298 feedback buffers.
300 transform feedback will start capturing vertex data to byte zero in the
301 corresponding bound transform feedback buffer.
308 feedback to this buffer.
312 The active transform feedback buffers will capture primitives emitted from
315 feedback buffer will not be captured.
323 Transform feedback must: not be active
358 Transform feedback must: not be made active in a render pass instance
366 [open,refpage='vkCmdEndTransformFeedbackEXT',desc='Make transform feedback inactive in the command …
368 Transform feedback for specific transform feedback buffers is made inactive
375 * pname:firstCounterBuffer is the index of the first transform feedback
383 each transform feedback buffer where the next vertex output data would
386 call to resume transform feedback capture from this position.
395 the transform feedback buffer binding where the next vertex data would
406 Transform feedback must: be active