Lines Matching refs:subpass
164 vfi.InstanceDataStepRate = anv_subpass_view_count(pipeline->subpass); in emit_vertex_input()
433 const struct anv_subpass *subpass) in emit_rs_state() argument
502 if (subpass->depth_stencil_attachment.attachment < pass->attachment_count) { in emit_rs_state()
504 pass->attachments[subpass->depth_stencil_attachment.attachment].format; in emit_rs_state()
796 const struct anv_subpass *subpass) argument
819 if (subpass->depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) {
821 pass->attachments[subpass->depth_stencil_attachment.attachment].format;
1365 emit_3dstate_wm(struct anv_pipeline *pipeline, struct anv_subpass *subpass, argument
1405 wm.PixelShaderKillsPixel = subpass->has_ds_self_dep ||
1536 struct anv_subpass *subpass, argument
1561 ps.PixelShaderKillsPixel = subpass->has_ds_self_dep ||
1625 const struct anv_subpass *subpass) argument
1649 subpass->has_ds_self_dep || wm_prog_data->uses_kill ||
1664 struct anv_subpass *subpass = &pass->subpasses[pCreateInfo->subpass]; local
1686 pCreateInfo->pMultisampleState, pass, subpass);
1688 emit_ds_state(pipeline, pCreateInfo->pDepthStencilState, pass, subpass);
1691 compute_kill_pixel(pipeline, pCreateInfo->pMultisampleState, subpass);
1722 emit_3dstate_wm(pipeline, subpass, pCreateInfo->pColorBlendState,
1726 emit_3dstate_ps_extra(pipeline, subpass, pCreateInfo->pColorBlendState);