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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp147 bool must_promote; member in struct:imm
360 imm->must_promote = imm->must_promote || must_promote_imm(devinfo, inst);
374 imm->must_promote = must_promote_imm(devinfo, inst);
387 if (!imm->must_promote && imm->uses_by_coissue < 4) {
509 imm->must_promote,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp155 bool must_promote; member in struct:imm
470 imm->must_promote = imm->must_promote || must_promote_imm(devinfo, inst);
484 imm->must_promote = must_promote_imm(devinfo, inst);
497 if (!imm->must_promote && imm->uses_by_coissue < 4) {
619 imm->must_promote,

Completed in 3 milliseconds