Searched refs:S_028040_NUM_SAMPLES (Results 1 – 5 of 5) sorted by relevance
788 #define S_028040_NUM_SAMPLES(x) (((unsigned)(x) & 0x3) << 2) /* cayman only … macro
1383 surf->db_z_info |= S_028040_NUM_SAMPLES(util_logbase2(rtex->resource.b.b.nr_samples)); in evergreen_init_depth_surface()
3396 ds->db_z_info |= S_028040_NUM_SAMPLES(util_logbase2(iview->image->info.samples)); in radv_initialise_ds_surface()
2587 S_028040_NUM_SAMPLES(util_logbase2(rtex->resource.b.b.nr_samples)); in si_init_depth_surface()
5157 #define S_028040_NUM_SAMPLES(x) (((unsigned)(x) & 0x03) << 2) macro