Home
last modified time | relevance | path

Searched refs:pColorAttachmentSamples (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc191 const VkSampleCountFlagBits* pColorAttachmentSamples;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c702 .pColorAttachmentSamples = color_samples, in vk_common_CreateRenderPass2()
Dvk_graphics_state.c1132 rp->color_attachment_samples[i] = asc_info->pColorAttachmentSamples[i]; in vk_render_pass_state_init()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp6792 to->pColorAttachmentSamples = nullptr; in deepcopy_VkAttachmentSampleCountInfoAMD()
6793 if (from->pColorAttachmentSamples) { in deepcopy_VkAttachmentSampleCountInfoAMD()
6794 to->pColorAttachmentSamples = (VkSampleCountFlagBits*)alloc->dupArray( in deepcopy_VkAttachmentSampleCountInfoAMD()
6795 from->pColorAttachmentSamples, in deepcopy_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_marshaling.cpp13998 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentSamples; in marshal_VkAttachmentSampleCountInfoAMD()
14000 if (forMarshaling->pColorAttachmentSamples) { in marshal_VkAttachmentSampleCountInfoAMD()
14001 vkStream->write((const VkSampleCountFlagBits*)forMarshaling->pColorAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD()
14030 forUnmarshaling->pColorAttachmentSamples = in unmarshal_VkAttachmentSampleCountInfoAMD()
14032 if (forUnmarshaling->pColorAttachmentSamples) { in unmarshal_VkAttachmentSampleCountInfoAMD()
14034 (void**)&forUnmarshaling->pColorAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
14036 vkStream->read((VkSampleCountFlagBits*)forUnmarshaling->pColorAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_reserved_marshaling.cpp10785 memcpy((VkSampleCountFlagBits**)&forUnmarshaling->pColorAttachmentSamples, (*ptr), 8); in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
10786 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pColorAttachmentSamples); in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
10788 if (forUnmarshaling->pColorAttachmentSamples) { in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
10790 (void**)&forUnmarshaling->pColorAttachmentSamples, in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
10792 memcpy((VkSampleCountFlagBits*)forUnmarshaling->pColorAttachmentSamples, *ptr, in reservedunmarshal_VkAttachmentSampleCountInfoAMD()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp6585 to->pColorAttachmentSamples = nullptr; in deepcopy_VkAttachmentSampleCountInfoAMD()
6586 if (from->pColorAttachmentSamples) { in deepcopy_VkAttachmentSampleCountInfoAMD()
6587 to->pColorAttachmentSamples = (VkSampleCountFlagBits*)alloc->dupArray( in deepcopy_VkAttachmentSampleCountInfoAMD()
6588 from->pColorAttachmentSamples, in deepcopy_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_marshaling_guest.cpp10899 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentSamples; in marshal_VkAttachmentSampleCountInfoAMD()
10901 if (forMarshaling->pColorAttachmentSamples) { in marshal_VkAttachmentSampleCountInfoAMD()
10902 vkStream->write((const VkSampleCountFlagBits*)forMarshaling->pColorAttachmentSamples, in marshal_VkAttachmentSampleCountInfoAMD()
10921 if (forUnmarshaling->pColorAttachmentSamples) { in unmarshal_VkAttachmentSampleCountInfoAMD()
10927 vkStream->read((VkSampleCountFlagBits*)forUnmarshaling->pColorAttachmentSamples, in unmarshal_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_reserved_marshaling_guest.cpp7359 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentSamples; in reservedmarshal_VkAttachmentSampleCountInfoAMD()
7363 if (forMarshaling->pColorAttachmentSamples) { in reservedmarshal_VkAttachmentSampleCountInfoAMD()
7364 memcpy(*ptr, (const VkSampleCountFlagBits*)forMarshaling->pColorAttachmentSamples, in reservedmarshal_VkAttachmentSampleCountInfoAMD()
Dgoldfish_vk_counting_guest.cpp5773 if (toCount->pColorAttachmentSamples) { in count_VkAttachmentSampleCountInfoAMD()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc1509 * pname:pColorAttachmentSamples is a pointer to an array of
3069 element of the pname:pColorAttachmentSamples member of the
Dpipelines.adoc3352 * [[VUID-VkGraphicsPipelineCreateInfo-pColorAttachmentSamples-06592]]
3354 interface state>>, elements of the pname:pColorAttachmentSamples member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1200 pname:pColorAttachmentSamples member of
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8433 const VkSampleCountFlagBits* pColorAttachmentSamples; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1075 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleCountInfoAMD.pColorAttachmentSamples ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3067 pname:colorAttachmentCount and pname:pColorAttachmentSamples (internal