/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_framebuffer.c | 48 size += sizeof(VkImageView) * pCreateInfo->attachmentCount; in vk_common_CreateFramebuffer() 61 for (uint32_t i = 0; i < pCreateInfo->attachmentCount; i++) in vk_common_CreateFramebuffer() 63 framebuffer->attachment_count = pCreateInfo->attachmentCount; in vk_common_CreateFramebuffer()
|
D | vk_render_pass.c | 56 assert(reference2[i].attachment < pass_info->attachmentCount); in translate_references() 87 pCreateInfo->attachmentCount); in vk_common_CreateRenderPass() 121 for (uint32_t i = 0; i < pCreateInfo->attachmentCount; i++) { in vk_common_CreateRenderPass() 224 .attachmentCount = pCreateInfo->attachmentCount, in vk_common_CreateRenderPass() 434 pCreateInfo->attachmentCount); in vk_common_CreateRenderPass2() 459 pass->attachment_count = pCreateInfo->attachmentCount; in vk_common_CreateRenderPass2() 466 for (uint32_t a = 0; a < pCreateInfo->attachmentCount; a++) { in vk_common_CreateRenderPass2() 661 if (ref->attachment >= pCreateInfo->attachmentCount) { in vk_common_CreateRenderPass2() 683 if (ref->attachment < pCreateInfo->attachmentCount) { in vk_common_CreateRenderPass2() 2273 if (attach_begin && attach_begin->attachmentCount != 0) { in vk_common_CmdBeginRenderPass2() [all …]
|
D | vk_graphics_state.c | 971 assert(cb_info->attachmentCount <= MESA_VK_MAX_COLOR_ATTACHMENTS); in vk_color_blend_state_init() 972 cb->attachment_count = cb_info->attachmentCount; in vk_color_blend_state_init() 975 for (uint32_t a = 0; a < cb_info->attachmentCount; a++) { in vk_color_blend_state_init() 997 assert(cb_info->attachmentCount == cw_info->attachmentCount); in vk_color_blend_state_init() 998 for (uint32_t a = 0; a < cw_info->attachmentCount; a++) { in vk_color_blend_state_init() 2705 uint32_t attachmentCount, in vk_common_CmdSetColorWriteEnableEXT() argument 2711 assert(attachmentCount <= MESA_VK_MAX_COLOR_ATTACHMENTS); in vk_common_CmdSetColorWriteEnableEXT() 2714 for (uint32_t a = 0; a < attachmentCount; a++) { in vk_common_CmdSetColorWriteEnableEXT() 2726 uint32_t attachmentCount, in vk_common_CmdSetColorBlendEnableEXT() argument 2732 for (uint32_t i = 0; i < attachmentCount; i++) { in vk_common_CmdSetColorBlendEnableEXT() [all …]
|
D | vk_meta.c | 479 .attachmentCount = render->color_attachment_count, in vk_meta_create_graphics_pipeline()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 75 * pname:attachmentCount is the number of 122 If pname:attachmentCount is not `0` 130 pname:attachmentCount valid slink:VkPipelineColorBlendAttachmentState 318 * pname:attachmentCount the number of color blending enables in the 360 * pname:attachmentCount the number of slink:VkColorBlendEquationEXT 503 * pname:attachmentCount the number of tlink:VkColorComponentFlags values 992 * pname:attachmentCount is the number of basetype:VkBool32 elements in 1002 to specifying this structure with pname:attachmentCount equal to the 1003 pname:attachmentCount member of slink:VkPipelineColorBlendStateCreateInfo, 1026 * [[VUID-VkPipelineColorWriteCreateInfoEXT-attachmentCount-07608]] [all …]
|
D | renderpass.adoc | 1427 :combinedobjectcount: pname:pCreateInfo->attachmentCount 1451 * pname:attachmentCount is the number of attachments used by this render 1453 * pname:pAttachments is a pointer to an array of pname:attachmentCount 1481 pname:attachmentCount 1488 pname:attachmentCount 1601 * [[VUID-VkRenderPassCreateInfo-attachmentCount-05052]] 1602 pname:attachmentCount must: be less than or equal to 3054 :combinedobjectcount: pname:pCreateInfo->attachmentCount 3079 * pname:attachmentCount is the number of attachments used by this render 3081 * pname:pAttachments is a pointer to an array of pname:attachmentCount [all …]
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 148 .attachmentCount = 1, in createRenderPass() 255 .attachmentCount = 1, in createPipeline() 420 .attachmentCount = 1, in TEST_P() 446 .attachmentCount = 1, in TEST_P() 585 .attachmentCount = 1, in TEST_P() 762 .attachmentCount = 1, in TEST_P() 986 .attachmentCount = 1, in TEST_P() 1155 .attachmentCount = 1, in TEST_P()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 79 … attachmentCount = printer.write_int("attachmentCount", 4, indent, signed=False, big_endian=False) 80 printer.write_struct("pAttachments", struct_VkClearAttachment, False, attachmentCount, indent) 654 … attachmentCount = printer.write_int("attachmentCount", 4, indent, signed=False, big_endian=False) 655 …= printer.write_int("pAttachments", 8, indent, optional=False, count=attachmentCount, big_endian=F… 904 … attachmentCount = printer.write_int("attachmentCount", 4, indent, signed=False, big_endian=False) 905 …_struct("pAttachments", struct_VkPipelineColorBlendAttachmentState, False, attachmentCount, indent) 1001 … attachmentCount = printer.write_int("attachmentCount", 4, indent, signed=False, big_endian=False) 1002 …printer.write_struct("pAttachments", struct_VkAttachmentDescription, False, attachmentCount, inden…
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 256 .attachmentCount = static_cast<uint32_t>(pipelineColorBlendAttachments.size()), in CanHandlePrecisionQualifierWithYuvSampler()
|
D | Vulkan.cpp | 908 .attachmentCount = static_cast<uint32_t>(attachments.size()), in CreateFramebuffer() 926 .attachmentCount = static_cast<uint32_t>(framebufferAttachments.size()), in CreateFramebuffer()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 117 .attachmentCount = 1, in RenderTarget() 285 .attachmentCount = 1, in setUpGraphicsPipeline() 373 .attachmentCount = 1, in setUpGraphicsPipeline()
|
D | VkSubDecoder.cpp | 854 uint32_t attachmentCount; in subDecode() local 860 memcpy((uint32_t*)&attachmentCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode() 862 if (((attachmentCount)) <= MAX_STACK_ITEMS) { in subDecode() 866 ((attachmentCount)) * sizeof(const VkClearAttachment)); in subDecode() 868 for (uint32_t i = 0; i < (uint32_t)((attachmentCount)); ++i) { in subDecode() 885 for (uint32_t i = 0; i < (uint32_t)((attachmentCount)); ++i) { in subDecode() 895 vk->vkCmdClearAttachments((VkCommandBuffer)dispatchHandle, attachmentCount, in subDecode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 2739 vkStream->write((uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in marshal_VkPipelineColorBlendStateCreateInfo() 2741 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentCount; ++i) { in marshal_VkPipelineColorBlendStateCreateInfo() 2763 vkStream->read((uint32_t*)&forUnmarshaling->attachmentCount, sizeof(uint32_t)); in unmarshal_VkPipelineColorBlendStateCreateInfo() 2765 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentCount; ++i) { in unmarshal_VkPipelineColorBlendStateCreateInfo() 3771 vkStream->write((uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in marshal_VkFramebufferCreateInfo() 3774 if (forMarshaling->attachmentCount) { in marshal_VkFramebufferCreateInfo() 3776 vkStream->alloc((void**)&cgen_var_0_0, forMarshaling->attachmentCount * 8); in marshal_VkFramebufferCreateInfo() 3778 forMarshaling->pAttachments, cgen_var_0_0, forMarshaling->attachmentCount); in marshal_VkFramebufferCreateInfo() 3779 vkStream->write((uint64_t*)cgen_var_0_0, forMarshaling->attachmentCount * 8); in marshal_VkFramebufferCreateInfo() 3801 vkStream->read((uint32_t*)&forUnmarshaling->attachmentCount, sizeof(uint32_t)); in unmarshal_VkFramebufferCreateInfo() [all …]
|
D | goldfish_vk_deepcopy_guest.cpp | 1386 from->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in deepcopy_VkPipelineColorBlendStateCreateInfo() 1387 to->attachmentCount = from->attachmentCount; in deepcopy_VkPipelineColorBlendStateCreateInfo() 1388 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkPipelineColorBlendStateCreateInfo() 1839 from->pAttachments, from->attachmentCount * sizeof(const VkImageView)); in deepcopy_VkFramebufferCreateInfo() 1930 from->attachmentCount * sizeof(const VkAttachmentDescription)); in deepcopy_VkRenderPassCreateInfo() 1931 to->attachmentCount = from->attachmentCount; in deepcopy_VkRenderPassCreateInfo() 1932 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkRenderPassCreateInfo() 4090 from->attachmentCount * sizeof(const VkAttachmentDescription2)); in deepcopy_VkRenderPassCreateInfo2() 4091 to->attachmentCount = from->attachmentCount; in deepcopy_VkRenderPassCreateInfo2() 4092 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkRenderPassCreateInfo2() [all …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2080 memcpy(*ptr, (uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in reservedmarshal_VkPipelineColorBlendStateCreateInfo() 2082 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentCount; ++i) { in reservedmarshal_VkPipelineColorBlendStateCreateInfo() 2711 memcpy(*ptr, (uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in reservedmarshal_VkFramebufferCreateInfo() 2715 if (forMarshaling->attachmentCount) { in reservedmarshal_VkFramebufferCreateInfo() 2718 for (uint32_t k = 0; k < forMarshaling->attachmentCount; ++k) { in reservedmarshal_VkFramebufferCreateInfo() 2723 *ptr += 8 * forMarshaling->attachmentCount; in reservedmarshal_VkFramebufferCreateInfo() 2821 memcpy(*ptr, (uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in reservedmarshal_VkRenderPassCreateInfo() 2823 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentCount; ++i) { in reservedmarshal_VkRenderPassCreateInfo() 4925 memcpy(*ptr, (uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in reservedmarshal_VkRenderPassCreateInfo2() 4927 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentCount; ++i) { in reservedmarshal_VkRenderPassCreateInfo2() [all …]
|
D | goldfish_vk_counting_guest.cpp | 1525 for (uint32_t i = 0; i < (uint32_t)toCount->attachmentCount; ++i) { in count_VkPipelineColorBlendStateCreateInfo() 2006 if (toCount->attachmentCount) { in count_VkFramebufferCreateInfo() 2007 *count += toCount->attachmentCount * 8; in count_VkFramebufferCreateInfo() 2092 for (uint32_t i = 0; i < (uint32_t)toCount->attachmentCount; ++i) { in count_VkRenderPassCreateInfo() 3834 for (uint32_t i = 0; i < (uint32_t)toCount->attachmentCount; ++i) { in count_VkRenderPassCreateInfo2() 4307 if (toCount->attachmentCount) { in count_VkRenderPassAttachmentBeginInfo() 4308 *count += toCount->attachmentCount * 8; in count_VkRenderPassAttachmentBeginInfo()
|
D | goldfish_vk_transform_guest.cpp | 1438 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_tohost_VkPipelineColorBlendStateCreateInfo() 1456 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_fromhost_VkPipelineColorBlendStateCreateInfo() 2000 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_tohost_VkRenderPassCreateInfo() 2033 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_fromhost_VkRenderPassCreateInfo() 3955 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_tohost_VkRenderPassCreateInfo2() 3988 for (uint32_t i = 0; i < (uint32_t)toTransform->attachmentCount; ++i) { in transform_fromhost_VkRenderPassCreateInfo2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 995 * [[VUID-{refpage}-attachmentCount-07750]] 998 the pname:attachmentCount parameter of fname:vkCmdSetColorWriteEnableEXT 1000 sname:VkPipelineColorBlendStateCreateInfo::pname:attachmentCount of the 1009 pname:attachmentCount parameter of most recent call to 2018 specified by the pname:firstAttachment and pname:attachmentCount 2029 pname:attachmentCount parameters of fname:vkCmdSetColorBlendEnableEXT 2039 pname:attachmentCount parameters of fname:vkCmdSetColorBlendEquationEXT 2050 pname:attachmentCount parameters of fname:vkCmdSetColorBlendEquationEXT 2059 specified by the pname:firstAttachment and pname:attachmentCount 2070 pname:attachmentCount parameters of fname:vkCmdSetColorWriteMaskEXT [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3118 vkStream->write((uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in marshal_VkPipelineColorBlendStateCreateInfo() 3120 for (uint32_t i = 0; i < (uint32_t)forMarshaling->attachmentCount; ++i) { in marshal_VkPipelineColorBlendStateCreateInfo() 3154 vkStream->read((uint32_t*)&forUnmarshaling->attachmentCount, sizeof(uint32_t)); in unmarshal_VkPipelineColorBlendStateCreateInfo() 3157 forUnmarshaling->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in unmarshal_VkPipelineColorBlendStateCreateInfo() 3159 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentCount; ++i) { in unmarshal_VkPipelineColorBlendStateCreateInfo() 4255 vkStream->write((uint32_t*)&forMarshaling->attachmentCount, sizeof(uint32_t)); in marshal_VkFramebufferCreateInfo() 4258 if (forMarshaling->attachmentCount) { in marshal_VkFramebufferCreateInfo() 4260 vkStream->alloc((void**)&cgen_var_0_0, forMarshaling->attachmentCount * 8); in marshal_VkFramebufferCreateInfo() 4262 forMarshaling->pAttachments, cgen_var_0_0, forMarshaling->attachmentCount); in marshal_VkFramebufferCreateInfo() 4263 vkStream->write((uint64_t*)cgen_var_0_0, forMarshaling->attachmentCount * 8); in marshal_VkFramebufferCreateInfo() [all …]
|
D | goldfish_vk_deepcopy.cpp | 1386 from->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in deepcopy_VkPipelineColorBlendStateCreateInfo() 1387 to->attachmentCount = from->attachmentCount; in deepcopy_VkPipelineColorBlendStateCreateInfo() 1388 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkPipelineColorBlendStateCreateInfo() 1839 from->pAttachments, from->attachmentCount * sizeof(const VkImageView)); in deepcopy_VkFramebufferCreateInfo() 1930 from->attachmentCount * sizeof(const VkAttachmentDescription)); in deepcopy_VkRenderPassCreateInfo() 1931 to->attachmentCount = from->attachmentCount; in deepcopy_VkRenderPassCreateInfo() 1932 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkRenderPassCreateInfo() 4090 from->attachmentCount * sizeof(const VkAttachmentDescription2)); in deepcopy_VkRenderPassCreateInfo2() 4091 to->attachmentCount = from->attachmentCount; in deepcopy_VkRenderPassCreateInfo2() 4092 for (uint32_t i = 0; i < (uint32_t)from->attachmentCount; ++i) { in deepcopy_VkRenderPassCreateInfo2() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 2400 memcpy((uint32_t*)&forUnmarshaling->attachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo() 2404 forUnmarshaling->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo() 2405 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->attachmentCount; ++i) { in reservedunmarshal_VkPipelineColorBlendStateCreateInfo() 3202 memcpy((uint32_t*)&forUnmarshaling->attachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkFramebufferCreateInfo() 3207 forUnmarshaling->attachmentCount * sizeof(const VkImageView)); in reservedunmarshal_VkFramebufferCreateInfo() 3208 if (forUnmarshaling->attachmentCount) { in reservedunmarshal_VkFramebufferCreateInfo() 3210 *ptr += 8 * forUnmarshaling->attachmentCount; in reservedunmarshal_VkFramebufferCreateInfo() 3212 for (uint32_t k = 0; k < forUnmarshaling->attachmentCount; ++k) { in reservedunmarshal_VkFramebufferCreateInfo() 3339 memcpy((uint32_t*)&forUnmarshaling->attachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRenderPassCreateInfo() 3342 forUnmarshaling->attachmentCount * sizeof(const VkAttachmentDescription)); in reservedunmarshal_VkRenderPassCreateInfo() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3621 uint32_t attachmentCount; member 3790 uint32_t attachmentCount; member 3824 uint32_t attachmentCount; member 4069 … *PFN_vkCmdClearAttachments)(VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClea… 4777 uint32_t attachmentCount, 6079 uint32_t attachmentCount; member 6304 uint32_t attachmentCount; member 15898 uint32_t attachmentCount; member 15902 …dBuffer commandBuffer, uint32_t attachmentCount, const VkBool… 15907 uint32_t attachmentCount, [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 289 .attachmentCount = 3,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1592 blend_info.attachmentCount = 1; in setup_swapchain_data_pipeline() 1728 render_pass_info.attachmentCount = 1; in setup_swapchain_data() 1776 fb_info.attachmentCount = 1; in setup_swapchain_data()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 1739 …void vkCmdClearAttachments( VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClear… in vkCmdClearAttachments() argument 1741 … return ::vkCmdClearAttachments( commandBuffer, attachmentCount, pAttachments, rectCount, pRects ); in vkCmdClearAttachments() 4761 …void vkCmdSetColorWriteEnableEXT( VkCommandBuffer commandBuffer, uint32_t attachmentCount, const V… in vkCmdSetColorWriteEnableEXT() argument 4763 return ::vkCmdSetColorWriteEnableEXT( commandBuffer, attachmentCount, pColorWriteEnables ); in vkCmdSetColorWriteEnableEXT() 5029 …T( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool… in vkCmdSetColorBlendEnableEXT() argument 5031 …return ::vkCmdSetColorBlendEnableEXT( commandBuffer, firstAttachment, attachmentCount, pColorBlend… in vkCmdSetColorBlendEnableEXT() 5035 …T( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkColo… in vkCmdSetColorBlendEquationEXT() argument 5037 …return ::vkCmdSetColorBlendEquationEXT( commandBuffer, firstAttachment, attachmentCount, pColorBle… in vkCmdSetColorBlendEquationEXT() 5041 …T( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkColo… in vkCmdSetColorWriteMaskEXT() argument 5043 …return ::vkCmdSetColorWriteMaskEXT( commandBuffer, firstAttachment, attachmentCount, pColorWriteMa… in vkCmdSetColorWriteMaskEXT() [all …]
|