Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c132 brw_inst_dst_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in dst_is_null()
139 brw_inst_src0_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in src0_is_null()
146 brw_inst_src1_da_reg_nr(devinfo, inst) == BRW_ARF_NULL; in src1_is_null()
1212 reg != BRW_ARF_NULL) || in special_requirements_for_handling_double_precision_data_types()
1214 dst_reg != BRW_ARF_NULL), in special_requirements_for_handling_double_precision_data_types()
Dbrw_reg.h762 return brw_vec8_reg(BRW_ARCHITECTURE_REGISTER_FILE, BRW_ARF_NULL, 0); in brw_null_reg()
768 return brw_vecn_reg(width, BRW_ARCHITECTURE_REGISTER_FILE, BRW_ARF_NULL, 0); in brw_null_vec()
Dbrw_eu_defines.h863 #define BRW_ARF_NULL 0x00 macro
Dbrw_shader.cpp736 return file == ARF && nr == BRW_ARF_NULL; in is_null()
Dbrw_eu_emit.c57 if (src->file != BRW_ARCHITECTURE_REGISTER_FILE || src->nr != BRW_ARF_NULL) { in gen6_resolve_implied_move()
1852 dest.nr == BRW_ARF_NULL) { in brw_CMP()
3619 BRW_ARF_NULL, 0)); in brw_shader_time_add()
Dbrw_vec4.cpp1581 case BRW_ARF_NULL: in dump_instruction()
1675 case BRW_ARF_NULL: in dump_instruction()
Dbrw_disasm.c653 case BRW_ARF_NULL: in reg()
Dbrw_fs_generator.cpp1806 assert(dst.nr == BRW_ARF_NULL); in generate_code()
Dbrw_fs.cpp5545 case BRW_ARF_NULL: in dump_instruction()
5632 case BRW_ARF_NULL: in dump_instruction()