Home
last modified time | relevance | path

Searched refs:S_028040_NUM_SAMPLES (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h788 #define S_028040_NUM_SAMPLES(x) (((unsigned)(x) & 0x3) << 2) /* cayman only … macro
Devergreen_state.c1383 surf->db_z_info |= S_028040_NUM_SAMPLES(util_logbase2(rtex->resource.b.b.nr_samples)); in evergreen_init_depth_surface()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3396 ds->db_z_info |= S_028040_NUM_SAMPLES(util_logbase2(iview->image->info.samples)); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2587 S_028040_NUM_SAMPLES(util_logbase2(rtex->resource.b.b.nr_samples)); in si_init_depth_surface()
/external/mesa3d/src/amd/common/
Dsid.h5157 #define S_028040_NUM_SAMPLES(x) (((unsigned)(x) & 0x03) << 2) macro