Lines Matching refs:feedback
23 <<queries-video-encode-feedback, Video Encode Feedback Queries>>
31 <<queries-transform-feedback, Transform Feedback Queries>> are supported if
282 <<queries-transform-feedback, transform feedback query>>.
321 <<queries-video-encode-feedback, video encode feedback query>>.
981 transform feedback queries,
990 video encode feedback queries,
1026 Transform feedback queries write two integers; the first integer is the
1028 feedback buffer and the second is the number of primitives output to the
1031 In other words, if the transform feedback buffer was sized too small for
1034 the number that would have been written if all the transform feedback
1039 the vertex stream, regardless of whether transform feedback is active or
1040 not, or whether they were successfully captured by transform feedback or
1042 This is identical to the second integer of the transform feedback
1043 queries if transform feedback is active.
1049 Video encode feedback queries write one or more integer values for each
1052 when the pool is created, and the feedback values are written in bit
1054 <<queries-video-encode-feedback,here>>.
2070 [[queries-transform-feedback]]
2073 Transform feedback queries track the number of primitives attempted to be
2075 transform feedback buffer.
2076 This query is updated during drawing commands while transform feedback is
2079 attempted to be written if the bound transform feedback buffer size was too
2081 Primitives are not written beyond the bound range of the transform feedback
2083 A transform feedback query is begun and ended by calling
2087 used to begin and end transform feedback queries for any supported vertex
2089 When a transform feedback query begins, the count of primitives written and
2092 outputs are captured to the transform feedback buffers while transform
2093 feedback is active.
2095 When a transform feedback query finishes, the result for that query is
2109 that stream reaches the transform feedback stage, whether or not transform
2110 feedback is active.
2183 [[queries-video-encode-feedback]]
2186 Video encode feedback queries allow the application to capture feedback
2188 As such, video encode feedback queries are available on queue families
2190 The availability of individual video encode feedback values is indicated by
2196 The set of enabled video encode feedback values must: be configured on the
2201 …eFeedbackCreateInfoKHR',desc='Structure specifying enabled video encode feedback values',type='str…
2213 enabled video encode feedback values captured by queries of the new
2219 …eoEncodeFeedbackFlagBitsKHR',desc='Bits specifying queried video encode feedback values',type='enu…
2223 for video encode feedback query pools are:
2243 When retrieving the results of video encode feedback queries, the values
2244 corresponding to each enabled video encode feedback are written in the order