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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp261 return aM.sync == bM.sync && aM.dmask == bM.dmask && aM.unrm == bM.unrm &&
H A Daco_print_ir.cpp407 if (mimg.unrm)
408 fprintf(output, " unrm");
H A Daco_assembler.cpp464 encoding |= mimg.unrm ? 1 << 12 : 0;
H A Daco_ir.h1579 bool unrm : 1; /* Force address to be un-normalized */ member in struct:aco::MIMG_instruction
H A Daco_instruction_selection.cpp6033 mimg->unrm = true;
6196 load->unrm = true;
6277 store->unrm = true;
6406 mimg->unrm = true;
9631 tex->unrm = true;

Completed in 29 milliseconds