HomeSort by relevance Sort by last modified time
    Searched full:constant_fold_deref (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_constant_folding.c 118 constant_fold_deref(nir_instr *instr, nir_deref_var *deref) function
155 progress |= constant_fold_deref(&instr->instr, instr->variables[i]);
175 progress |= constant_fold_deref(&instr->instr, instr->texture);
178 progress |= constant_fold_deref(&instr->instr, instr->sampler);

Completed in 74 milliseconds