Searched refs:depthStencilAttachmentSamples (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 192 VkSampleCountFlagBits depthStencilAttachmentSamples;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 703 .depthStencilAttachmentSamples = depth_stencil_samples, in vk_common_CreateRenderPass2()
|
D | vk_graphics_state.c | 1135 rp->depth_stencil_attachment_samples = asc_info->depthStencilAttachmentSamples; in vk_render_pass_state_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 1512 * pname:depthStencilAttachmentSamples is a elink:VkSampleCountFlagBits 3084 pname:depthStencilAttachmentSamples member of the 3099 pname:depthStencilAttachmentSamples member of the
|
D | pipelines.adoc | 3358 * [[VUID-VkGraphicsPipelineCreateInfo-depthStencilAttachmentSamples-06593]] 3360 interface state>> and the pname:depthStencilAttachmentSamples member of
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1211 pname:depthStencilAttachmentSamples member of 1223 pname:depthStencilAttachmentSamples member of
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 10905 vkStream->write((VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD() 10930 vkStream->read((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7368 memcpy(*ptr, (VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in reservedmarshal_VkAttachmentSampleCountInfoAMD()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 14004 vkStream->write((VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD() 14039 vkStream->read((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
|
D | goldfish_vk_reserved_marshaling.cpp | 10796 memcpy((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, *ptr, in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8434 VkSampleCountFlagBits depthStencilAttachmentSamples; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 1076 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleCountInfoAMD.depthStencilAttachmentSamples ); in operator ()()
|