Home
last modified time | relevance | path

Searched refs:Feedback (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/main/
Dfeedback.c62 ctx->Feedback.BufferSize = 0; in _mesa_FeedbackBuffer()
68 ctx->Feedback._Mask = 0; in _mesa_FeedbackBuffer()
71 ctx->Feedback._Mask = FB_3D; in _mesa_FeedbackBuffer()
74 ctx->Feedback._Mask = (FB_3D | FB_COLOR); in _mesa_FeedbackBuffer()
77 ctx->Feedback._Mask = (FB_3D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer()
80 ctx->Feedback._Mask = (FB_3D | FB_4D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer()
88 ctx->Feedback.Type = type; in _mesa_FeedbackBuffer()
89 ctx->Feedback.BufferSize = size; in _mesa_FeedbackBuffer()
90 ctx->Feedback.Buffer = buffer; in _mesa_FeedbackBuffer()
91 ctx->Feedback.Count = 0; /* Because of this. */ in _mesa_FeedbackBuffer()
[all …]
Dfeedback.h60 if (ctx->Feedback.Count < ctx->Feedback.BufferSize) { in _mesa_feedback_token()
61 ctx->Feedback.Buffer[ctx->Feedback.Count] = token; in _mesa_feedback_token()
63 ctx->Feedback.Count++; in _mesa_feedback_token()
Dgetstring.c294 *params = ctx->Feedback.Buffer; in _get_vao_pointerv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DTransformFeedback.md1 # Transform Feedback implementation on Metal back-end
4 - OpenGL ES 3.0 introduces Transform Feedback as a way to capture vertex outputs to buffers before
6 - Metal doesn't support Transform Feedback natively but it is possible to be emulated using Compute
11 brings challenges to implement Transform Feedback when `GL_RASTERIZER_DISCARD` is not enabled,
12 because in that case, by right OpenGL will do both the Transform Feedback and rasterization
16 - Transform Feedback will be implemented by inserting additional code snippet to write vertex's
19 - When Transform Feedback ends, a memory barrier must be inserted because the XFB buffers could be
23 - In order to support Transform Feedback capturing and rasterization at the same time, the draw call
33 - If `GL_RASTERIZER_DISCARD` is enabled when Transform Feedback is enabled:
38 - If `GL_RASTERIZER_DISCARD` is enabled and Transform Feedback is NOT enabled, we cannot disable
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dfeedback_test.dart25 group('Feedback on Android', () {
45 return () => Feedback.forTap(context);
79 return Feedback.wrapForTap(callback, context);
109 return () => Feedback.forLongPress(context);
141 return Feedback.wrapForLongPress(callback, context);
168 group('Feedback on iOS', () {
174 return () => Feedback.forTap(context);
190 return () => Feedback.forLongPress(context);
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dfeedback.dart40 /// onTap: Feedback.wrapForTap(_onTapHandler, context),
41 /// onLongPress: Feedback.wrapForLongPress(_onLongPressHandler, context),
68 /// Feedback.forTap(context);
73 /// Feedback.forLongPress(context);
82 class Feedback {
83 Feedback._();
118 Feedback.forTap(context);
158 Feedback.forLongPress(context);
/third_party/skia/third_party/externals/tint/src/reader/spirv/
DREADME.md29 ## Feedback section in SPIR-V Reader
/third_party/openGLES/extensions/IMG/
DIMG_texture_filter_cubic.txt102 Add a section immediately before "Rendering Feedback Loops" that describes
161 Modify the last bullet point in the "Rendering Feedback Loops" subsection to
267 -- Section 4.4.3 "Feedback Loops Between Textures and the Framebuffer"
269 Modify the last two bullet points in "Rendering Feedback Loops" after "while
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_filter_cubic.txt102 Add a section immediately before "Rendering Feedback Loops" that describes
161 Modify the last bullet point in the "Rendering Feedback Loops" subsection to
267 -- Section 4.4.3 "Feedback Loops Between Textures and the Framebuffer"
269 Modify the last two bullet points in "Rendering Feedback Loops" after "while
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20140325.md23 * Transform Feedback
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20140325.md23 * Transform Feedback
/third_party/mesa3d/docs/relnotes/
D7.5.1.rst51 - Selection/Feedback mode didn't handle polygon culling correctly (bug
D18.1.3.rst46 - Correct Transform Feedback Varyings information is expected after
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DTransformFeedbackViaExtension.md1 # Transform Feedback via extension
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md52 ## Feedback!
/third_party/openGLES/extensions/ARB/
DARB_occlusion_query2.txt350 list them as Transform Feedback Queries and Occlusion Queries.
361 Transform Feedback Queries (target TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN)
366 and list them as Primitive Queries (section 2.17), Transform Feedback
370 Primitive Queries and Transform Feedback.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_occlusion_query2.txt340 list them as Transform Feedback Queries and Occlusion Queries.
351 Transform Feedback Queries (target TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN)
356 and list them as Primitive Queries (section 2.17), Transform Feedback
360 Primitive Queries and Transform Feedback.
DARB_texture_barrier.txt53 Modify Section 9.3.1 Rendering Feedback Loops, p. 289
/third_party/openssl/doc/man7/
Ddes_modes.pod74 =head2 Cipher Feedback Mode (CFB)
121 =head2 Output Feedback Mode (OFB)
/third_party/skia/site/
Dconfig.toml129 # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google A…
131 # If you want this feature, but occasionally need to remove the "Feedback" section from a single pa…
/third_party/skia/third_party/externals/oboe/samples/
DREADME.md36 - [Android Tools Feedback](http://tools.android.com/feedback)
/third_party/openGLES/extensions/MESA/
DMESA_tile_raster_order.txt67 Modify Section 9.3.1 Rendering Feedback Loops, p. 289
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_tile_raster_order.txt67 Modify Section 9.3.1 Rendering Feedback Loops, p. 289
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_draw_transform_feedback.txt73 Add new section 12.1.3 Transform Feedback Draw Operations
/third_party/openGLES/extensions/EXT/
DEXT_draw_transform_feedback.txt73 Add new section 12.1.3 Transform Feedback Draw Operations

1234567