/external/mesa3d/src/intel/compiler/ |
D | brw_ir_fs.h | 89 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()
|
D | brw_ir.h | 43 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()
|
D | brw_schedule_instructions.cpp | 1133 } else if (inst->src[i].file == ARF) { in calculate_deps() 1199 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps() 1259 } else if (inst->src[i].file == ARF) { in calculate_deps() 1322 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps() 1383 } else if (inst->src[i].file == ARF) { in calculate_deps() 1425 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps() 1467 } else if (inst->src[i].file == ARF) { in calculate_deps() 1502 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
|
D | brw_ir_vec4.h | 84 case ARF: in add_byte_offset() 236 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0); in reg_offset()
|
D | brw_vec4_cse.cpp | 177 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
|
D | brw_shader.cpp | 836 return file == ARF && nr == BRW_ARF_NULL; in is_null() 843 return file == ARF && nr == BRW_ARF_ACCUMULATOR; in is_accumulator()
|
D | brw_fs_scoreboard.cpp | 589 r.file == ARF && reg >= BRW_ARF_ADDRESS && in dep() 591 r.file == ARF && reg >= BRW_ARF_ACCUMULATOR && in dep()
|
D | brw_vec4.cpp | 523 inst->dst.file == ARF || in opt_reduce_swizzle() 1630 case ARF: in dump_instruction() 1724 case ARF: in dump_instruction() 2062 case ARF: in convert_to_hw_regs() 2127 case ARF: in convert_to_hw_regs()
|
D | brw_fs_cse.cpp | 256 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
|
D | brw_ir_performance.cpp | 1197 } else if (r.file == ARF && r.nr >= BRW_ARF_ADDRESS && in reg_dependency_id() 1202 } else if (r.file == ARF && r.nr >= BRW_ARF_ACCUMULATOR && in reg_dependency_id()
|
D | brw_eu_defines.h | 965 ARF = BRW_ARCHITECTURE_REGISTER_FILE, enumerator
|
D | brw_fs.cpp | 75 case ARF: in init() 543 case ARF: in is_contiguous() 563 const unsigned stride = ((file != ARF && file != FIXED_GRF) ? this->stride : in component_size() 1027 case ARF: in size_read() 1082 if (r.file == ARF) { in flag_mask() 3451 inst->src[0].file != ARF && in remove_duplicate_mrf_writes() 4233 fs_reg acc(ARF, BRW_ARF_ACCUMULATOR, inst->src[1].type); in lower_sub_sat() 5378 assert(sample_mask.file == ARF && in emit_predicate_on_sample_mask() 7270 case ARF: in dump_instruction() 7368 case ARF: in dump_instruction() [all …]
|
D | brw_vec4_generator.cpp | 852 if (offset.file != ARF) in generate_tcs_input_urb_offsets() 890 if (offset.file != ARF) in generate_tcs_output_urb_offsets()
|
D | brw_fs_generator.cpp | 39 case ARF: in brw_file_from_reg() 155 case ARF: in brw_reg_from_fs_reg()
|
/external/mesa3d/src/intel/tools/ |
D | i965_gram.y | 920 if (dest.file != ARF || dest.nr != BRW_ARF_NOTIFICATION_COUNT)
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3438 - intel/tools: Manually set ARF register file/nr/subnr
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 1265 ,"PK","ARF","Arifwala","Arifwala",,"-23-----","AF","0701",,, 3120 ,"PT","ARF","Arrifana","Arrifana","06","--3-----","RL","0601",,"4013N 00816W", 10095 ,"US","ARF","Arlington","Arlington","OR","--3-----","RQ","9307",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 14531 ,"CO","ARF","Acaricuara","Acaricuara","VAU","---4----","RL","0907",,"0042N 07014W", 16493 ,"DE","ARF","Alfdorf","Alfdorf","BW","--3-----","RL","0607",,"4851N 00943E", 27895 ,"ES","ARF","Arafo","Arafo","TF","--3-----","RL","0401",,"2820N 01625W",
|