Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp116 const unsigned ab_writemask = a->dst.writemask & b->dst.writemask; in operands_match() local
117 const uint32_t mask = ((ab_writemask & WRITEMASK_X) ? 0x000000ff : 0) | in operands_match()
118 ((ab_writemask & WRITEMASK_Y) ? 0x0000ff00 : 0) | in operands_match()
119 ((ab_writemask & WRITEMASK_Z) ? 0x00ff0000 : 0) | in operands_match()
120 ((ab_writemask & WRITEMASK_W) ? 0xff000000 : 0); in operands_match()

Completed in 1 milliseconds