Lines Matching defs:dword

307 		instr_out(ctx, 2, "dword\n");
309 instr_out(ctx, 3, "upper dword\n");
349 instr_out(ctx, 2, "dword\n");
351 instr_out(ctx, 3, "upper dword\n");
363 instr_out(ctx, i, "dword %d\n", i);
577 instr_out(ctx, i, "dword %d\n", i);
1786 int width, height, pitch, dword;
1789 dword = data[i];
1792 dword & (1 << 31) ?
1794 dword & (1 << 1) ?
1796 dword & (1 << 0) ?
1799 dword = data[i];
1800 width = ((dword >> 10) & ((1 << 11) - 1)) + 1;
1801 height = ((dword >> 21) & ((1 << 11) - 1)) + 1;
1804 if (dword & (1 << 2))
1806 else if (dword & (1 << 1))
1807 tiling = dword & (1 << 0) ? "Y" : "X";
1810 switch ((dword >> 7) & 0x7) {
1813 switch ((dword >> 3) & 0xf) {
1830 switch ((dword >> 3) & 0xf) {
1859 switch ((dword >> 3) & 0xf) {
1912 switch ((dword >> 3) & 0xf) {
1929 switch ((dword >> 3) & 0x7) {
1949 switch ((dword >> 3) & 0xf) {
1956 dword = data[i];
1961 dword & (1 << 9) ? " palette select" :
1964 dword = data[i];
1966 4 * (((dword >> 21) & ((1 << 11) - 1)) + 1);
1969 map, pitch, (dword >> 9) & 0x3f,
1970 dword & 0xff, (dword >> 15) & 0x3f,
1971 dword & (1 << 8) ? "miplayout legacy"
2033 uint32_t dword;
2036 dword = data[i];
2037 switch ((dword >> 20) & 0x3) {
2053 dword & (1 << 31) ? " reverse gamma,"
2055 dword & (1 << 30) ? " packed2planar,"
2057 dword & (1 << 29) ?
2059 (dword >> 22) & 0x1f, mip_filter,
2060 decode_sample_filter(dword >> 17),
2061 decode_sample_filter(dword >> 14),
2062 ((dword >> 5) & 0x1ff) / (0x10 * 1.0),
2063 dword & (1 << 4) ? " shadow," : "",
2064 dword & (1 << 3) ? 4 : 2,
2065 decode_compare_func(dword));
2066 dword = data[i];
2071 ((dword >> 24) & 0xff) / (0x10 * 1.0),
2072 dword & (1 << 17) ?
2074 decode_tex_coord_mode(dword >> 12),
2075 decode_tex_coord_mode(dword >> 9),
2076 decode_tex_coord_mode(dword >> 6),
2077 dword & (1 << 5) ?
2079 (dword >> 1) & 0xf,
2080 dword & (1 << 0) ? " deinterlacer," :
2082 dword = data[i];
2268 instr_out(ctx, i, "dword %d\n", i);
2591 instr_out(ctx, i, "dword %d\n", i);
3686 "immediate dword low\n");
3688 "immediate dword high\n");
3721 instr_out(ctx, 2, "immediate dword low\n");
3722 instr_out(ctx, 3, "immediate dword high\n");
3734 instr_out(ctx, i, "dword %d\n", i);
3803 instr_out(ctx, i, "dword %d\n", i);