Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/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()
/dports/graphics/libosmesa/mesa-21.3.6/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()
/dports/graphics/mesa-libs/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/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()
/dports/graphics/mesa-dri/mesa-21.3.6/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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/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()