Lines Matching refs:COND
159 #define COND(bool, val) ((bool) ? (val) : 0)
246 COND(util_format_is_srgb(args->format), A6XX_TEX_CONST_0_SRGB) |
332 COND(ubwc_enabled, A6XX_SP_PS_2D_SRC_INFO_FLAGS) |
333 COND(util_format_is_srgb(args->format), A6XX_SP_PS_2D_SRC_INFO_SRGB) |
335 COND(samples_average, A6XX_SP_PS_2D_SRC_INFO_SAMPLES_AVERAGE) |
412 COND(util_format_is_pure_sint(args->format), A6XX_SP_FS_MRT_REG_COLOR_SINT) |
413 COND(util_format_is_pure_uint(args->format), A6XX_SP_FS_MRT_REG_COLOR_UINT);
419 COND(ubwc_enabled, A6XX_RB_2D_DST_INFO_FLAGS) |
420 COND(util_format_is_srgb(args->format), A6XX_RB_2D_DST_INFO_SRGB);
427 COND(ubwc_enabled, A6XX_RB_BLIT_DST_INFO_FLAGS);
448 COND(util_format_is_srgb(format), A6XX_TEX_CONST_0_SRGB);