Lines Matching refs:value
82 * These users musn't need to know to reason about the modifier value
411 * and must use the same numerical value as the original definition.
566 * Converted Clear Color value and the next 32 bits store the Higher Converted
567 * Clear Color value when applicable. The Converted Clear Color values are
745 * 19:12 k Page Kind. This value directly maps to a field in the page
801 * with block-linear layouts, is remapped within drivers to the value 0xfe,
902 * of column width in the modifier (we can't use the stride value due
1426 #define AMD_FMT_MOD_SET(field, value) \
1427 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1428 #define AMD_FMT_MOD_GET(field, value) \
1429 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)