Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_attachment_feedback_loop_dynamic_state.adoc10 This document proposes adding support for setting attachment feedback loops dynamically.
14 VK_EXT_attachment_feedback_loop_layout added functionality for handling feedback loops as a static …
16 state for attachment feedback loops.
46 `vkCmdSetAttachmentFeedbackLoopEnableEXT` can then be used to dynamically enable feedback loops on …
DVK_EXT_attachment_feedback_loop_layout.adoc20 `VK_IMAGE_LAYOUT_GENERAL` for feedback loops against the specification.
39 . Require image copies for feedback loops used in this manner
44 . Add a new `VkImageLayout` that supports attachment feedback loops.
48 …t, `VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT`, that supports attachment feedback loops.
DVK_EXT_swapchain_maintenance1.adoc111 (wait, in addition to query), as well as fitting better with event loops, other
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dextdependency.py199 for loop in range(args.loops):
205 print('Total time = {} time/loop = {}'.format(deltaT, deltaT / args.loops))
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_attachment_feedback_loop_dynamic_state.adoc22 This extension adds support for setting attachment feedback loops
DVK_EXT_color_write_enable.adoc24 colorWriteMask, such as selectively disabling writes to avoid feedback loops
DVK_EXT_display_control.adoc34 native object that could be inserted into standard run loops on POSIX and
DVK_EXT_full_screen_exclusive.adoc88 result in never- terminating surface creation loops.
/hardware/interfaces/nfc/1.0/vts/functional/
DVtsHalNfcV1_0TargetTest.cpp369 for (int loops = 0; loops < NUMBER_LOOPS; loops++) { in TEST_P() local
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal37 * | | | tracking loops typically |
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME83 - Classes that impose an implementation burden on clients such as event loops,
/hardware/interfaces/audio/common/6.0/
Dtypes.hal96 /** Specifies the minimum value for use in checks and loops. */
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2963 …ttachmentFeedbackLoopEnableEXT',desc='Specify whether attachment feedback loops are enabled dynami…
2976 loops will be enabled.
2978 have feedback loops disabled.
Dfeatures.adoc3772 …opDynamicStateFeaturesEXT',desc='Structure describing if dynamic feedback loops can be used',type=…
3786 feedback loops are supported.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc785 * Clarify common draw VUs for attachment read feedback loops (internal