Lines Matching refs:x7
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0)
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7)
43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10)
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7)
166 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((unsigned)(x) & 0x7) << 0)
167 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(x) (((x) >> 0) & 0x7)
169 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((unsigned)(x) & 0x7) << 3)
170 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(x) (((x) >> 3) & 0x7)
172 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((unsigned)(x) & 0x7) << 6)
173 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(x) (((x) >> 6) & 0x7)
175 #define S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(x) (((unsigned)(x) & 0x7) << 9)
176 #define G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(x) (((x) >> 9) & 0x7)
242 #define S_SQ_ALU_WORD0_INDEX_MODE(x) (((unsigned)(x) & 0x7) << 26)
243 #define G_SQ_ALU_WORD0_INDEX_MODE(x) (((x) >> 26) & 0x7)
252 #define S_SQ_ALU_WORD1_ENCODING(x) (((unsigned)(x) & 0x7) << 15)
253 #define G_SQ_ALU_WORD1_ENCODING(x) (((x) >> 15) & 0x7)
255 #define S_SQ_ALU_WORD1_BANK_SWIZZLE(x) (((unsigned)(x) & 0x7) << 18)
256 #define G_SQ_ALU_WORD1_BANK_SWIZZLE(x) (((x) >> 18) & 0x7)
337 #define S_SQ_VTX_WORD1_DST_SEL_X(x) (((unsigned)(x) & 0x7) << 9)
338 #define G_SQ_VTX_WORD1_DST_SEL_X(x) (((x) >> 9) & 0x7)
340 #define S_SQ_VTX_WORD1_DST_SEL_Y(x) (((unsigned)(x) & 0x7) << 12)
341 #define G_SQ_VTX_WORD1_DST_SEL_Y(x) (((x) >> 12) & 0x7)
343 #define S_SQ_VTX_WORD1_DST_SEL_Z(x) (((unsigned)(x) & 0x7) << 15)
344 #define G_SQ_VTX_WORD1_DST_SEL_Z(x) (((x) >> 15) & 0x7)
346 #define S_SQ_VTX_WORD1_DST_SEL_W(x) (((unsigned)(x) & 0x7) << 18)
347 #define G_SQ_VTX_WORD1_DST_SEL_W(x) (((x) >> 18) & 0x7)
423 #define S_SQ_TEX_WORD1_DST_SEL_X(x) (((unsigned)(x) & 0x7) << 9)
424 #define G_SQ_TEX_WORD1_DST_SEL_X(x) (((x) >> 9) & 0x7)
426 #define S_SQ_TEX_WORD1_DST_SEL_Y(x) (((unsigned)(x) & 0x7) << 12)
427 #define G_SQ_TEX_WORD1_DST_SEL_Y(x) (((x) >> 12) & 0x7)
429 #define S_SQ_TEX_WORD1_DST_SEL_Z(x) (((unsigned)(x) & 0x7) << 15)
430 #define G_SQ_TEX_WORD1_DST_SEL_Z(x) (((x) >> 15) & 0x7)
432 #define S_SQ_TEX_WORD1_DST_SEL_W(x) (((unsigned)(x) & 0x7) << 18)
433 #define G_SQ_TEX_WORD1_DST_SEL_W(x) (((x) >> 18) & 0x7)
465 #define S_SQ_TEX_WORD2_SRC_SEL_X(x) (((unsigned)(x) & 0x7) << 20)
466 #define G_SQ_TEX_WORD2_SRC_SEL_X(x) (((x) >> 20) & 0x7)
468 #define S_SQ_TEX_WORD2_SRC_SEL_Y(x) (((unsigned)(x) & 0x7) << 23)
469 #define G_SQ_TEX_WORD2_SRC_SEL_Y(x) (((x) >> 23) & 0x7)
471 #define S_SQ_TEX_WORD2_SRC_SEL_Z(x) (((unsigned)(x) & 0x7) << 26)
472 #define G_SQ_TEX_WORD2_SRC_SEL_Z(x) (((x) >> 26) & 0x7)
474 #define S_SQ_TEX_WORD2_SRC_SEL_W(x) (((unsigned)(x) & 0x7) << 29)
475 #define G_SQ_TEX_WORD2_SRC_SEL_W(x) (((x) >> 29) & 0x7)