Home
last modified time | relevance | path

Searched defs:brw_reg (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h73 struct brw_reg struct
75 GLuint type:4;
76 GLuint file:2;
77 GLuint nr:8;
78 GLuint subnr:5; /* :1 in align16 */
79 GLuint negate:1; /* source only */
80 GLuint abs:1; /* source only */
81 GLuint vstride:4; /* source only */
82 GLuint width:3; /* src only, align1 only */
83 GLuint hstride:2; /* align1 only */
[all …]
Dbrw_vs_emit.c430 struct brw_reg dst, in unalias1()
453 struct brw_reg dst, in unalias2()
479 struct brw_reg dst, in unalias3()
Dbrw_wm_emit.c515 struct brw_reg, in emit_alu1()
516 struct brw_reg), in emit_alu1()
539 struct brw_reg, in emit_alu2()
541 struct brw_reg), in emit_alu2()
Dbrw_vec4_emit.cpp159 struct brw_reg brw_reg; in get_dst() local
193 struct brw_reg brw_reg; in get_src() local
Dbrw_fs_emit.cpp673 struct brw_reg brw_reg; in brw_reg_from_fs_reg() local
Dbrw_fs.cpp928 struct brw_reg brw_reg = brw_vec1_grf(c->nr_payload_regs + in assign_curb_setup() local