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

  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 171 build_length(nir_builder *b, nir_ssa_def *vec) function
467 val->ssa->def = build_length(nb, src[0]);
470 val->ssa->def = build_length(nb, nir_fsub(nb, src[0], src[1]));
473 val->ssa->def = nir_fdiv(nb, src[0], build_length(nb, src[0]));

Completed in 170 milliseconds