Searched refs:BRW_VERTICAL_STRIDE_0 (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 520 BRW_VERTICAL_STRIDE_0, in brw_vec1_reg() 627 BRW_VERTICAL_STRIDE_0, in brw_imm_reg() 748 imm.vstride = BRW_VERTICAL_STRIDE_0; in brw_imm_vf4() 871 BRW_VERTICAL_STRIDE_0, in brw_notification_reg() 1238 region_matches(reg, BRW_VERTICAL_STRIDE_0, BRW_WIDTH_1, \ 1253 assert(reg.vstride != BRW_VERTICAL_STRIDE_0); in element_sz()
|
D | brw_disasm.c | 1166 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_0: return BRW_VERTICAL_STRIDE_0; in vstride_from_align1_3src_vstride() 1196 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_0: return BRW_VERTICAL_STRIDE_0; in vstride_from_align1_3src_hstride() 1213 if (_vert_stride == BRW_VERTICAL_STRIDE_0 && in implied_width() 1224 case BRW_VERTICAL_STRIDE_0: in implied_width() 1303 _vert_stride = BRW_VERTICAL_STRIDE_0; in src0_3src() 1312 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src0_3src() 1377 _vert_stride = BRW_VERTICAL_STRIDE_0; in src1_3src() 1386 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src1_3src() 1465 _vert_stride = BRW_VERTICAL_STRIDE_0; in src2_3src() 1474 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src2_3src()
|
D | brw_eu_emit.c | 303 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_0); in brw_set_src0() 410 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_0); in brw_set_src1() 769 case BRW_VERTICAL_STRIDE_0: in to_3src_align1_vstride() 966 src0.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 975 src1.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 984 src2.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 1046 if (src0.vstride == BRW_VERTICAL_STRIDE_0) \ 1048 if (src1.vstride == BRW_VERTICAL_STRIDE_0) \ 1050 if (src2.vstride == BRW_VERTICAL_STRIDE_0) \ 1076 if (src0.vstride == BRW_VERTICAL_STRIDE_0) \ [all …]
|
D | brw_eu_validate.c | 210 return brw_inst_src0_vstride(devinfo, inst) == BRW_VERTICAL_STRIDE_0 && in src0_has_scalar_region() 219 return brw_inst_src1_vstride(devinfo, inst) == BRW_VERTICAL_STRIDE_0 && in src1_has_scalar_region() 1043 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 1049 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 1058 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 1064 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters()
|
D | test_eu_validate.cpp | 220 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 684 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 693 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 730 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 739 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 837 { BRW_VERTICAL_STRIDE_0, true }, in TEST_P() 1130 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 1147 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P()
|
D | brw_vec4.cpp | 1655 BRW_VERTICAL_STRIDE_0, in get_timestamp() 1800 if (inst->src[i].vstride == BRW_VERTICAL_STRIDE_0 && in convert_to_hw_regs() 2326 hw_reg->vstride = BRW_VERTICAL_STRIDE_0; in apply_logical_swizzle() 2337 hw_reg->vstride = BRW_VERTICAL_STRIDE_0; in apply_logical_swizzle()
|
D | brw_eu_defines.h | 1056 BRW_VERTICAL_STRIDE_0 = 0, enumerator
|
D | brw_vec4_generator.cpp | 929 if (offset.vstride == BRW_VERTICAL_STRIDE_0 && in generate_tes_add_indirect_urb_offset()
|
D | brw_fs_generator.cpp | 177 brw_reg.vstride == BRW_VERTICAL_STRIDE_0 && in brw_reg_from_fs_reg()
|