Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_4 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp320 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
359 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
631 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
635 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
786 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
795 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
924 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
928 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
942 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
956 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
[all …]
Dbrw_reg.h495 BRW_WIDTH_4, in brw_vec4_reg()
757 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
Dbrw_disasm.c1074 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; in implied_width()
1159 _width = BRW_WIDTH_4; in src0_3src()
1232 _width = BRW_WIDTH_4; in src1_3src()
1319 _width = BRW_WIDTH_4; in src2_3src()
Dbrw_eu_defines.h1042 BRW_WIDTH_4 = 2, enumerator
Dbrw_vec4_generator.cpp936 offset.width == BRW_WIDTH_4 && in generate_tes_add_indirect_urb_offset()
Dbrw_fs_generator.cpp1338 width = BRW_WIDTH_4; in generate_ddx()
Dbrw_vec4.cpp1902 BRW_WIDTH_4, in get_timestamp()
/external/igt-gpu-tools/assembler/
Dbrw_reg.h262 BRW_WIDTH_4, in brw_vec4_reg()
442 imm.width = BRW_WIDTH_4; in brw_imm_vf()
457 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
Dbrw_defines.h834 #define BRW_WIDTH_4 2 macro