Searched refs:is_vec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_shrink_vectors.c82 bool is_vec = false; local in function:opt_shrink_vectors_alu
88 is_vec = true;
112 if (is_vec) {
133 if (!is_vec) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_propagate.c55 static bool is_vec(nir_alu_instr *instr) function in typeref:typename:bool
81 } else if (is_vec(instr)) {
141 if (!is_move(alu_instr) && !is_vec(alu_instr))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h103 bool is_vec = dest != NULL; local in function:update_swiz_mask
110 if (is_vec && alu->src[i].src.ssa != &dest->ssa)
113 unsigned src_swiz = is_vec ? alu->src[i].swizzle[0] : alu->src[0].swizzle[i];
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp190 bool is_vec() { return label & label_vec; } function in struct:aco::ssa_info
1278 if (aligned && op.isTemp() && ctx.info[op.tempId()].is_vec()) {
1319 } else if (!info.is_vec()) {
1354 if (info.is_vec()) {
1389 if (instr->operands[0].isTemp() && ctx.info[instr->operands[0].tempId()].is_vec() &&
3653 if (num_used == 1 && ctx.info[instr->operands[0].tempId()].is_vec() &&

Completed in 10 milliseconds