Searched refs:BRW_HORIZONTAL_STRIDE_0 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu_debug.c | 74 hwreg.hstride == BRW_HORIZONTAL_STRIDE_0 && in brw_print_reg()
|
D | brw_wm_emit.c | 481 BRW_HORIZONTAL_STRIDE_0, in emit_ddxy() 487 BRW_HORIZONTAL_STRIDE_0, in emit_ddxy() 494 BRW_HORIZONTAL_STRIDE_0, in emit_ddxy() 500 BRW_HORIZONTAL_STRIDE_0, in emit_ddxy() 898 if (intel->gen >= 6 && ((arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0 || in emit_math1() 966 if (arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0) { in emit_math2() 971 if (arg1[0].hstride == BRW_HORIZONTAL_STRIDE_0) { in emit_math2()
|
D | brw_fs_emit.cpp | 461 BRW_HORIZONTAL_STRIDE_0, in generate_ddx() 467 BRW_HORIZONTAL_STRIDE_0, in generate_ddx() 484 BRW_HORIZONTAL_STRIDE_0, in generate_ddy() 490 BRW_HORIZONTAL_STRIDE_0, in generate_ddy()
|
D | brw_eu.h | 304 BRW_HORIZONTAL_STRIDE_0, in brw_vec1_reg() 383 BRW_HORIZONTAL_STRIDE_0, in brw_imm_reg() 543 BRW_HORIZONTAL_STRIDE_0, in brw_ip_reg() 564 BRW_HORIZONTAL_STRIDE_0, in brw_notification_1_reg()
|
D | brw_eu_emit.c | 122 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0) in brw_set_dest() 140 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0) in brw_set_dest() 286 insn->bits2.da1.src0_horiz_stride = BRW_HORIZONTAL_STRIDE_0; in brw_set_src0() 357 insn->bits3.da1.src1_horiz_stride = BRW_HORIZONTAL_STRIDE_0; in brw_set_src1()
|
D | brw_defines.h | 558 #define BRW_HORIZONTAL_STRIDE_0 0 macro
|