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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp188 temp.swizzle = brw_swizzle_for_mask(inst->dst.writemask);
H A Dbrw_vec4_surface_builder.cpp48 brw_swizzle_for_mask(1 << (i * src_stride % 4))));
H A Dbrw_vec4_copy_propagation.cpp129 brw_compose_swizzle(brw_swizzle_for_mask(readmask),
H A Dbrw_reg.h166 * brw_swizzle(src, brw_swizzle_for_mask(mask)));
173 brw_swizzle_for_mask(unsigned mask) function in typeref:typename:unsigned
193 return brw_swizzle_for_mask((1 << n) - 1);
197 * Converse of brw_swizzle_for_mask(). Returns the mask of components
H A Dbrw_vec4.cpp81 this->swizzle = brw_swizzle_for_mask(reg.writemask);
560 swizzle = brw_swizzle_for_mask(inst->dst.writemask);
H A Dbrw_vec4_visitor.cpp1529 brw_swizzle_for_mask(inst->dst.writemask));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp188 temp.swizzle = brw_swizzle_for_mask(inst->dst.writemask);
H A Dbrw_vec4_surface_builder.cpp48 brw_swizzle_for_mask(1 << (i * src_stride % 4))));
H A Dbrw_vec4_copy_propagation.cpp120 brw_compose_swizzle(brw_swizzle_for_mask(readmask),
H A Dbrw_reg.h166 * brw_swizzle(src, brw_swizzle_for_mask(mask)));
173 brw_swizzle_for_mask(unsigned mask) function in typeref:typename:unsigned
193 return brw_swizzle_for_mask((1 << n) - 1);
197 * Converse of brw_swizzle_for_mask(). Returns the mask of components
H A Dbrw_vec4.cpp80 this->swizzle = brw_swizzle_for_mask(reg.writemask);
558 swizzle = brw_swizzle_for_mask(inst->dst.writemask);
H A Dbrw_vec4_visitor.cpp1421 brw_swizzle_for_mask(inst->dst.writemask));
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y929 dest.swizzle = brw_swizzle_for_mask(dest.writemask);

Completed in 25 milliseconds