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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp418 const unsigned dst_saturate_mask = inst->dst.writemask & local in function:brw::try_copy_propagate
421 if (dst_saturate_mask) {
423 if (dst_saturate_mask != inst->dst.writemask)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp404 const unsigned dst_saturate_mask = inst->dst.writemask & local in function:brw::try_copy_propagate
407 if (dst_saturate_mask) {
409 if (dst_saturate_mask != inst->dst.writemask)

Completed in 3 milliseconds