Searched refs:nir_fdot (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 509 nir_ssa_def *M = nir_fmax(b, nir_fdot(b, dx, dx), nir_fdot(b, dy, dy)); in lower_gradient_cube_map() 567 nir_fsqrt(b, nir_fdot(b, dPdx, dPdx)), in lower_gradient() 568 nir_fsqrt(b, nir_fdot(b, dPdy, dPdy))); in lower_gradient()
|
D | nir_builder.h | 434 nir_fdot(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_fdot() function
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 585 nir_bcsel(nb, nir_flt(nb, nir_fdot(nb, src[2], src[1]), in handle_glsl450_alu() 594 nir_fmul(nb, nir_fdot(nb, src[0], src[1]), in handle_glsl450_alu() 602 nir_ssa_def *n_dot_i = nir_fdot(nb, N, I); in handle_glsl450_alu()
|
D | vtn_alu.c | 105 vec_src[j] = nir_fdot(&b->nb, src0_transpose->elems[j]->def, in matrix_multiply() 480 val->ssa->def = nir_fdot(&b->nb, src[0], src[1]); in vtn_handle_alu()
|