Home
last modified time | relevance | path

Searched refs:multisampledRenderToSingleSampledEnable (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc114 VkBool32 multisampledRenderToSingleSampledEnable;
264 .multisampledRenderToSingleSampledEnable = VK_TRUE,
348 .multisampledRenderToSingleSampledEnable = VK_TRUE,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c479 if (mrtss && !mrtss->multisampledRenderToSingleSampledEnable) in vk_common_CreateRenderPass2()
730 assert(mrtss->multisampledRenderToSingleSampledEnable); in vk_common_CreateRenderPass2()
733 .multisampledRenderToSingleSampledEnable = VK_TRUE, in vk_common_CreateRenderPass2()
1037 if (subpass->mrtss.multisampledRenderToSingleSampledEnable) in vk_get_command_buffer_inheritance_as_rendering_resume()
1701 } else if (subpass->mrtss.multisampledRenderToSingleSampledEnable && in begin_subpass()
1837 (subpass->mrtss.multisampledRenderToSingleSampledEnable && in begin_subpass()
2152 if (subpass->mrtss.multisampledRenderToSingleSampledEnable) in begin_subpass()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc811 pname:multisampledRenderToSingleSampledEnable field equal to
822 pname:multisampledRenderToSingleSampledEnable field equal to
831 pname:multisampledRenderToSingleSampledEnable field equal to
3805 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
3814 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
4036 pname:multisampledRenderToSingleSampledEnable field is ename:VK_TRUE,
4043 pname:multisampledRenderToSingleSampledEnable field is ename:VK_TRUE,
4053 pname:multisampledRenderToSingleSampledEnable field is ename:VK_TRUE,
4063 pname:multisampledRenderToSingleSampledEnable field is ename:VK_TRUE,
4075 pname:multisampledRenderToSingleSampledEnable field is ename:VK_TRUE,
[all …]
Dfragops.adoc2376 the pname:multisampledRenderToSingleSampledEnable field equal to
Dpipelines.adoc2254 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1271 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
2008 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15838 VkBool32 multisampledRenderToSingleSampledEnable; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6373 …_COMBINE( seed, multisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable ); in operator ()()