Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1060 BRW_VERTICAL_STRIDE_8 = 4, enumerator
Dbrw_fs_builder.h822 if (src.vstride != BRW_VERTICAL_STRIDE_8 || in fix_3src_operand()
Dbrw_reg.h469 BRW_VERTICAL_STRIDE_8, in brw_vec8_reg()
Dbrw_eu_emit.c319 if (reg.vstride == BRW_VERTICAL_STRIDE_8) { in brw_set_src0()
426 if (reg.vstride == BRW_VERTICAL_STRIDE_8) { in brw_set_src1()
779 case BRW_VERTICAL_STRIDE_8: in to_3src_align1_vstride()
1243 src1.vstride = BRW_VERTICAL_STRIDE_8; in brw_PLN()
Dbrw_disasm.c1173 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_8: return BRW_VERTICAL_STRIDE_8; in vstride_from_align1_3src_vstride()
1223 case BRW_VERTICAL_STRIDE_8: return BRW_WIDTH_8; in implied_width()
Dtest_eu_validate.cpp841 { BRW_VERTICAL_STRIDE_8, false }, in TEST_P()
1062 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_8); in TEST_P()
Dbrw_fs.cpp3356 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()