Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentSamples (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc192 VkSampleCountFlagBits depthStencilAttachmentSamples;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c703 .depthStencilAttachmentSamples = depth_stencil_samples, in vk_common_CreateRenderPass2()
Dvk_graphics_state.c1135 rp->depth_stencil_attachment_samples = asc_info->depthStencilAttachmentSamples; in vk_render_pass_state_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc1512 * pname:depthStencilAttachmentSamples is a elink:VkSampleCountFlagBits
3084 pname:depthStencilAttachmentSamples member of the
3099 pname:depthStencilAttachmentSamples member of the
Dpipelines.adoc3358 * [[VUID-VkGraphicsPipelineCreateInfo-depthStencilAttachmentSamples-06593]]
3360 interface state>> and the pname:depthStencilAttachmentSamples member of
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1211 pname:depthStencilAttachmentSamples member of
1223 pname:depthStencilAttachmentSamples member of
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp10905 vkStream->write((VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD()
10930 vkStream->read((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_reserved_marshaling_guest.cpp7368 memcpy(*ptr, (VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in reservedmarshal_VkAttachmentSampleCountInfoAMD()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14004 vkStream->write((VkSampleCountFlagBits*)&forMarshaling->depthStencilAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD()
14039 vkStream->read((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_reserved_marshaling.cpp10796 memcpy((VkSampleCountFlagBits*)&forUnmarshaling->depthStencilAttachmentSamples, *ptr, in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8434 VkSampleCountFlagBits depthStencilAttachmentSamples; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1076 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleCountInfoAMD.depthStencilAttachmentSamples ); in operator ()()