Searched refs:reswizzle (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_shrink_vectors.c150 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; local in function:opt_shrink_vectors_alu
154 reswizzle[i] = index++;
163 alu_src->swizzle[i] = reswizzle[alu_src->swizzle[i]];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.8.rst78 - i965/vec4: Don't reswizzle hardware registers
H A D11.0.1.rst88 - i965/vec4: Don't reswizzle hardware registers
H A D19.0.3.rst58 - intel/compiler: Do not reswizzle dst if instruction writes to flag
H A D19.1.0.rst1142 - intel/compiler: Do not reswizzle dst if instruction writes to flag
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h292 void reswizzle(int dst_writemask, int swizzle);
H A Dbrw_vec4.cpp1164 * reswizzle the producer of the accumulator value in addition
1174 * totally break it when we reswizzle.
1198 vec4_instruction::reswizzle(int dst_writemask, int swizzle) function in class:brw::vec4_instruction
1450 scan_inst->reswizzle(inst->dst.writemask,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h293 void reswizzle(int dst_writemask, int swizzle);
H A Dbrw_vec4.cpp1148 * reswizzle the producer of the accumulator value in addition
1158 * totally break it when we reswizzle.
1182 vec4_instruction::reswizzle(int dst_writemask, int swizzle) function in class:brw::vec4_instruction
1433 scan_inst->reswizzle(inst->dst.writemask,

Completed in 67 milliseconds