Searched refs:nir_fmad (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_tex.cpp | 369 auto xy = nir_fmad(b, 377 z = nir_fmad(b, nir_fmax(b, slice, nir_imm_float(b, 0.0)), nir_imm_float(b, 8.0),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.h | 170 nir_fmad(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.h | 153 nir_fmad(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 155 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_nir_passes.c | 191 depth = nir_fmad(b, depth, nir_channel(b, depth_transform, 0),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 524 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]);
|
Completed in 12 milliseconds