Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp763 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate); in emit_texture_gen4()
773 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen), fs_reg(0.0f)); in emit_texture_gen4()
776 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen), lod); in emit_texture_gen4()
782 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen), shadow_c); in emit_texture_gen4()
786 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate); in emit_texture_gen4()
795 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate); in emit_texture_gen4()
816 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen), dPdx); in emit_texture_gen4()
822 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen), dPdy); in emit_texture_gen4()
829 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen, BRW_REGISTER_TYPE_UD), lod); in emit_texture_gen4()
839 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i * 2, coordinate.type), in emit_texture_gen4()
[all …]
Dbrw_fs_schedule_instructions.cpp288 assert(inst->src[i].file != MRF); in calculate_deps()
310 } else if (inst->dst.file == MRF) { in calculate_deps()
372 assert(inst->src[i].file != MRF); in calculate_deps()
394 } else if (inst->dst.file == MRF) { in calculate_deps()
Dbrw_vec4_visitor.cpp1919 emit(MOV(dst_reg(MRF, param_base, lod_type, writemask), lod)); in visit()
1944 emit(ADD(dst_reg(MRF, param_base, ir->coordinate->type, 1 << j), in visit()
1948 emit(MOV(dst_reg(MRF, param_base, ir->coordinate->type, coord_mask), in visit()
1951 emit(MOV(dst_reg(MRF, param_base, ir->coordinate->type, zero_mask), in visit()
1955 emit(MOV(dst_reg(MRF, param_base + 1, ir->shadow_comparitor->type, in visit()
1977 emit(MOV(dst_reg(MRF, mrf, lod_type, writemask), lod)); in visit()
1979 emit(MOV(dst_reg(MRF, param_base, lod_type, WRITEMASK_W), in visit()
1987 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_XZ), dPdx)); in visit()
1988 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_YW), dPdy)); in visit()
1994 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_X), dPdx)); in visit()
[all …]
Dbrw_vec4.cpp712 inst->dst.file != MRF || inst->src[0].file != GRF || in opt_compute_to_mrf()
823 if (scan_inst->dst.file == MRF && mrf == scan_inst->dst.reg) in opt_compute_to_mrf()
850 scan_inst->dst.file = MRF; in opt_compute_to_mrf()
Dbrw_fs.cpp883 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + 1, op1.type), op1); in emit_math()
1686 inst->dst.file != MRF || inst->src[0].file != GRF || in compute_to_mrf()
1760 scan_inst->dst.file = MRF; in compute_to_mrf()
1794 if (scan_inst->dst.file == MRF) { in compute_to_mrf()
1875 inst->dst.file == MRF) { in remove_duplicate_mrf_writes()
1885 if (inst->dst.file == MRF) { in remove_duplicate_mrf_writes()
1909 inst->dst.file == MRF && in remove_duplicate_mrf_writes()
Dbrw_fs_emit.cpp660 case MRF: in brw_file_from_reg()
678 case MRF: in brw_reg_from_fs_reg()
Dbrw_fs.h61 MRF, enumerator
Dbrw_vec4.h50 MRF = BRW_MESSAGE_REGISTER_FILE, enumerator
Dbrw_vec4_emit.cpp168 case MRF: in get_dst()