Home
last modified time | relevance | path

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

1234567

/third_party/mesa3d/src/mesa/main/
Dfeedback.c66 ctx->Feedback.BufferSize = 0; in _mesa_FeedbackBuffer()
72 ctx->Feedback._Mask = 0; in _mesa_FeedbackBuffer()
75 ctx->Feedback._Mask = FB_3D; in _mesa_FeedbackBuffer()
78 ctx->Feedback._Mask = (FB_3D | FB_COLOR); in _mesa_FeedbackBuffer()
81 ctx->Feedback._Mask = (FB_3D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer()
84 ctx->Feedback._Mask = (FB_3D | FB_4D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer()
92 ctx->Feedback.Type = type; in _mesa_FeedbackBuffer()
93 ctx->Feedback.BufferSize = size; in _mesa_FeedbackBuffer()
94 ctx->Feedback.Buffer = buffer; in _mesa_FeedbackBuffer()
95 ctx->Feedback.Count = 0; /* Because of this. */ in _mesa_FeedbackBuffer()
[all …]
Dfeedback.h41 if (ctx->Feedback.Count < ctx->Feedback.BufferSize) { in _mesa_feedback_token()
42 ctx->Feedback.Buffer[ctx->Feedback.Count] = token; in _mesa_feedback_token()
44 ctx->Feedback.Count++; in _mesa_feedback_token()
Dgetstring.c299 *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/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_subpass_merge_feedback/
Drenderpass.adoc8 == Render Pass Creation Feedback
56 [open,refpage='VkRenderPassCreationFeedbackInfoEXT',desc='Feedback about the creation of a render p…
69 Feedback about the creation of a subpass can: be obtained by including a
86 [open,refpage='VkRenderPassSubpassFeedbackInfoEXT',desc='Feedback about the creation of subpass',ty…
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_pipeline_creation_feedback/
Dpipelines.adoc9 == Pipeline Creation Feedback
13 Feedback about the creation of a particular pipeline object can: be obtained
74 [open,refpage='VkPipelineCreationFeedback',desc='Feedback about the creation of a pipeline or pipel…
Dpipelines.txt7 == Pipeline Creation Feedback
11 Feedback about the creation of a particular pipeline object can: be obtained
90 [open,refpage='VkPipelineCreationFeedbackEXT',desc='Feedback about the creation of a pipeline or pi…
/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/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/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_mesh_common.adoc18 <<queries-transform-feedback, Transform Feedback Queries>> must: not be
/third_party/skia/third_party/externals/tint/src/reader/spirv/
DREADME.md29 ## Feedback section in SPIR-V Reader
/third_party/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
/third_party/node/deps/v8/src/objects/
Dfeedback-vector-inl.h268 template <CompareOperationFeedback::Type Feedback>
270 return !(type_feedback & ~Feedback); in Is()
/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.
/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/angle2/src/libANGLE/renderer/vulkan/doc/
DTransformFeedbackViaExtension.md1 # Transform Feedback via extension
/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
DEXT_transform_feedback2.txt112 Section 2.Y.1, Transform Feedback Objects
177 Section 2.Y.2, Transform Feedback Primitive Capture
226 Transform Feedback
366 Section 2.Y.3, Transform Feedback Draw Operations
412 (Add to the "Transform Feedback" query section added by the
518 (Add a new table: Table 6.X, Transform Feedback Object State)
/third_party/openGLES/extensions/EXT/
DEXT_draw_transform_feedback.txt73 Add new section 12.1.3 Transform Feedback Draw Operations

1234567