Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_to_nir.c282 ptn_move_dest_masked(nir_builder *b, nir_alu_dest dest, in ptn_move_dest_masked() function
303 ptn_move_dest_masked(b, dest, def, WRITEMASK_XYZW); in ptn_move_dest()
323 ptn_move_dest_masked(b, dest, nir_fexp2(b, nir_ffloor(b, srcx)), WRITEMASK_X); in ptn_exp()
324 ptn_move_dest_masked(b, dest, nir_fsub(b, srcx, nir_ffloor(b, srcx)), WRITEMASK_Y); in ptn_exp()
325 ptn_move_dest_masked(b, dest, nir_fexp2(b, srcx), WRITEMASK_Z); in ptn_exp()
326 ptn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), WRITEMASK_W); in ptn_exp()
342 ptn_move_dest_masked(b, dest, floor_log2, WRITEMASK_X); in ptn_log()
343 ptn_move_dest_masked(b, dest, in ptn_log()
347 ptn_move_dest_masked(b, dest, log2, WRITEMASK_Z); in ptn_log()
348 ptn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), WRITEMASK_W); in ptn_log()
[all …]