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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9224 has_offset = false, has_ddx = false, has_ddy = false, has_derivs = false, local in function:aco::__anon562fcc110110::visit_tex
9281 has_ddy = true;
9371 if (has_ddx || has_ddy) {
9373 assert(has_ddx && has_ddy && ddx.size() == 1 && ddy.size() == 1);
9379 for (unsigned i = 0; has_ddy && i < ddy.size(); i++)

Completed in 20 milliseconds