Home
last modified time | relevance | path

Searched refs:pAttachments (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp1081 to->pAttachments = nullptr; in deepcopy_VkPipelineColorBlendStateCreateInfo()
1082 if (from->pAttachments) in deepcopy_VkPipelineColorBlendStateCreateInfo()
1084 …to->pAttachments = (VkPipelineColorBlendAttachmentState*)pool->alloc(from->attachmentCount * sizeo… in deepcopy_VkPipelineColorBlendStateCreateInfo()
1088 …neColorBlendAttachmentState(pool, from->pAttachments + i, (VkPipelineColorBlendAttachmentState*)(t… in deepcopy_VkPipelineColorBlendStateCreateInfo()
1453 to->pAttachments = nullptr; in deepcopy_VkFramebufferCreateInfo()
1454 if (from->pAttachments) in deepcopy_VkFramebufferCreateInfo()
1456 …to->pAttachments = (VkImageView*)pool->dupArray(from->pAttachments, from->attachmentCount * sizeof… in deepcopy_VkFramebufferCreateInfo()
1551 to->pAttachments = nullptr; in deepcopy_VkRenderPassCreateInfo()
1552 if (from->pAttachments) in deepcopy_VkRenderPassCreateInfo()
1554 …to->pAttachments = (VkAttachmentDescription*)pool->alloc(from->attachmentCount * sizeof(const VkAt… in deepcopy_VkRenderPassCreateInfo()
[all …]
Dgoldfish_vk_handlemap_guest.cpp806 if (toMap->pAttachments) in handlemap_VkPipelineColorBlendStateCreateInfo()
810 …orBlendAttachmentState(handlemap, (VkPipelineColorBlendAttachmentState*)(toMap->pAttachments + i)); in handlemap_VkPipelineColorBlendStateCreateInfo()
1093 if (toMap->pAttachments) in handlemap_VkFramebufferCreateInfo()
1095 … handlemap->mapHandles_VkImageView((VkImageView*)toMap->pAttachments, toMap->attachmentCount); in handlemap_VkFramebufferCreateInfo()
1166 if (toMap->pAttachments) in handlemap_VkRenderPassCreateInfo()
1170 … handlemap_VkAttachmentDescription(handlemap, (VkAttachmentDescription*)(toMap->pAttachments + i)); in handlemap_VkRenderPassCreateInfo()
3013 if (toMap->pAttachments) in handlemap_VkRenderPassCreateInfo2KHR()
3017 …ap_VkAttachmentDescription2KHR(handlemap, (VkAttachmentDescription2KHR*)(toMap->pAttachments + i)); in handlemap_VkRenderPassCreateInfo2KHR()
Dgoldfish_vk_transform_guest.cpp1521 if (toTransform->pAttachments) in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1525 …hmentState(resourceTracker, (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1540 if (toTransform->pAttachments) in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
1544 …hmentState(resourceTracker, (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
2175 if (toTransform->pAttachments) in transform_tohost_VkRenderPassCreateInfo()
2179 …kAttachmentDescription(resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo()
2208 if (toTransform->pAttachments) in transform_fromhost_VkRenderPassCreateInfo()
2212 …kAttachmentDescription(resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo()
5709 if (toTransform->pAttachments) in transform_tohost_VkRenderPassCreateInfo2KHR()
5713 …entDescription2KHR(resourceTracker, (VkAttachmentDescription2KHR*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo2KHR()
[all …]
DVkEncoder.h617 const VkClearAttachment* pAttachments,
Dgoldfish_vk_marshaling_guest.cpp2185 …mentState(vkStream, (const VkPipelineColorBlendAttachmentState*)(forMarshaling->pAttachments + i)); in marshal_VkPipelineColorBlendStateCreateInfo()
2202 …tachmentState(vkStream, (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
3066 …vkStream->handleMapping()->mapHandles_VkImageView_u64(forMarshaling->pAttachments, cgen_var_133, f… in marshal_VkFramebufferCreateInfo()
3090 …pHandles_u64_VkImageView(cgen_var_135, (VkImageView*)forUnmarshaling->pAttachments, forUnmarshalin… in unmarshal_VkFramebufferCreateInfo()
3261 …AttachmentDescription(vkStream, (const VkAttachmentDescription*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo()
3285 …l_VkAttachmentDescription(vkStream, (VkAttachmentDescription*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo()
6887 …ntDescription2KHR(vkStream, (const VkAttachmentDescription2KHR*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo2KHR()
6913 …chmentDescription2KHR(vkStream, (VkAttachmentDescription2KHR*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo2KHR()
DVkEncoder.cpp9028 const VkClearAttachment* pAttachments, in vkCmdClearAttachments() argument
9048 if (pAttachments) in vkCmdClearAttachments()
9053 … deepcopy_VkClearAttachment(pool, pAttachments + i, (VkClearAttachment*)(local_pAttachments + i)); in vkCmdClearAttachments()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1404 const VkClearAttachment* pAttachments, in entry_vkCmdClearAttachments() argument
1411 vkEnc->vkCmdClearAttachments(commandBuffer, attachmentCount, pAttachments, rectCount, pRects); in entry_vkCmdClearAttachments()