Lines Matching defs:dword
839 unsigned dword = out->stream * A6XX_SO_PROG_DWORDS + loc/2;
841 prog[dword] |= A6XX_VPC_SO_PROG_B_EN |
845 prog[dword] |= A6XX_VPC_SO_PROG_A_EN |
849 BITSET_SET(valid_dwords, dword);
1576 A6XX_SP_FS_RENDER_COMPONENTS(.dword = fs_render_components));
1586 A6XX_RB_RENDER_COMPONENTS(.dword = fs_render_components));
2285 tu_cs_emit_regs(cs, A6XX_SP_BLEND_CNTL(.dword = pipeline->sp_blend_cntl));
2286 tu_cs_emit_regs(cs, A6XX_RB_BLEND_CNTL(.dword = pipeline->rb_blend_cntl));
2290 A6XX_RB_MRT_CONTROL(i, .dword = pipeline->rb_mrt_control[i]),
2291 A6XX_RB_MRT_BLEND_CONTROL(i, .dword = pipeline->rb_mrt_blend_control[i]));
3442 tu_cs_emit_regs(&cs, A6XX_PC_RASTER_CNTL(.dword = pipeline->pc_raster_cntl));
3443 tu_cs_emit_regs(&cs, A6XX_VPC_UNKNOWN_9107(.dword = pipeline->vpc_unknown_9107));
3450 tu_cs_emit_regs(&cs, A6XX_GRAS_SU_CNTL(.dword = pipeline->gras_su_cntl));
3570 tu_cs_emit_regs(&cs, A6XX_RB_STENCILWRMASK(.dword = pipeline->stencil_wrmask));