Home
last modified time | relevance | path

Searched refs:nir_fmad (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tex.cpp262 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 Dnir_builtin_builder.h171 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 Dst_draw_hw_select.c193 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 Dvtn_opencl.c525 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c193 depth = nir_fmad(b, depth, nir_channel(b, depth_transform, 0), in lower_pos_read()

Completed in 7 milliseconds