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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_move_vec_src_uses_to_dest.c148 bool can_reswizzle = true; local in function:move_vec_src_uses_to_dest_block
154 can_reswizzle = false;
159 if (!can_reswizzle)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_move_vec_src_uses_to_dest.c147 bool can_reswizzle = true; local in function:move_vec_src_uses_to_dest_block
153 can_reswizzle = false;
158 if (!can_reswizzle)
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h290 bool can_reswizzle(const struct gen_device_info *devinfo, int dst_writemask,
H A Dbrw_vec4.cpp1146 vec4_instruction::can_reswizzle(const struct gen_device_info *devinfo, function in class:brw::vec4_instruction
1371 if (!scan_inst->can_reswizzle(devinfo, inst->dst.writemask,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h290 bool can_reswizzle(const struct intel_device_info *devinfo,
H A Dbrw_vec4.cpp1130 vec4_instruction::can_reswizzle(const struct intel_device_info *devinfo, function in class:brw::vec4_instruction
1354 if (!scan_inst->can_reswizzle(devinfo, inst->dst.writemask,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1067 prog_scope *scope, bool can_reswizzle)
1080 can_reswizzle ? dst.writemask: 0xF);
1066 record_write(const st_dst_reg & dst,int line,prog_scope * scope,bool can_reswizzle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1067 prog_scope *scope, bool can_reswizzle)
1080 can_reswizzle ? dst.writemask: 0xF);
1066 record_write(const st_dst_reg & dst,int line,prog_scope * scope,bool can_reswizzle) argument

Completed in 15 milliseconds