Home
last modified time | relevance | path

Searched refs:aa_dest_stencil_reg (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_iz.c158 c->aa_dest_stencil_reg = reg; in brw_wm_lookup_iz()
Dbrw_wm_emit.c1373 GLuint comp = c->aa_dest_stencil_reg / 2; in emit_aa()
1374 GLuint off = c->aa_dest_stencil_reg % 2; in emit_aa()
1405 if (c->aa_dest_stencil_reg) in emit_fb_write()
1528 if (c->aa_dest_stencil_reg) in emit_fb_write()
Dbrw_wm.h203 uint8_t aa_dest_stencil_reg; member
Dbrw_fs_visitor.cpp2075 if (c->aa_dest_stencil_reg) { in emit_fb_writes()
2078 fs_reg(brw_vec8_grf(c->aa_dest_stencil_reg, 0))); in emit_fb_writes()