Home
last modified time | relevance | path

Searched refs:ARF (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h89 case ARF: in byte_offset()
119 case ARF: in horiz_offset()
137 case ARF: in offset()
185 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0); in reg_offset()
196 const unsigned stride = ((r.file != ARF && r.file != FIXED_GRF) ? r.stride : in reg_padding()
260 } else if (reg.file == ARF || reg.file == FIXED_GRF) { in is_periodic()
296 if (reg.file == ARF || reg.file == FIXED_GRF) { in subscript()
Dbrw_ir.h43 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM); in as_brw_reg()
50 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM); in as_brw_reg()
Dbrw_schedule_instructions.cpp1189 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()
1258 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
1318 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()
1381 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
1442 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()
1485 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
1527 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()
1562 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
Dbrw_ir_vec4.h84 case ARF: in add_byte_offset()
236 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0); in reg_offset()
Dbrw_vec4.cpp519 inst->dst.file == ARF || in opt_reduce_swizzle()
1350 case ARF: in dump_instruction()
1444 case ARF: in dump_instruction()
1760 case ARF: in convert_to_hw_regs()
1825 case ARF: in convert_to_hw_regs()
Dbrw_vec4_cse.cpp177 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
Dbrw_shader.cpp850 return file == ARF && nr == BRW_ARF_NULL; in is_null()
857 return file == ARF && nr == BRW_ARF_ACCUMULATOR; in is_accumulator()
Dbrw_fs_cse.cpp257 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
Dbrw_fs.cpp76 case ARF: in init()
530 case ARF: in is_contiguous()
550 const unsigned stride = ((file != ARF && file != FIXED_GRF) ? this->stride : in component_size()
951 case ARF: in size_read()
1006 if (r.file == ARF) { in flag_mask()
3473 inst->src[0].file != ARF && in remove_duplicate_mrf_writes()
4319 fs_reg acc(ARF, BRW_ARF_ACCUMULATOR, inst->src[1].type); in lower_sub_sat()
4439 assert(sample_mask.file == ARF && in brw_emit_predicate_on_sample_mask()
5707 case ARF: in dump_instruction()
5808 case ARF: in dump_instruction()
[all …]
Dbrw_fs_scoreboard.cpp750 r.file == ARF && reg >= BRW_ARF_ADDRESS && in dep()
752 r.file == ARF && reg >= BRW_ARF_ACCUMULATOR && in dep()
Dbrw_ir_performance.cpp1263 } else if (r.file == ARF && r.nr >= BRW_ARF_ADDRESS && in reg_dependency_id()
1268 } else if (r.file == ARF && r.nr >= BRW_ARF_ACCUMULATOR && in reg_dependency_id()
Dbrw_fs_generator.cpp40 case ARF: in brw_file_from_reg()
156 case ARF: in brw_reg_from_fs_reg()
2399 assert(inst->src[0].file != ARF && inst->src[0].file != FIXED_GRF); in generate_code()
Dbrw_eu_defines.h1000 ARF = BRW_ARCHITECTURE_REGISTER_FILE, enumerator
Dbrw_vec4_generator.cpp846 if (offset.file != ARF) in generate_tcs_input_urb_offsets()
884 if (offset.file != ARF) in generate_tcs_output_urb_offsets()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y930 if (dest.file != ARF || dest.nr != BRW_ARF_NOTIFICATION_COUNT)
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3438 - intel/tools: Manually set ARF register file/nr/subnr