Searched refs:wqm_mask (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5946 std::vector<Temp> coords, unsigned wqm_mask = 0, Operand vdata = Operand(v1))
5967 if (wqm_mask) {
5978 if (wqm_mask & (1u << i))
9595 unsigned wqm_mask = 0; local in function:aco::__anon562fcc110110::visit_tex
9597 wqm_mask |= u_bit_consecutive(args.size(), 1);
9607 wqm_mask |= u_bit_consecutive(args.size(), coords.size());
9777 args, implicit_derivs ? wqm_mask : 0, vdata);
5945 emit_mimg(Builder & bld,aco_opcode op,Definition dst,Temp rsrc,Operand samp,std::vector<Temp> coords,unsigned wqm_mask=0,Operand vdata=Operand (v1)) argument

Completed in 20 milliseconds