Searched refs:nir_fmad (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.cpp | 369 auto xy = nir_fmad(b, in r600_nir_lower_cube_to_2darray_impl() 377 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/ |
D | nir_builtin_builder.h | 170 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/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 191 depth = nir_fmad(b, depth, nir_channel(b, depth_transform, 0), in lower_pos_read()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 524 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
|