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

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 576 nir_ssa_def *abs_p_x = nir_channel(b, abs_p, 0); local
583 nir_ssa_def *cond_z = nir_fge(b, abs_p_z, nir_fmax(b, abs_p_x, abs_p_y));
584 nir_ssa_def *cond_y = nir_fge(b, abs_p_y, nir_fmax(b, abs_p_x, abs_p_z));
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c 628 nir_ssa_def *abs_p_x = nir_channel(b, abs_p, 0); local
635 nir_ssa_def *cond_z = nir_fge(b, abs_p_z, nir_fmax(b, abs_p_x, abs_p_y));
636 nir_ssa_def *cond_y = nir_fge(b, abs_p_y, nir_fmax(b, abs_p_x, abs_p_z));

Completed in 54 milliseconds