Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c58 &pass_info->pAttachments[reference2[i].attachment]; in translate_references()
125 .flags = pCreateInfo->pAttachments[i].flags, in vk_common_CreateRenderPass()
126 .format = pCreateInfo->pAttachments[i].format, in vk_common_CreateRenderPass()
127 .samples = pCreateInfo->pAttachments[i].samples, in vk_common_CreateRenderPass()
128 .loadOp = pCreateInfo->pAttachments[i].loadOp, in vk_common_CreateRenderPass()
129 .storeOp = pCreateInfo->pAttachments[i].storeOp, in vk_common_CreateRenderPass()
130 .stencilLoadOp = pCreateInfo->pAttachments[i].stencilLoadOp, in vk_common_CreateRenderPass()
131 .stencilStoreOp = pCreateInfo->pAttachments[i].stencilStoreOp, in vk_common_CreateRenderPass()
132 .initialLayout = pCreateInfo->pAttachments[i].initialLayout, in vk_common_CreateRenderPass()
133 .finalLayout = pCreateInfo->pAttachments[i].finalLayout, in vk_common_CreateRenderPass()
[all …]
Dvk_framebuffer.c62 framebuffer->attachments[i] = pCreateInfo->pAttachments[i]; in vk_common_CreateFramebuffer()
Dvk_meta.c480 .pAttachments = cb_att, in vk_meta_create_graphics_pipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_fragment_density_map.adoc148 .pAttachments = pAttachments, // Includes fdmImageView at fdmAttachmentIdx
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp149 .pAttachments = &colorAttachmentDescription, in createRenderPass()
256 .pAttachments = &pipelineColorBlendAttachmentState, in createPipeline()
421 .pAttachments = attachments.data(), in TEST_P()
447 .pAttachments = attachments.data(), in TEST_P()
586 .pAttachments = attachments.data(), in TEST_P()
763 .pAttachments = attachments.data(), in TEST_P()
987 .pAttachments = attachments.data(), in TEST_P()
1156 .pAttachments = attachments.data(), in TEST_P()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1453 * pname:pAttachments is a pointer to an array of pname:attachmentCount
1490 * [[VUID-VkRenderPassCreateInfo-pAttachments-00836]]
1491 For any member of pname:pAttachments with a pname:loadOp equal to
1496 * [[VUID-VkRenderPassCreateInfo-pAttachments-02511]]
1497 For any member of pname:pAttachments with a pname:stencilLoadOp equal to
1503 * [[VUID-VkRenderPassCreateInfo-pAttachments-01566]]
1504 For any member of pname:pAttachments with a pname:loadOp equal to
1508 * [[VUID-VkRenderPassCreateInfo-pAttachments-01567]]
1509 For any member of pname:pAttachments with a pname:stencilLoadOp equal to
1534 specified by the element of pname:pAttachments at pname:attachment
[all …]
Dclears.adoc253 * pname:attachmentCount is the number of entries in the pname:pAttachments
255 * pname:pAttachments is a pointer to an array of slink:VkClearAttachment
311 the pname:aspectMask member of any element of pname:pAttachments
320 the pname:aspectMask member of any element of pname:pAttachments
326 If the pname:aspectMask member of any element of pname:pAttachments
341 within every attachment that pname:pAttachments refers to, i.e. for each
366 the pname:aspectMask member of any element of pname:pAttachments must:
Dframebuffer.adoc77 pname:pAttachments.
87 * pname:pAttachments is a pointer to an array of
105 * [[VUID-VkPipelineColorBlendStateCreateInfo-pAttachments-00605]]
107 not enabled, all elements of pname:pAttachments must: be identical
121 * [[VUID-VkPipelineColorBlendStateCreateInfo-pAttachments-07353]]
129 pname:pAttachments must: be a valid pointer to an array of
1022 * [[VUID-VkPipelineColorWriteCreateInfoEXT-pAttachments-04801]]
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp257 .pAttachments = pipelineColorBlendAttachments.data(), in CanHandlePrecisionQualifierWithYuvSampler()
DVulkan.cpp909 .pAttachments = attachments.data(), in CreateFramebuffer()
927 .pAttachments = framebufferAttachments.data(), in CreateFramebuffer()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1383 to->pAttachments = nullptr; in deepcopy_VkPipelineColorBlendStateCreateInfo()
1384 if (from->pAttachments) { in deepcopy_VkPipelineColorBlendStateCreateInfo()
1385 to->pAttachments = (VkPipelineColorBlendAttachmentState*)alloc->alloc( in deepcopy_VkPipelineColorBlendStateCreateInfo()
1390 alloc, rootType, from->pAttachments + i, in deepcopy_VkPipelineColorBlendStateCreateInfo()
1391 (VkPipelineColorBlendAttachmentState*)(to->pAttachments + i)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
1836 to->pAttachments = nullptr; in deepcopy_VkFramebufferCreateInfo()
1837 if (from->pAttachments) { in deepcopy_VkFramebufferCreateInfo()
1838 to->pAttachments = (VkImageView*)alloc->dupArray( in deepcopy_VkFramebufferCreateInfo()
1839 from->pAttachments, from->attachmentCount * sizeof(const VkImageView)); in deepcopy_VkFramebufferCreateInfo()
1927 to->pAttachments = nullptr; in deepcopy_VkRenderPassCreateInfo()
[all …]
Dgoldfish_vk_transform.cpp1440 if (toTransform->pAttachments) { in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1444 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1458 if (toTransform->pAttachments) { in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
1462 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
2002 if (toTransform->pAttachments) { in transform_tohost_VkRenderPassCreateInfo()
2005 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo()
2035 if (toTransform->pAttachments) { in transform_fromhost_VkRenderPassCreateInfo()
2038 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo()
3972 if (toTransform->pAttachments) { in transform_tohost_VkRenderPassCreateInfo2()
3975 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo2()
[all …]
Dgoldfish_vk_marshaling.cpp3123 (const VkPipelineColorBlendAttachmentState*)(forMarshaling->pAttachments + i)); in marshal_VkPipelineColorBlendStateCreateInfo()
3156 (void**)&forUnmarshaling->pAttachments, in unmarshal_VkPipelineColorBlendStateCreateInfo()
3162 (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
4262 forMarshaling->pAttachments, cgen_var_0_0, forMarshaling->attachmentCount); in marshal_VkFramebufferCreateInfo()
4300 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in unmarshal_VkFramebufferCreateInfo()
4307 cgen_var_0_0, (VkImageView*)forUnmarshaling->pAttachments, in unmarshal_VkFramebufferCreateInfo()
4311 forUnmarshaling->pAttachments = 0; in unmarshal_VkFramebufferCreateInfo()
4468 (const VkAttachmentDescription*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo()
4510 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in unmarshal_VkRenderPassCreateInfo()
4515 vkStream, rootType, (VkAttachmentDescription*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp2403 (void**)&forUnmarshaling->pAttachments, in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()
2408 (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i), ptr); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()
3206 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in reservedunmarshal_VkFramebufferCreateInfo()
3215 *(((VkImageView*)forUnmarshaling->pAttachments) + k) = in reservedunmarshal_VkFramebufferCreateInfo()
3221 forUnmarshaling->pAttachments = 0; in reservedunmarshal_VkFramebufferCreateInfo()
3341 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in reservedunmarshal_VkRenderPassCreateInfo()
3345 vkStream, rootType, (VkAttachmentDescription*)(forUnmarshaling->pAttachments + i), ptr); in reservedunmarshal_VkRenderPassCreateInfo()
6594 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in reservedunmarshal_VkRenderPassCreateInfo2()
6598 vkStream, rootType, (VkAttachmentDescription2*)(forUnmarshaling->pAttachments + i), in reservedunmarshal_VkRenderPassCreateInfo2()
7530 vkStream->alloc((void**)&forUnmarshaling->pAttachments, in reservedunmarshal_VkRenderPassAttachmentBeginInfo()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp1383 to->pAttachments = nullptr; in deepcopy_VkPipelineColorBlendStateCreateInfo()
1384 if (from->pAttachments) { in deepcopy_VkPipelineColorBlendStateCreateInfo()
1385 to->pAttachments = (VkPipelineColorBlendAttachmentState*)alloc->alloc( in deepcopy_VkPipelineColorBlendStateCreateInfo()
1390 alloc, rootType, from->pAttachments + i, in deepcopy_VkPipelineColorBlendStateCreateInfo()
1391 (VkPipelineColorBlendAttachmentState*)(to->pAttachments + i)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
1836 to->pAttachments = nullptr; in deepcopy_VkFramebufferCreateInfo()
1837 if (from->pAttachments) { in deepcopy_VkFramebufferCreateInfo()
1838 to->pAttachments = (VkImageView*)alloc->dupArray( in deepcopy_VkFramebufferCreateInfo()
1839 from->pAttachments, from->attachmentCount * sizeof(const VkImageView)); in deepcopy_VkFramebufferCreateInfo()
1927 to->pAttachments = nullptr; in deepcopy_VkRenderPassCreateInfo()
[all …]
Dgoldfish_vk_transform_guest.cpp1437 if (toTransform->pAttachments) { in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1441 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_tohost_VkPipelineColorBlendStateCreateInfo()
1455 if (toTransform->pAttachments) { in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
1459 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
1999 if (toTransform->pAttachments) { in transform_tohost_VkRenderPassCreateInfo()
2002 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo()
2032 if (toTransform->pAttachments) { in transform_fromhost_VkRenderPassCreateInfo()
2035 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo()
3954 if (toTransform->pAttachments) { in transform_tohost_VkRenderPassCreateInfo2()
3957 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo2()
[all …]
DVkEncoder.h362 const VkClearAttachment* pAttachments, uint32_t rectCount,
Dgoldfish_vk_marshaling_guest.cpp2744 (const VkPipelineColorBlendAttachmentState*)(forMarshaling->pAttachments + i)); in marshal_VkPipelineColorBlendStateCreateInfo()
2768 (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
3778 forMarshaling->pAttachments, cgen_var_0_0, forMarshaling->attachmentCount); in marshal_VkFramebufferCreateInfo()
3809 cgen_var_0_0, (VkImageView*)forUnmarshaling->pAttachments, in unmarshal_VkFramebufferCreateInfo()
3813 forUnmarshaling->pAttachments = 0; in unmarshal_VkFramebufferCreateInfo()
3969 (const VkAttachmentDescription*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo()
4002 vkStream, rootType, (VkAttachmentDescription*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo()
7130 (const VkAttachmentDescription2*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo2()
7167 vkStream, rootType, (VkAttachmentDescription2*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo2()
8047 forMarshaling->pAttachments, cgen_var_0, forMarshaling->attachmentCount); in marshal_VkRenderPassAttachmentBeginInfo()
[all …]
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp118 .pAttachments = &vkImageView, in RenderTarget()
286 .pAttachments = &colorBlendAttachment, in setUpGraphicsPipeline()
374 .pAttachments = &colorAttachment, in setUpGraphicsPipeline()
DVkSubDecoder.cpp855 const VkClearAttachment* pAttachments; in subDecode() local
863 pAttachments = (VkClearAttachment*)stack_pAttachments; in subDecode()
865 readStream->alloc((void**)&pAttachments, in subDecode()
870 (VkClearAttachment*)(pAttachments + i), in subDecode()
884 if (pAttachments) { in subDecode()
887 (VkClearAttachment*)(pAttachments + i)); in subDecode()
896 pAttachments, rectCount, pRects); in subDecode()
DVkDecoderGlobalState.cpp5754 if (deviceInfo->needEmulatedDecompression(pCreateInfo->pAttachments[i].format)) { in on_vkCreateRenderPass()
5763 attachments.assign(pCreateInfo->pAttachments, in on_vkCreateRenderPass()
5764 pCreateInfo->pAttachments + pCreateInfo->attachmentCount); in on_vkCreateRenderPass()
5765 createInfo.pAttachments = attachments.data(); in on_vkCreateRenderPass()
5897 … auto* imageViewInfo = android::base::find(mImageViewInfo, pCreateInfo->pAttachments[i]); in on_vkCreateFramebuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc290 .pAttachments = attachmentDescs,
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1593 blend_info.pAttachments = color_attachment; in setup_swapchain_data_pipeline()
1729 render_pass_info.pAttachments = &attachment_desc; in setup_swapchain_data()
1777 fb_info.pAttachments = attachment; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2645 VULKAN_HPP_HASH_COMBINE( seed, framebufferCreateInfo.pAttachments ); in operator ()()
2857 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.pAttachments ); in operator ()()
6156 VULKAN_HPP_HASH_COMBINE( seed, renderPassAttachmentBeginInfo.pAttachments ); in operator ()()
6221 VULKAN_HPP_HASH_COMBINE( seed, renderPassCreateInfo.pAttachments ); in operator ()()
6280 VULKAN_HPP_HASH_COMBINE( seed, renderPassCreateInfo2.pAttachments ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3622 const VkPipelineColorBlendAttachmentState* pAttachments; member
3791 const VkImageView* pAttachments; member
3825 const VkAttachmentDescription* pAttachments; member
4069 …fer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectC…
4778 const VkClearAttachment* pAttachments,
6080 const VkAttachmentDescription2* pAttachments; member
6305 const VkImageView* pAttachments; member

12