Home
last modified time | relevance | path

Searched refs:can_reswizzle (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_move_vec_src_uses_to_dest.c148 bool can_reswizzle = true; in move_vec_src_uses_to_dest_block() local
154 can_reswizzle = false; in move_vec_src_uses_to_dest_block()
159 if (!can_reswizzle) in move_vec_src_uses_to_dest_block()
/external/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h290 bool can_reswizzle(const struct gen_device_info *devinfo, int dst_writemask,
Dbrw_vec4.cpp1127 vec4_instruction::can_reswizzle(const struct gen_device_info *devinfo, in can_reswizzle() function in brw::vec4_instruction
1351 if (!scan_inst->can_reswizzle(devinfo, inst->dst.writemask, in opt_register_coalesce()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp1067 prog_scope *scope, bool can_reswizzle) in record_write() argument
1080 can_reswizzle ? dst.writemask: 0xF); in record_write()