Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_legalize_ra.c379 if (inst->dst.file == TOY_FILE_VRF) { in linear_scan_init_live_intervals()
411 if (inst->src[i].file != TOY_FILE_VRF) in linear_scan_init_live_intervals()
530 if (inst->dst.file == TOY_FILE_VRF) { in linear_scan_allocation()
546 if (inst->src[i].file != TOY_FILE_VRF) in linear_scan_allocation()
578 if (inst->dst.file == TOY_FILE_VRF) { in trivial_allocation()
596 if (inst->src[i].file != TOY_FILE_VRF) in trivial_allocation()
Dtoy_compiler_reg.h43 TOY_FILE_VRF, enumerator
159 return (file == TOY_FILE_VRF); in toy_file_is_virtual()
227 case TOY_FILE_VRF: in tdst_validate()
468 case TOY_FILE_VRF: in tsrc_validate()
Dtoy_helpers.h63 case TOY_FILE_VRF: in tdst_transpose()
104 case TOY_FILE_VRF: in tsrc_transpose()
Dtoy_compiler.c40 [TOY_FILE_VRF] = "v", in tc_dump_operand()
66 case TOY_FILE_VRF: in tc_dump_operand()
Dtoy_tgsi.c1744 dst = tdst_full(TOY_FILE_VRF, type, TOY_RECT_LINEAR, in ra_get_dst()
1755 return tsrc_full(TOY_FILE_VRF, type, TOY_RECT_LINEAR, in ra_get_src_for_vrf()
1784 src = tsrc(TOY_FILE_VRF, vrf, 0); in init_tgsi_reg()
1801 src = tsrc(TOY_FILE_VRF, vrf, 0); in init_tgsi_reg()
2051 real_dst = tdst_full(TOY_FILE_VRF, type, TOY_RECT_LINEAR, in parse_instruction()
2214 dst = tdst(TOY_FILE_VRF, vrf, 0); in fetch_source()
Dtoy_compiler.h189 return tdst(TOY_FILE_VRF, tc_alloc_vrf(tc, 1), 0); in tc_alloc_tmp()
Dilo_shader_fs.c299 tmp = tdst(TOY_FILE_VRF, tc_alloc_vrf(tc, param_size * 4), 0); in fs_lower_opcode_tgsi_indirect_const()
1503 const struct toy_src tmp = tsrc(TOY_FILE_VRF, vrf, 0); in fs_write_fb()
1550 const struct toy_src tmp = tsrc(TOY_FILE_VRF, vrf, 0); in fs_write_fb()
Dilo_shader_vs.c819 dst = tdst(TOY_FILE_VRF, vrf, 0); in vs_collect_outputs()
864 struct toy_src clipvert = tsrc(TOY_FILE_VRF, clipvert_vrf, 0); in vs_collect_outputs()
Dilo_shader_gs.c679 dst = tdst(TOY_FILE_VRF, vrf, 0); in gs_lower_opcode_tgsi_direct()
1207 gcc->vars.tgsi_outs[i] = tsrc(TOY_FILE_VRF, vrf, 0); in gs_setup_vars()