Lines Matching refs:pass
85 /* Whether the set of fragments that pass the combined Z/S test is
2006 * disabled or if the subpass of the render pass the pipeline is
2034 * disabled or if the subpass of the render pass the pipeline is created
2844 /* This pass is not suitable for mesh shaders, because it can't know
2890 /* Update outputs_written to reflect that the pass added a new output. */
2924 /* Update outputs_written to reflect that the pass added a new output. */
4694 /* Determine if shaders uses NGG before linking because it's needed for some NIR pass. */
6535 * the pixel is contained should pass the cliprect
7091 RADV_FROM_HANDLE(radv_render_pass, pass, pCreateInfo->renderPass);
7092 struct radv_subpass *subpass = pass->subpasses + pCreateInfo->subpass;
7102 ? pass->attachments[subpass->depth_stencil_attachment->attachment].format
7114 color_formats[i] = pass->attachments[subpass->color_attachments[i].attachment].format;
7129 samples[i] = pass->attachments[subpass->color_attachments[i].attachment].samples;