Searched refs:emit_wqm (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/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) in emit_wqm() function 3918 emit_wqm(bld, tmp, dst, true); 6048 coord = emit_wqm(bld, coord, bld.tmp(coord.regClass()), true); 6056 coords[i] = emit_wqm(bld, coords[i], bld.tmp(coords[i].regClass()), true); 7815 Temp cond = bool_to_vector_condition(ctx, emit_wqm(bld, tmp)); 8217 emit_wqm(bld, tmp1, wqm1, true); 8219 emit_wqm(bld, tmp2, wqm2, true); 8643 emit_wqm(bld, src, dst); 8663 tmp = emit_wqm(bld, emit_bpermute(ctx, bld, tid, src), tmp); 8670 emit_wqm(bl [all...] |
Completed in 10 milliseconds