HomeSort by: relevance | last modified time | path
    Searched refs:is_vec (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_shrink_vectors.c 82 bool is_vec = false;
88 is_vec = true;
112 if (is_vec) {
133 if (!is_vec) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir.h 103 bool is_vec = dest != NULL;
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.old/dist/src/compiler/nir/
nir_opt_copy_propagate.c 55 static bool is_vec(nir_alu_instr *instr) function
81 } else if (is_vec(instr)) {
141 if (!is_move(alu_instr) && !is_vec(alu_instr))
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 190 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 70 milliseconds