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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5341 Operand tes_w = Operand::zero(); local in function:aco::__anon562fcc110110::visit_load_tess_coord
5346 tes_w = Operand(tmp);
5349 Temp tess_coord = bld.pseudo(aco_opcode::p_create_vector, Definition(dst), tes_u, tes_v, tes_w);

Completed in 20 milliseconds