Home | History | Annotate | Download | only in intel

Lines Matching defs:dword

313 		instr_out(ctx, 2, "dword\n");
315 instr_out(ctx, 3, "upper dword\n");
355 instr_out(ctx, 2, "dword\n");
357 instr_out(ctx, 3, "upper dword\n");
369 instr_out(ctx, i, "dword %d\n", i);
583 instr_out(ctx, i, "dword %d\n", i);
1311 * 1 DWORD instead of 2. The 0 length is specified in
1792 int width, height, pitch, dword;
1795 dword = data[i];
1798 dword & (1 << 31) ?
1800 dword & (1 << 1) ?
1802 dword & (1 << 0) ?
1805 dword = data[i];
1806 width = ((dword >> 10) & ((1 << 11) - 1)) + 1;
1807 height = ((dword >> 21) & ((1 << 11) - 1)) + 1;
1810 if (dword & (1 << 2))
1812 else if (dword & (1 << 1))
1813 tiling = dword & (1 << 0) ? "Y" : "X";
1816 switch ((dword >> 7) & 0x7) {
1819 switch ((dword >> 3) & 0xf) {
1836 switch ((dword >> 3) & 0xf) {
1865 switch ((dword >> 3) & 0xf) {
1918 switch ((dword >> 3) & 0xf) {
1935 switch ((dword >> 3) & 0x7) {
1955 switch ((dword >> 3) & 0xf) {
1962 dword = data[i];
1967 dword & (1 << 9) ? " palette select" :
1970 dword = data[i];
1972 4 * (((dword >> 21) & ((1 << 11) - 1)) + 1);
1975 map, pitch, (dword >> 9) & 0x3f,
1976 dword & 0xff, (dword >> 15) & 0x3f,
1977 dword & (1 << 8) ? "miplayout legacy"
2039 uint32_t dword;
2042 dword = data[i];
2043 switch ((dword >> 20) & 0x3) {
2059 dword & (1 << 31) ? " reverse gamma,"
2061 dword & (1 << 30) ? " packed2planar,"
2063 dword & (1 << 29) ?
2065 (dword >> 22) & 0x1f, mip_filter,
2066 decode_sample_filter(dword >> 17),
2067 decode_sample_filter(dword >> 14),
2068 ((dword >> 5) & 0x1ff) / (0x10 * 1.0),
2069 dword & (1 << 4) ? " shadow," : "",
2070 dword & (1 << 3) ? 4 : 2,
2071 decode_compare_func(dword));
2072 dword = data[i];
2077 ((dword >> 24) & 0xff) / (0x10 * 1.0),
2078 dword & (1 << 17) ?
2080 decode_tex_coord_mode(dword >> 12),
2081 decode_tex_coord_mode(dword >> 9),
2082 decode_tex_coord_mode(dword >> 6),
2083 dword & (1 << 5) ?
2085 (dword >> 1) & 0xf,
2086 dword & (1 << 0) ? " deinterlacer," :
2088 dword = data[i];
2274 instr_out(ctx, i, "dword %d\n", i);
2597 instr_out(ctx, i, "dword %d\n", i);
3692 "immediate dword low\n");
3694 "immediate dword high\n");
3727 instr_out(ctx, 2, "immediate dword low\n");
3728 instr_out(ctx, 3, "immediate dword high\n");
3740 instr_out(ctx, i, "dword %d\n", i);
3809 instr_out(ctx, i, "dword %d\n", i);