Home
last modified time | relevance | path

Searched refs:pColorAttachmentFormats (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1683 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 Dvn_protocol_driver_command_buffer.h141 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 DvktRenderPassFragmentDensityMapTests.cpp1952 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 DvktRenderPassDitheringTests.cpp843 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources()
H A DvktRenderPassLoadStoreOpNoneTests.cpp684 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats; in createCommandBuffer()
1300 renderingCreateInfo.pColorAttachmentFormats = colorVector.data(); in iterate()
H A DvktDynamicRenderingTests.cpp308 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 DvktRenderPassFragmentDensityMapTests.cpp1887 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 DvktRenderPassDitheringTests.cpp845 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources()
H A DvktDynamicRenderingTests.cpp303 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 DvktRenderPassLoadStoreOpNoneTests.cpp686 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats; in createCommandBuffer()
1293 renderingCreateInfo.pColorAttachmentFormats = colorVector.data(); in iterate()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fast_clear.c229 .pColorAttachmentFormats = &color_format, in create_pipeline()
H A Dradv_meta_resolve.c83 .pColorAttachmentFormats = color_formats, in create_pipeline()
H A Dradv_meta_blit2d.c682 .pColorAttachmentFormats = &format, in blit2d_init_color_pipeline()
H A Dradv_meta_blit.c685 rendering_create_info.pColorAttachmentFormats = &format; in build_pipeline()
H A Dradv_meta_resolve_fs.c154 .pColorAttachmentFormats = &format, in create_resolve_pipeline()
H A Dradv_pipeline.c1826 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 Dradv_meta_clear.c224 .pColorAttachmentFormats = att_formats, in create_color_pipeline()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c712 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2()
724 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2()
H A Dvk_graphics_state.c944 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 Dtu_pass.c1121 VkFormat format = info->pColorAttachmentFormats[i]; in tu_setup_dynamic_inheritance()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2477 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 Ddzn_pipeline.c1709 memcpy(color_fmts, ri->pColorAttachmentFormats, in dzn_graphics_pipeline_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp2895 &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 DvktPipelineLibraryTests.cpp2488 finalRenderingInfo.pColorAttachmentFormats = &colorFormat; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp2482 &cbFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
2813 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in drawCommands()

Completed in 111 milliseconds

12