Searched refs:nir_fexp2 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 323 ptn_move_dest_masked(b, dest, nir_fexp2(b, nir_ffloor(b, srcx)), WRITEMASK_X); in ptn_exp() 325 ptn_move_dest_masked(b, dest, nir_fexp2(b, srcx), WRITEMASK_Z); in ptn_exp() 345 nir_fexp2(b, nir_fneg(b, floor_log2))), in ptn_log() 727 ptn_move_dest(b, dest, nir_fexp2(b, ptn_channel(b, src[0], X))); in ptn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 883 ttn_move_dest_masked(b, dest, nir_fexp2(b, nir_ffloor(b, srcx)), in ttn_exp() 887 ttn_move_dest_masked(b, dest, nir_fexp2(b, srcx), TGSI_WRITEMASK_Z); in ttn_exp() 905 nir_fdiv(b, abs_srcx, nir_fexp2(b, nir_ffloor(b, log2))), in ttn_log() 1727 ttn_move_dest(b, dest, nir_fexp2(b, ttn_channel(b, src[0], X))); in ttn_emit_instruction()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 196 return nir_fexp2(b, nir_fmul(b, x, nir_imm_float(b, M_LOG2E))); in build_exp()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_builder_opcodes.h | 329 nir_fexp2(nir_builder *build, nir_ssa_def *src0) in nir_fexp2() function
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1451 case ir_unop_exp2: result = nir_fexp2(&b, srcs[0]); break; in visit()
|