Searched refs:BRW_ARF_NULL (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 174 brw_inst_dst_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in dst_is_null() 182 brw_inst_src0_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in src0_is_null() 189 brw_inst_src1_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in src1_is_null() 427 brw_inst_send_src1_reg_nr(devinfo, inst) != BRW_ARF_NULL, in send_restrictions() 1969 reg != BRW_ARF_NULL) || in special_requirements_for_handling_double_precision_data_types() 1971 dst_reg != BRW_ARF_NULL), in special_requirements_for_handling_double_precision_data_types() 2009 reg != BRW_ARF_NULL && !(reg >= BRW_ARF_ACCUMULATOR && reg < BRW_ARF_FLAG)) || in special_requirements_for_handling_double_precision_data_types() 2011 dst_reg != BRW_ARF_NULL && dst_reg != BRW_ARF_ACCUMULATOR), in special_requirements_for_handling_double_precision_data_types() 2117 brw_inst_dst_da_reg_nr(devinfo, inst) != BRW_ARF_NULL, in instruction_restrictions()
|
D | brw_reg.h | 821 return brw_vec8_reg(BRW_ARCHITECTURE_REGISTER_FILE, BRW_ARF_NULL, 0); in brw_null_reg() 827 return brw_vecn_reg(width, BRW_ARCHITECTURE_REGISTER_FILE, BRW_ARF_NULL, 0); in brw_null_vec()
|
D | brw_eu_defines.h | 1028 #define BRW_ARF_NULL 0x00 macro
|
D | brw_shader.cpp | 850 return file == ARF && nr == BRW_ARF_NULL; in is_null()
|
D | brw_eu_emit.c | 57 if (src->file != BRW_ARCHITECTURE_REGISTER_FILE || src->nr != BRW_ARF_NULL) { in gfx6_resolve_implied_move() 104 dest.nr == BRW_ARF_NULL && in brw_set_dest() 2007 dest.nr == BRW_ARF_NULL) { in brw_CMP() 2037 dest.nr == BRW_ARF_NULL) { in brw_CMPN()
|
D | brw_vec4.cpp | 1352 case BRW_ARF_NULL: in dump_instruction() 1446 case BRW_ARF_NULL: in dump_instruction()
|
D | brw_disasm.c | 842 case BRW_ARF_NULL: in reg()
|
D | brw_fs_generator.cpp | 329 dst.nr == BRW_ARF_NULL; in generate_send()
|
D | brw_fs.cpp | 5709 case BRW_ARF_NULL: in dump_instruction() 5810 case BRW_ARF_NULL: in dump_instruction()
|