/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 75 reference_count += pCreateInfo->pSubpasses[i].colorAttachmentCount; in vk_common_CreateRenderPass() 77 reference_count += pCreateInfo->pSubpasses[i].colorAttachmentCount; in vk_common_CreateRenderPass() 145 .colorAttachmentCount = pCreateInfo->pSubpasses[i].colorAttachmentCount, in vk_common_CreateRenderPass() 162 subpasses[i].colorAttachmentCount, in vk_common_CreateRenderPass() 169 subpasses[i].colorAttachmentCount, in vk_common_CreateRenderPass() 326 desc->colorAttachmentCount + in num_subpass_attachments2() 327 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + in num_subpass_attachments2() 446 pCreateInfo->pSubpasses[i].colorAttachmentCount; in vk_common_CreateRenderPass2() 516 subpass->color_count = desc->colorAttachmentCount; in vk_common_CreateRenderPass2() 517 if (desc->colorAttachmentCount > 0) { in vk_common_CreateRenderPass2() [all …]
|
D | vk_meta_clear.c | 357 .color_attachment_count = pRenderingInfo->colorAttachmentCount, in vk_meta_clear_rendering() 362 for (uint32_t i = 0; i < pRenderingInfo->colorAttachmentCount; i++) { in vk_meta_clear_rendering() 485 vk_render.colorAttachmentCount = 1; in clear_image_level_layers()
|
D | vk_meta_blit_resolve.c | 658 vk_render.colorAttachmentCount = 1; in do_blit() 932 for (uint32_t c = 0; c < pRenderingInfo->colorAttachmentCount; c++) { in vk_meta_resolve_rendering()
|
D | vk_meta.c | 439 .colorAttachmentCount = render->color_attachment_count, in vk_meta_create_graphics_pipeline()
|
D | vk_graphics_state.c | 1111 assert(r_info->colorAttachmentCount <= MESA_VK_MAX_COLOR_ATTACHMENTS); in vk_render_pass_state_init() 1112 rp->color_attachment_count = r_info->colorAttachmentCount; in vk_render_pass_state_init() 1113 for (uint32_t i = 0; i < r_info->colorAttachmentCount; i++) { in vk_render_pass_state_init() 1130 assert(asc_info->colorAttachmentCount == rp->color_attachment_count); in vk_render_pass_state_init() 1131 for (uint32_t i = 0; i < asc_info->colorAttachmentCount; i++) { in vk_render_pass_state_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 48 …-vkCmdDraw-colorAttachmentCount-07616](https://www.khronos.org/registry/vulkan/specs/1.3/html/vksp… 49 … instance was begun with vkCmdBeginRendering and VkRenderingInfo::colorAttachmentCount greater tha… 60 …CmdDraw-colorAttachmentCount-06180](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/… 61 … instance was begun with vkCmdBeginRendering and VkRenderingInfo::colorAttachmentCount greater tha…
|
D | VK_KHR_dynamic_rendering.adoc | 77 uint32_t colorAttachmentCount; 162 uint32_t colorAttachmentCount; 190 uint32_t colorAttachmentCount; 263 uint32_t colorAttachmentCount; 338 .colorAttachmentCount = 2, 398 .colorAttachmentCount = 2,
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 281 .colorAttachmentCount = 2, 357 .colorAttachmentCount = 2,
|
D | VK_ANDROID_external_format_resolve.adoc | 62 …* The `layerCount` and `colorAttachmentCount` members of link:{refpage}VkRenderingInfo.html[VkRend… 86 * `colorAttachmentCount` must be 1.
|
D | VK_QCOM_tile_properties.adoc | 136 .colorAttachmentCount = 2,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 802 * [[VUID-{refpage}-colorAttachmentCount-06179]] 806 slink:VkPipelineRenderingCreateInfo::pname:colorAttachmentCount equal to 807 slink:VkRenderingInfo::pname:colorAttachmentCount 809 * [[VUID-{refpage}-colorAttachmentCount-06180]] 812 slink:VkRenderingInfo::pname:colorAttachmentCount greater than `0`, then 818 * [[VUID-{refpage}-colorAttachmentCount-07616]] 821 slink:VkRenderingInfo::pname:colorAttachmentCount greater than `0`, then 835 slink:VkRenderingInfo::pname:colorAttachmentCount greater than `0`, then 845 and slink:VkRenderingInfo::pname:colorAttachmentCount greater than `0`, 860 slink:VkRenderingInfo::pname:colorAttachmentCount greater than `0`, then [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1864 from->colorAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1865 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription() 1866 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 1876 from->colorAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1877 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription() 1878 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 4009 from->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() 4010 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription2() 4011 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription2() 4022 from->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() [all …]
|
D | goldfish_vk_marshaling.cpp | 4333 vkStream->write((uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription() 4335 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription() 4346 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription() 4383 vkStream->read((uint32_t*)&forUnmarshaling->colorAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription() 4385 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference)); in unmarshal_VkSubpassDescription() 4387 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 4399 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference)); in unmarshal_VkSubpassDescription() 4401 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 8428 vkStream->write((uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription2() 8430 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription2() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 3248 memcpy((uint32_t*)&forUnmarshaling->colorAttachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDescription() 3251 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference)); in reservedunmarshal_VkSubpassDescription() 3252 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription() 3264 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference)); in reservedunmarshal_VkSubpassDescription() 3265 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription() 6477 memcpy((uint32_t*)&forUnmarshaling->colorAttachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDescription2() 6480 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in reservedunmarshal_VkSubpassDescription2() 6481 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription2() 6493 forUnmarshaling->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in reservedunmarshal_VkSubpassDescription2() 6494 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription2() [all …]
|
D | goldfish_vk_transform.cpp | 1926 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1934 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1961 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 1969 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 3887 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3895 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3925 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2() 3933 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2() 5874 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkRenderingInfo() 5901 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkRenderingInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 1864 from->colorAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1865 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription() 1866 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 1876 from->colorAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1877 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription() 1878 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 4009 from->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() 4010 to->colorAttachmentCount = from->colorAttachmentCount; in deepcopy_VkSubpassDescription2() 4011 for (uint32_t i = 0; i < (uint32_t)from->colorAttachmentCount; ++i) { in deepcopy_VkSubpassDescription2() 4022 from->colorAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() [all …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2752 memcpy(*ptr, (uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkSubpassDescription() 2754 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription() 2765 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription() 4847 memcpy(*ptr, (uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkSubpassDescription2() 4849 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription2() 4860 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription2() 6936 memcpy(*ptr, (uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkRenderingInfo() 6938 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in reservedmarshal_VkRenderingInfo() 6978 memcpy(*ptr, (uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkPipelineRenderingCreateInfo() 6987 forMarshaling->colorAttachmentCount * sizeof(const VkFormat)); in reservedmarshal_VkPipelineRenderingCreateInfo() [all …]
|
D | goldfish_vk_marshaling_guest.cpp | 3835 vkStream->write((uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription() 3837 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription() 3848 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription() 3883 vkStream->read((uint32_t*)&forUnmarshaling->colorAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription() 3885 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 3901 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->colorAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 6977 vkStream->write((uint32_t*)&forMarshaling->colorAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription2() 6979 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription2() 6990 for (uint32_t i = 0; i < (uint32_t)forMarshaling->colorAttachmentCount; ++i) { in marshal_VkSubpassDescription2() 7031 vkStream->read((uint32_t*)&forUnmarshaling->colorAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription2() [all …]
|
D | goldfish_vk_transform_guest.cpp | 1923 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1931 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1958 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 1966 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 3869 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3877 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3907 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2() 3915 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2() 5824 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_tohost_VkRenderingInfo() 5851 for (uint32_t i = 0; i < (uint32_t)toTransform->colorAttachmentCount; ++i) { in transform_fromhost_VkRenderingInfo()
|
D | goldfish_vk_counting_guest.cpp | 2033 for (uint32_t i = 0; i < (uint32_t)toCount->colorAttachmentCount; ++i) { in count_VkSubpassDescription() 2043 for (uint32_t i = 0; i < (uint32_t)toCount->colorAttachmentCount; ++i) { in count_VkSubpassDescription() 3769 for (uint32_t i = 0; i < (uint32_t)toCount->colorAttachmentCount; ++i) { in count_VkSubpassDescription2() 3779 for (uint32_t i = 0; i < (uint32_t)toCount->colorAttachmentCount; ++i) { in count_VkSubpassDescription2() 5469 for (uint32_t i = 0; i < (uint32_t)toCount->colorAttachmentCount; ++i) { in count_VkRenderingInfo() 5509 *count += toCount->colorAttachmentCount * sizeof(const VkFormat); in count_VkPipelineRenderingCreateInfo() 5547 *count += toCount->colorAttachmentCount * sizeof(const VkFormat); in count_VkCommandBufferInheritanceRenderingInfo() 5775 *count += toCount->colorAttachmentCount * sizeof(const VkSampleCountFlagBits); in count_VkAttachmentSampleCountInfoAMD() 6201 *count += toCount->colorAttachmentCount * sizeof(const VkFormat); in count_VkRenderingAreaInfoKHR()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 893 .colorAttachmentCount = 0, in CreateFramebuffer() 900 subpass.colorAttachmentCount = 1; in CreateFramebuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 80 * pname:colorAttachmentCount is the number of elements in 83 pname:colorAttachmentCount slink:VkRenderingAttachmentInfo structures 252 * [[VUID-VkRenderingInfo-colorAttachmentCount-06087]] 253 If pname:colorAttachmentCount is not `0` and the pname:imageView member 278 * [[VUID-VkRenderingInfo-colorAttachmentCount-06090]] 279 If pname:colorAttachmentCount is not `0` and the pname:imageView member 284 * [[VUID-VkRenderingInfo-colorAttachmentCount-06091]] 285 If pname:colorAttachmentCount is not `0` and the pname:imageView member 314 * [[VUID-VkRenderingInfo-colorAttachmentCount-06096]] 315 If pname:colorAttachmentCount is not `0` and the pname:imageView member [all …]
|
D | cmdbuffers.adoc | 996 pname:colorAttachmentCount member of that structure must: be equal to 998 slink:VkCommandBufferInheritanceRenderingInfo::pname:colorAttachmentCount 1402 * pname:colorAttachmentCount is the number of color attachments specified 1423 If pname:colorAttachmentCount is `0` and the 1434 * [[VUID-VkCommandBufferInheritanceRenderingInfo-colorAttachmentCount-06004]] 1435 If pname:colorAttachmentCount is not `0`, pname:rasterizationSamples 1507 * pname:colorAttachmentCount is the number of color attachments specified 2970 * [[VUID-vkCmdExecuteCommands-colorAttachmentCount-06027]] 2973 pname:colorAttachmentCount member of the 2978 slink:VkRenderingInfo::pname:colorAttachmentCount parameter to
|
D | framebuffer.adoc | 283 pname:colorAttachmentCount of the subpass this pipeline is compiled 762 equal to the sname:VkSubpassDescription::pname:colorAttachmentCount 764 or sname:VkSubpassDescription2::pname:colorAttachmentCount
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1081 …colorAttachmentCount = printer.write_int("colorAttachmentCount", 4, indent, signed=False, big_endi… 1082 …rite_struct("pColorAttachments", struct_VkAttachmentReference, False, colorAttachmentCount, indent) 1083 …ite_struct("pResolveAttachments", struct_VkAttachmentReference, True, colorAttachmentCount, indent)
|