Home
last modified time | relevance | path

Searched refs:nir_fmad (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp369 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/
Dnir_builtin_builder.h170 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/
Dd3d12_nir_passes.c191 depth = nir_fmad(b, depth, nir_channel(b, depth_transform, 0), in lower_pos_read()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c524 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]); in handle_special()