Lines Matching refs:field
128 #define VC4_SET_FIELD(value, field) \
130 uint32_t fieldval = (value) << field ## _SHIFT; \
131 assert((fieldval & ~ field ## _MASK) == 0); \
132 fieldval & field ## _MASK; \
135 #define VC4_GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT)
197 /** The values of the field are VC4_TILING_FORMAT_* */
227 /** same values in this 3-bit field as PIPE_FUNC_* */
281 /** The values of the field are VC4_TILING_FORMAT_* */