Searched refs:nir_fdot (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_convert_ycbcr.c | 134 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[0])), in nir_convert_ycbcr_to_rgb() 135 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[1])), in nir_convert_ycbcr_to_rgb() 136 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[2])) in nir_convert_ycbcr_to_rgb()
|
H A D | nir_builtin_builder.c | 57 return nir_fsqrt(b, nir_fdot(b, vec, vec)); in nir_fast_length() 126 nir_ssa_def *res = nir_fmul(b, temp, nir_frsq(b, nir_fdot(b, temp, temp))); in nir_normalize()
|
H A D | nir_lower_tex.c | 720 nir_ssa_def *M = nir_fmax(b, nir_fdot(b, dx, dx), nir_fdot(b, dy, dy)); in lower_gradient_cube_map() 785 nir_fsqrt(b, nir_fdot(b, dPdx, dPdx)), in lower_gradient() 786 nir_fsqrt(b, nir_fdot(b, dPdy, dPdy))); in lower_gradient()
|
H A D | nir_lower_clip.c | 277 clipdist[plane] = nir_fdot(b, ucp, cv); in lower_clip_outputs()
|
H A D | nir_builder.h | 428 nir_fdot(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_fdot() function
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 456 nir_bcsel(nb, nir_flt(nb, nir_fdot(nb, src[2], src[1]), in handle_glsl450_alu() 466 nir_fmul(nb, nir_fdot(nb, src[0], src[1]), in handle_glsl450_alu() 474 nir_ssa_def *n_dot_i = nir_fdot(nb, N, I); in handle_glsl450_alu()
|
H A D | vtn_alu.c | 107 vec_src[j] = nir_fdot(&b->nb, src0_transpose->elems[j]->def, in matrix_multiply() 649 dest->def = nir_fdot(&b->nb, src[0], src[1]); in vtn_handle_alu()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 229 nir_ssa_def *d = nir_fdot(b, v, plane); in clip_with_plane() 434 nir_ssa_def *d = nir_fdot(b, v, p); in build_point_nir_shader() 500 nir_ssa_def *d0 = nir_fdot(b, v0, plane); in build_line_nir_shader() 501 nir_ssa_def *d1 = nir_fdot(b, v1, plane); in build_line_nir_shader()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 46 nir_ssa_def *dir = nir_fdot(b, nir_cross4(b, nir_fsub(b, v1, v0), in nir_cull_face()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 2351 result = nir_fdot(&b, srcs[0], srcs[1]); in visit()
|
Completed in 25 milliseconds