Searched refs:nir_fmad (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tex.cpp | 262 auto xy = nir_fmad(b, in r600_nir_lower_cube_to_2darray_impl() 270 z = nir_fmad(b, nir_fmax(b, slice, nir_imm_float(b, 0.0)), nir_imm_float(b, 8.0), in r600_nir_lower_cube_to_2darray_impl()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.h | 171 nir_fmad(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) in nir_fmad() function
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 193 return nir_fmad(b, nir_fsub(b, v2, v1), factor, v1); in get_intersection() 389 return nir_fmad(b, trans[0], d, trans[1]); in get_window_space_depth()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 525 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.c | 193 depth = nir_fmad(b, depth, nir_channel(b, depth_transform, 0), in lower_pos_read()
|
Completed in 7 milliseconds