Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_2 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp222 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
728 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
737 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
988 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
1060 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
1090 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
1411 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
Dbrw_eu_defines.h1041 BRW_WIDTH_2 = 1, enumerator
Dbrw_reg.h512 BRW_WIDTH_2, in brw_vec2_reg()
Dbrw_fs_generator.cpp179 brw_reg.width = BRW_WIDTH_2; in brw_reg_from_fs_reg()
1334 width = BRW_WIDTH_2; in generate_ddx()
Dbrw_disasm.c1073 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2; in implied_width()
Dbrw_vec4.cpp2591 hw_reg->width = BRW_WIDTH_2; in apply_logical_swizzle()
Dbrw_eu_emit.c1120 src0.width = BRW_WIDTH_2; in ALU1()
Dbrw_fs.cpp3334 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()
/external/igt-gpu-tools/assembler/
Dbrw_reg.h277 BRW_WIDTH_2, in brw_vec2_reg()
Dgram.y1006 $4.width = BRW_WIDTH_2; /* execution size must be 2. */
1014 src0.reg.width = BRW_WIDTH_2;
1032 dst_null_reg.width = BRW_WIDTH_2; /* execution size of RET should be 2 */
1036 $5.reg.width = BRW_WIDTH_2;
Dbrw_defines.h833 #define BRW_WIDTH_2 1 macro