Home
last modified time | relevance | path

Searched refs:nir_fdot (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c408 nir_bcsel(nb, nir_flt(nb, nir_fdot(nb, src[2], src[1]), in handle_glsl450_alu()
417 nir_fmul(nb, nir_fdot(nb, src[0], src[1]), in handle_glsl450_alu()
425 nir_ssa_def *n_dot_i = nir_fdot(nb, N, I); in handle_glsl450_alu()
Dvtn_alu.c107 vec_src[j] = nir_fdot(&b->nb, src0_transpose->elems[j]->def, in matrix_multiply()
507 dest->def = nir_fdot(&b->nb, src[0], src[1]); in vtn_handle_alu()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c599 nir_ssa_def *M = nir_fmax(b, nir_fdot(b, dx, dx), nir_fdot(b, dy, dy)); in lower_gradient_cube_map()
664 nir_fsqrt(b, nir_fdot(b, dPdx, dPdx)), in lower_gradient()
665 nir_fsqrt(b, nir_fdot(b, dPdy, dPdy))); in lower_gradient()
Dnir_builtin_builder.c113 nir_ssa_def *res = nir_fmul(b, temp, nir_frsq(b, nir_fdot(b, temp, temp))); in nir_normalize()
Dnir_builder.h567 nir_fdot(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_fdot() function