Searched refs:BRW_VERTICAL_STRIDE_2 (Results 1 – 9 of 9) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | brw_reg.h | 276 BRW_VERTICAL_STRIDE_2, in brw_vec2_reg()
|
D | brw_defines.h | 822 #define BRW_VERTICAL_STRIDE_2 2 macro
|
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1024 return BRW_VERTICAL_STRIDE_2; in vstride_from_align1_3src_vstride() 1051 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_VERTICAL_STRIDE_2; in vstride_from_align1_3src_hstride() 1073 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2; in implied_width()
|
D | brw_eu_defines.h | 1023 BRW_VERTICAL_STRIDE_2 = 2, enumerator
|
D | brw_eu_validate.c | 949 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 && in general_restrictions_on_region_parameters() 964 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 && in general_restrictions_on_region_parameters()
|
D | brw_reg.h | 511 BRW_VERTICAL_STRIDE_2, in brw_vec2_reg()
|
D | test_eu_validate.cpp | 221 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P() 836 { BRW_VERTICAL_STRIDE_2, devinfo.is_haswell || devinfo.gen >= 8 }, in TEST_P() 1038 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P() 1089 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P()
|
D | brw_eu_emit.c | 326 reg.vstride == BRW_VERTICAL_STRIDE_2) { in brw_set_src0() 433 reg.vstride == BRW_VERTICAL_STRIDE_2) { in brw_set_src1() 754 case BRW_VERTICAL_STRIDE_2: in to_3src_align1_vstride()
|
D | brw_fs_generator.cpp | 1333 vstride = BRW_VERTICAL_STRIDE_2; in generate_ddx()
|