/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 1683 if (val->pColorAttachmentFormats) { in vn_sizeof_VkPipelineRenderingCreateInfo_self() 1685 size += vn_sizeof_VkFormat_array(val->pColorAttachmentFormats, val->colorAttachmentCount); in vn_sizeof_VkPipelineRenderingCreateInfo_self() 1719 if (val->pColorAttachmentFormats) { in vn_encode_VkPipelineRenderingCreateInfo_self() 1721 vn_encode_VkFormat_array(enc, val->pColorAttachmentFormats, val->colorAttachmentCount); in vn_encode_VkPipelineRenderingCreateInfo_self()
|
H A D | vn_protocol_driver_command_buffer.h | 141 if (val->pColorAttachmentFormats) { in vn_sizeof_VkCommandBufferInheritanceRenderingInfo_self() 143 size += vn_sizeof_VkFormat_array(val->pColorAttachmentFormats, val->colorAttachmentCount); in vn_sizeof_VkCommandBufferInheritanceRenderingInfo_self() 179 if (val->pColorAttachmentFormats) { in vn_encode_VkCommandBufferInheritanceRenderingInfo_self() 181 vn_encode_VkFormat_array(enc, val->pColorAttachmentFormats, val->colorAttachmentCount); in vn_encode_VkCommandBufferInheritanceRenderingInfo_self()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 1952 renderingCreateInfo[1].pColorAttachmentFormats = &colorImageFormat; in FragmentDensityMapTestInstance() 1954 renderingCreateInfo[2].pColorAttachmentFormats = &colorImageFormat; in FragmentDensityMapTestInstance() 2532 &m_testParams.densityMapFormat, // const VkFormat* pColorAttachmentFormats; in createCommandBufferForDynamicRendering() 2566 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat; in createCommandBufferForDynamicRendering() 2602 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat; in createCommandBufferForDynamicRendering()
|
H A D | vktRenderPassDitheringTests.cpp | 843 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 684 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats; in createCommandBuffer() 1300 renderingCreateInfo.pColorAttachmentFormats = colorVector.data(); in iterate()
|
H A D | vktDynamicRenderingTests.cpp | 308 const VkFormat* pColorAttachmentFormats, in makeGraphicsPipeline() 482 pColorAttachmentFormats, // const VkFormat* pColorAttachmentFormats; in makeGraphicsPipeline() 646 (colorAttachmentCount > 0) ? imagesFormat.colors : DE_NULL, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() 301 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const deUint32 colorAttachmentCount, const VkFormat* pColorAttachmentFormats, const VkFormat depthAttachmentFormat, const VkFormat stencilAttachmentFormat) makeGraphicsPipeline() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 1887 renderingCreateInfo[1].pColorAttachmentFormats = &colorImageFormat; in FragmentDensityMapTestInstance() 1889 renderingCreateInfo[2].pColorAttachmentFormats = &colorImageFormat; in FragmentDensityMapTestInstance() 2455 &m_testParams.densityMapFormat, // const VkFormat* pColorAttachmentFormats; in createCommandBufferForDynamicRendering() 2489 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat; in createCommandBufferForDynamicRendering() 2525 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat; in createCommandBufferForDynamicRendering()
|
H A D | vktRenderPassDitheringTests.cpp | 845 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources()
|
H A D | vktDynamicRenderingTests.cpp | 303 const VkFormat* pColorAttachmentFormats, in makeGraphicsPipeline() 477 pColorAttachmentFormats, // const VkFormat* pColorAttachmentFormats; in makeGraphicsPipeline() 641 (colorAttachmentCount > 0) ? imagesFormat.colors : DE_NULL, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() 296 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const deUint32 colorAttachmentCount, const VkFormat* pColorAttachmentFormats, const VkFormat depthAttachmentFormat, const VkFormat stencilAttachmentFormat) makeGraphicsPipeline() argument
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 686 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats; in createCommandBuffer() 1293 renderingCreateInfo.pColorAttachmentFormats = colorVector.data(); in iterate()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fast_clear.c | 229 .pColorAttachmentFormats = &color_format, in create_pipeline()
|
H A D | radv_meta_resolve.c | 83 .pColorAttachmentFormats = color_formats, in create_pipeline()
|
H A D | radv_meta_blit2d.c | 682 .pColorAttachmentFormats = &format, in blit2d_init_color_pipeline()
|
H A D | radv_meta_blit.c | 685 rendering_create_info.pColorAttachmentFormats = &format; in build_pipeline()
|
H A D | radv_meta_resolve_fs.c | 154 .pColorAttachmentFormats = &format, in create_resolve_pipeline()
|
H A D | radv_pipeline.c | 1826 info.color_att_formats[i] = ri->pColorAttachmentFormats[i]; in radv_pipeline_init_rendering_info() 1847 if (ri->pColorAttachmentFormats[i] != VK_FORMAT_UNDEFINED) { in radv_pipeline_init_color_blend_info() 7111 rendering_create_info.pColorAttachmentFormats = color_formats; in radv_graphics_pipeline_create()
|
H A D | radv_meta_clear.c | 224 .pColorAttachmentFormats = att_formats, in create_color_pipeline()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 712 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2() 724 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2()
|
H A D | vk_graphics_state.c | 944 rp->color_attachment_formats[i] = r_info->pColorAttachmentFormats[i]; in vk_render_pass_state_init() 945 if (r_info->pColorAttachmentFormats[i] != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.c | 1121 VkFormat format = info->pColorAttachmentFormats[i]; in tu_setup_dynamic_inheritance()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 2477 const VkFormat* pColorAttachmentFormats; in hash_rendering_state() 2485 return XXH32(info->pColorAttachmentFormats, sizeof(VkFormat) * info->colorAttachmentCount, hash); in hash_rendering_state() 2496 !memcmp(ai->pColorAttachmentFormats, bi->pColorAttachmentFormats, sizeof(VkFormat) * ai->colorAttachmentCount); in equals_rendering_state() 4558 ctx->gfx_pipeline_state.rendering_info.pColorAttachmentFormats = ctx->gfx_pipeline_state.rendering_formats; in zink_context_create()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1709 memcpy(color_fmts, ri->pColorAttachmentFormats, in dzn_graphics_pipeline_create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 2895 &cbFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() 3338 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 2488 finalRenderingInfo.pColorAttachmentFormats = &colorFormat; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 2482 &cbFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() 2813 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in drawCommands()
|