Lines Matching defs:out
994 * enabled because the driver can't update out-of-order rasterization
1008 * it's safe to enable out-of-order.
1049 /* Determine if out-of-order rasterization should be disabled when occlusion queries are used. */
1116 /* Determine if the driver can enable out-of-order
1155 * number of rasterization samples, and cover all samples in those pixels (unless masked out
2269 struct radv_pipeline_stage *stages, struct gfx9_gs_info *out)
2376 out->lds_size = align(esgs_lds_size, 128) / 128;
2377 out->vgt_gs_onchip_cntl = S_028A44_ES_VERTS_PER_SUBGRP(es_verts_per_subgroup) |
2380 out->vgt_gs_max_prims_per_subgroup = S_028A94_MAX_PRIMS_PER_SUBGROUP(max_prims_per_subgroup);
2381 out->vgt_esgs_ring_itemsize = esgs_itemsize;
4722 /* Gather info again, information such as outputs_read can be out-of-date. */
4807 /* On GFX6, read2/write2 is out-of-bounds if the offset register is negative, even if
5899 /* TODO: figure out how S_00B204_CU_EN_GFX11 interacts with ac_set_reg_cu_en */