Searched refs:emit_wqm (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 170 emit_wqm(Builder& bld, Temp src, Temp dst = Temp(0, s1), bool program_needs_wqm = false) function in namespace:aco::__anon562fcc110110 592 return emit_wqm(bld, tmp, dst); 3572 emit_wqm(bld, tmp, dst, true); 4818 emit_wqm(bld, tmp, adjusted_frag_z, true); 5971 coord = emit_wqm(bld, coord, bld.tmp(coord.regClass()), true); 5979 coords[i] = emit_wqm(bld, coords[i], bld.tmp(coords[i].regClass()), true); 7486 Temp cond = bool_to_vector_condition(ctx, emit_wqm(bld, tmp)); 7888 emit_wqm(bld, tmp1, wqm1, true); 7890 emit_wqm(bld, tmp2, wqm2, true); 8273 emit_wqm(bl [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 4705 - aco: have emit_wqm() take Builder instead of isel_context
|
Completed in 108 milliseconds