Lines Matching refs:pass
67 /* Note: some users, like amber for example, pass in
152 /* Note: some users, like amber for example, pass in
1725 /* Don't use the binning pass variant when GS is present because we don't
1726 * support compiling correct binning pass variants with GS.
1909 .fetch_cnt = used_attrs_count, /* decode_cnt for binning pass ? */
3227 * Note also that this always uses the full VS even in binning pass. The
3228 * binning pass variant has the same const layout as the full VS, and
3230 * for the binning pass variant. It is required that the constlen state
3473 * render pass the pipeline is created against does not use a
3604 * pass the pipeline is created against does not use any color
3638 * an earlier draw, which LRZ in the draw pass could early-reject if the
3641 * TODO: We need to disable LRZ writes only for the binning pass.
3906 * used in a render pass with none of attachments enabled, so we have to
3945 const struct tu_render_pass *pass =
3948 &pass->subpasses[create_info->subpass];
3963 pass->attachments[a].format : VK_FORMAT_UNDEFINED;
3974 builder->color_attachment_formats[i] = pass->attachments[a].format;