Searched refs:nir_fdot (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 408 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()
|
D | vtn_alu.c | 107 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/ |
D | nir_lower_tex.c | 599 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()
|
D | nir_builtin_builder.c | 113 nir_ssa_def *res = nir_fmul(b, temp, nir_frsq(b, nir_fdot(b, temp, temp))); in nir_normalize()
|
D | nir_builder.h | 567 nir_fdot(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_fdot() function
|