Home
last modified time | relevance | path

Searched refs:reswizzle (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/docs/relnotes/
D10.6.8.rst78 - i965/vec4: Don't reswizzle hardware registers
D19.0.3.rst58 - intel/compiler: Do not reswizzle dst if instruction writes to flag
D11.0.1.rst88 - i965/vec4: Don't reswizzle hardware registers
D19.1.0.rst1142 - intel/compiler: Do not reswizzle dst if instruction writes to flag
/external/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h292 void reswizzle(int dst_writemask, int swizzle);
Dbrw_vec4.cpp1179 vec4_instruction::reswizzle(int dst_writemask, int swizzle) in reswizzle() function in brw::vec4_instruction
1430 scan_inst->reswizzle(inst->dst.writemask, in opt_register_coalesce()