Searched refs:BRW_WIDTH_4 (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 320 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 …]
|
D | brw_reg.h | 495 BRW_WIDTH_4, in brw_vec4_reg() 757 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
|
D | brw_disasm.c | 1074 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()
|
D | brw_eu_defines.h | 1042 BRW_WIDTH_4 = 2, enumerator
|
D | brw_vec4_generator.cpp | 936 offset.width == BRW_WIDTH_4 && in generate_tes_add_indirect_urb_offset()
|
D | brw_vec4.cpp | 1902 BRW_WIDTH_4, in get_timestamp()
|
D | brw_fs_generator.cpp | 1338 width = BRW_WIDTH_4; in generate_ddx()
|
/external/igt-gpu-tools/assembler/ |
D | brw_reg.h | 262 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()
|
D | brw_defines.h | 834 #define BRW_WIDTH_4 2 macro
|