Home
last modified time | relevance | path

Searched refs:G_028804_PS_ITER_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h249 #define G_028804_PS_ITER_SAMPLES(x) (((x) >> 4) & 0x07) macro
2714 #define G_028804_PS_ITER_SAMPLES(x) (((x) >> 4) & 0x07) macro
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3981 unsigned ps_iter_samples = 1u << G_028804_PS_ITER_SAMPLES(pipeline->graphics.ms.db_eqaa); in radv_gfx9_compute_bin_size()