Home
last modified time | relevance | path

Searched refs:brw_swizzle_for_mask (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_surface_builder.cpp48 brw_swizzle_for_mask(1 << (i * src_stride % 4)))); in emit_stride()
Dbrw_vec4_cmod_propagation.cpp188 temp.swizzle = brw_swizzle_for_mask(inst->dst.writemask); in opt_cmod_propagation_local()
Dbrw_reg.h173 brw_swizzle_for_mask(unsigned mask) in brw_swizzle_for_mask() function
193 return brw_swizzle_for_mask((1 << n) - 1); in brw_swizzle_for_size()
Dbrw_vec4_copy_propagation.cpp120 brw_compose_swizzle(brw_swizzle_for_mask(readmask), in get_copy_value()
Dbrw_vec4.cpp80 this->swizzle = brw_swizzle_for_mask(reg.writemask); in src_reg()
558 swizzle = brw_swizzle_for_mask(inst->dst.writemask); in opt_reduce_swizzle()
Dbrw_vec4_visitor.cpp1434 brw_swizzle_for_mask(inst->dst.writemask)); in emit_scratch_write()
/external/mesa3d/src/intel/tools/
Di965_gram.y919 dest.swizzle = brw_swizzle_for_mask(dest.writemask);