Searched refs:multisampledRenderToSingleSampledEnable (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 114 VkBool32 multisampledRenderToSingleSampledEnable; 264 .multisampledRenderToSingleSampledEnable = VK_TRUE, 348 .multisampledRenderToSingleSampledEnable = VK_TRUE,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 479 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/ |
D | renderpass.adoc | 811 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 …]
|
D | fragops.adoc | 2376 the pname:multisampledRenderToSingleSampledEnable field equal to
|
D | pipelines.adoc | 2254 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1271 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE, 2008 pname:multisampledRenderToSingleSampledEnable equal to ename:VK_TRUE,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 15838 VkBool32 multisampledRenderToSingleSampledEnable; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 6373 …_COMBINE( seed, multisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable ); in operator ()()
|