Searched refs:has_ddx (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
9277 has_ddx = true;
9371 if (has_ddx || has_ddy) {
9373 assert(has_ddx && has_ddy && ddx.size() == 1 && ddy.size() == 1);
9377 for (unsigned i = 0; has_ddx && i < ddx.size(); i++)

Completed in 20 milliseconds