Searched refs:BRW_VERTICAL_STRIDE_0 (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 469 BRW_VERTICAL_STRIDE_0, in brw_vec1_reg() 576 BRW_VERTICAL_STRIDE_0, in brw_imm_reg() 689 imm.vstride = BRW_VERTICAL_STRIDE_0; in brw_imm_vf4() 812 BRW_VERTICAL_STRIDE_0, in brw_notification_reg() 1151 region_matches(reg, BRW_VERTICAL_STRIDE_0, BRW_WIDTH_1, \
|
D | brw_disasm.c | 942 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_0: return BRW_VERTICAL_STRIDE_0; in vstride_from_align1_3src_vstride() 968 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_0: return BRW_VERTICAL_STRIDE_0; in vstride_from_align1_3src_hstride() 985 if (_vert_stride == BRW_VERTICAL_STRIDE_0 && in implied_width() 995 case BRW_VERTICAL_STRIDE_0: in implied_width() 1065 _vert_stride = BRW_VERTICAL_STRIDE_0; in src0_3src() 1074 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src0_3src() 1133 _vert_stride = BRW_VERTICAL_STRIDE_0; in src1_3src() 1142 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src1_3src() 1215 _vert_stride = BRW_VERTICAL_STRIDE_0; in src2_3src() 1224 is_scalar_region = _vert_stride == BRW_VERTICAL_STRIDE_0 && in src2_3src()
|
D | brw_eu_validate.c | 158 return brw_inst_src0_vstride(devinfo, inst) == BRW_VERTICAL_STRIDE_0 && in src0_has_scalar_region() 166 return brw_inst_src1_vstride(devinfo, inst) == BRW_VERTICAL_STRIDE_0 && in src1_has_scalar_region() 518 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 524 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 533 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters() 539 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_0 && in general_restrictions_on_region_parameters()
|
D | test_eu_validate.cpp | 305 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 314 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 351 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 360 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 446 { BRW_VERTICAL_STRIDE_0, true }, in TEST_P() 739 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P() 756 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_0); in TEST_P()
|
D | brw_eu_emit.c | 233 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_0); in brw_set_src0() 323 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_0); in brw_set_src1() 680 case BRW_VERTICAL_STRIDE_0: in to_3src_align1_vstride() 833 src0.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 842 src1.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 851 src2.vstride == BRW_VERTICAL_STRIDE_0); in brw_alu3() 1089 src0.vstride = BRW_VERTICAL_STRIDE_0; in brw_LINE() 1099 src0.vstride = BRW_VERTICAL_STRIDE_0; in brw_PLN()
|
D | brw_eu_defines.h | 891 BRW_VERTICAL_STRIDE_0 = 0, enumerator
|
D | brw_vec4.cpp | 1850 BRW_VERTICAL_STRIDE_0, in get_timestamp() 2050 if (inst->src[i].vstride == BRW_VERTICAL_STRIDE_0 && in convert_to_hw_regs() 2576 hw_reg->vstride = BRW_VERTICAL_STRIDE_0; in apply_logical_swizzle() 2587 hw_reg->vstride = BRW_VERTICAL_STRIDE_0; in apply_logical_swizzle()
|
D | brw_fs_generator.cpp | 166 brw_reg.vstride == BRW_VERTICAL_STRIDE_0 && in brw_reg_from_fs_reg() 1598 value.vstride = BRW_VERTICAL_STRIDE_0; in generate_shader_time_add()
|