Home
last modified time | relevance | path

Searched refs:VK_RESOLVE_MODE_AVERAGE_BIT (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_blit_resolve.c144 case VK_RESOLVE_MODE_AVERAGE_BIT: in build_tex_resolve()
186 if (resolve_mode == VK_RESOLVE_MODE_AVERAGE_BIT) in build_tex_resolve()
861 resolve_mode = VK_RESOLVE_MODE_AVERAGE_BIT; in vk_meta_resolve_image2()
Dvk_render_pass.c1696 color_attachment->resolveMode = VK_RESOLVE_MODE_AVERAGE_BIT; in begin_subpass()
1706 color_attachment->resolveMode = VK_RESOLVE_MODE_AVERAGE_BIT; in begin_subpass()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc309 .resolveMode = VK_RESOLVE_MODE_AVERAGE_BIT,
318 .resolveMode = VK_RESOLVE_MODE_AVERAGE_BIT,
DVK_KHR_dynamic_rendering.adoc119 `resolveMode` for color attachments must be `VK_RESOLVE_MODE_NONE` or `VK_RESOLVE_MODE_AVERAGE_BIT`.
364 .resolveMode = VK_RESOLVE_MODE_AVERAGE_BIT,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h5092 case VK_RESOLVE_MODE_AVERAGE_BIT: in string_VkResolveModeFlagBits()
6362 case VK_RESOLVE_MODE_AVERAGE_BIT: in string_VkResolveModeFlagBitsKHR()
Dvulkansc_enums.hpp2864 eAverage = VK_RESOLVE_MODE_AVERAGE_BIT,
Dvulkan_enums.hpp4182 eAverage = VK_RESOLVE_MODE_AVERAGE_BIT,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc798 ename:VK_RESOLVE_MODE_AVERAGE_BIT
5442 * ename:VK_RESOLVE_MODE_AVERAGE_BIT indicates that result of the resolve
5468 If no resolve mode is otherwise specified, ename:VK_RESOLVE_MODE_AVERAGE_BIT
Dlimits.adoc2571 ename:VK_RESOLVE_MODE_AVERAGE_BIT must: not be included in the set.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5833 VK_RESOLVE_MODE_AVERAGE_BIT = 0x00000002, enumerator
5838 VK_RESOLVE_MODE_AVERAGE_BIT_KHR = VK_RESOLVE_MODE_AVERAGE_BIT,