/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 313 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 D | tu_pass.c | 1139 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 D | tu_pipeline.c | 3928 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 D | radv_meta_decompress.c | 195 .depthAttachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT, in create_pipeline()
|
H A D | radv_meta_blit2d.c | 816 .depthAttachmentFormat = VK_FORMAT_D32_SFLOAT, in blit2d_init_depth_only_pipeline()
|
H A D | radv_meta_blit.c | 689 rendering_create_info.depthAttachmentFormat = format; in build_pipeline()
|
H A D | radv_meta_resolve_fs.c | 441 .depthAttachmentFormat = index == DEPTH_RESOLVE ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_UNDEFINED, in create_depth_stencil_resolve_pipeline()
|
H A D | radv_pipeline.c | 1788 (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 D | radv_meta_clear.c | 487 .depthAttachmentFormat = in create_depthstencil_pipeline()
|
H A D | radv_cmd_buffer.c | 4957 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 D | vk_render_pass.c | 713 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2() 725 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
|
H A D | vk_graphics_state.c | 949 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 D | zink_context.c | 2246 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 D | vn_protocol_driver_pipeline.h | 1689 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 D | dzn_pipeline.c | 1711 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 D | vktRenderPassDitheringTests.cpp | 847 renderingCreateInfo.depthAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 685 useDepth ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat depthAttachmentFormat; in createCommandBuffer() 1287 renderingCreateInfo.depthAttachmentFormat = (hasDepth && useDepth ? format : VK_FORMAT_UNDEFINED); in iterate()
|
H A D | vktDynamicRenderingTests.cpp | 309 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 D | vktRenderPassDitheringTests.cpp | 849 renderingCreateInfo.depthAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
|
H A D | vktDynamicRenderingTests.cpp | 304 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 D | vktRenderPassLoadStoreOpNoneTests.cpp | 687 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 D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 3022 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 D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 3009 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 D | vulkan.h | 2586 VkFormat depthAttachmentFormat; member 4806 VkFormat depthAttachmentFormat; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 1265 inheritanceRenderingInfo->depthAttachmentFormat = subpass.m_depthStencilAttachment.format; in fillInheritanceRenderingInfo()
|