Home
last modified time | relevance | path

Searched refs:BRW_VERTICAL_STRIDE_8 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h895 BRW_VERTICAL_STRIDE_8 = 4, enumerator
Dbrw_reg.h418 BRW_VERTICAL_STRIDE_8, in brw_vec8_reg()
Dbrw_disasm.c945 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_8: return BRW_VERTICAL_STRIDE_8; in vstride_from_align1_3src_vstride()
994 case BRW_VERTICAL_STRIDE_8: return BRW_WIDTH_8; in implied_width()
Dbrw_eu_emit.c249 if (reg.vstride == BRW_VERTICAL_STRIDE_8) { in brw_set_src0()
339 if (reg.vstride == BRW_VERTICAL_STRIDE_8) { in brw_set_src1()
686 case BRW_VERTICAL_STRIDE_8: in to_3src_align1_vstride()
1102 src1.vstride = BRW_VERTICAL_STRIDE_8; in brw_PLN()
Dtest_eu_validate.cpp450 { BRW_VERTICAL_STRIDE_8, false }, in TEST_P()
671 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_8); in TEST_P()
Dbrw_fs.cpp3068 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()