Home
last modified time | relevance | path

Searched refs:depthAttachmentFormat (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp313 VkFormat depthAttachmentFormat = VK_FORMAT_UNDEFINED; in iterate() local
336 depthAttachmentFormat = format; in iterate()
367 depthAttachmentFormat, // VkFormat depthAttachmentFormat; in iterate() local
384 depthAttachmentFormat ? &depthAttachmentInfo : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in iterate()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c1139 if (info->depthAttachmentFormat != VK_FORMAT_UNDEFINED || in tu_setup_dynamic_inheritance()
1142 att->format = info->depthAttachmentFormat != VK_FORMAT_UNDEFINED ? in tu_setup_dynamic_inheritance()
1143 info->depthAttachmentFormat : info->stencilAttachmentFormat; in tu_setup_dynamic_inheritance()
H A Dtu_pipeline.c3928 rendering_info->depthAttachmentFormat == VK_FORMAT_UNDEFINED ? in tu_pipeline_builder_init_graphics()
3930 rendering_info->depthAttachmentFormat; in tu_pipeline_builder_init_graphics()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c195 .depthAttachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT, in create_pipeline()
H A Dradv_meta_blit2d.c816 .depthAttachmentFormat = VK_FORMAT_D32_SFLOAT, in blit2d_init_depth_only_pipeline()
H A Dradv_meta_blit.c689 rendering_create_info.depthAttachmentFormat = format; in build_pipeline()
H A Dradv_meta_resolve_fs.c441 .depthAttachmentFormat = index == DEPTH_RESOLVE ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_UNDEFINED, in create_depth_stencil_resolve_pipeline()
H A Dradv_pipeline.c1788 (ri->depthAttachmentFormat != VK_FORMAT_UNDEFINED || in radv_pipeline_init_depth_stencil_info()
1829 info.depth_att_format = ri->depthAttachmentFormat; in radv_pipeline_init_rendering_info()
7105 rendering_create_info.depthAttachmentFormat = in radv_graphics_pipeline_create()
H A Dradv_meta_clear.c487 .depthAttachmentFormat = in create_depthstencil_pipeline()
H A Dradv_cmd_buffer.c4957 if (dyn_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED || in radv_inherit_dynamic_rendering()
4959 VkFormat fmt = dyn_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED in radv_inherit_dynamic_rendering()
4960 ? dyn_info->depthAttachmentFormat in radv_inherit_dynamic_rendering()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c713 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
725 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
H A Dvk_graphics_state.c949 rp->depth_attachment_format = r_info->depthAttachmentFormat; in vk_render_pass_state_init()
950 if (r_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init()
1187 * and either of VkPipelineRenderingCreateInfo::depthAttachmentFormat in vk_graphics_pipeline_state_fill()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2246 ctx->gfx_pipeline_state.rendering_info.depthAttachmentFormat = VK_FORMAT_UNDEFINED; in begin_rendering()
2266 ctx->gfx_pipeline_state.rendering_info.depthAttachmentFormat = surf->info.format[0]; in begin_rendering()
2276 ctx->gfx_pipeline_state.rendering_info.depthAttachmentFormat = VK_FORMAT_UNDEFINED; in begin_rendering()
2330 assert(!ctx->dynamic_fb.info.pDepthAttachment || ctx->gfx_pipeline_state.rendering_info.depthAttachmentFormat); in begin_rendering()
2478 VkFormat depthAttachmentFormat; in hash_rendering_state()
2483 hash = XXH32(&info->depthAttachmentFormat, sizeof(uint32_t), hash); in hash_rendering_state()
2494 ai->depthAttachmentFormat == bi->depthAttachmentFormat && in equals_rendering_state()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1689 size += vn_sizeof_VkFormat(&val->depthAttachmentFormat); in vn_sizeof_VkPipelineRenderingCreateInfo_self()
1725 vn_encode_VkFormat(enc, &val->depthAttachmentFormat); in vn_encode_VkPipelineRenderingCreateInfo_self()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1711 if (ri->depthAttachmentFormat != VK_FORMAT_UNDEFINED) in dzn_graphics_pipeline_create()
1712 zs_fmt = ri->depthAttachmentFormat; in dzn_graphics_pipeline_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp847 renderingCreateInfo.depthAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
H A DvktRenderPassLoadStoreOpNoneTests.cpp685 useDepth ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat; in createCommandBuffer()
1287 renderingCreateInfo.depthAttachmentFormat = (hasDepth && useDepth ? format : VK_FORMAT_UNDEFINED); in iterate()
H A DvktDynamicRenderingTests.cpp309 const VkFormat depthAttachmentFormat, in makeGraphicsPipeline()
483 depthAttachmentFormat, // VkFormat depthAttachmentFormat; in makeGraphicsPipeline()
647 imagesFormat.depth, // VkFormat depthAttachmentFormat; 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 DvktRenderPassDitheringTests.cpp849 renderingCreateInfo.depthAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
H A DvktDynamicRenderingTests.cpp304 const VkFormat depthAttachmentFormat, in makeGraphicsPipeline()
478 depthAttachmentFormat, // VkFormat depthAttachmentFormat; in makeGraphicsPipeline()
642 imagesFormat.depth, // VkFormat depthAttachmentFormat; 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.cpp687 useDepth ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat; in createCommandBuffer()
1280 renderingCreateInfo.depthAttachmentFormat = (hasDepth ? format : VK_FORMAT_UNDEFINED); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp3022 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawBasic()
3029 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawBasic()
3347 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawClearAttachments()
3354 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawClearAttachments()
3825 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawMultiRenderPass()
3832 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawMultiRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp3009 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawBasic()
3016 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawBasic()
3328 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawClearAttachments()
3335 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawClearAttachments()
3790 VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat in drawMultiRenderPass()
3797 pipelineRenderingCreateInfo.depthAttachmentFormat = params.depthStencilFormat; in drawMultiRenderPass()
/third_party/glfw/deps/glad/
H A Dvulkan.h2586 VkFormat depthAttachmentFormat; member
4806 VkFormat depthAttachmentFormat; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1265 inheritanceRenderingInfo->depthAttachmentFormat = subpass.m_depthStencilAttachment.format; in fillInheritanceRenderingInfo()

Completed in 121 milliseconds

12