Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c261 ptn_move_dest_masked(nir_builder *b, nir_alu_dest dest, in ptn_move_dest_masked() function
282 ptn_move_dest_masked(b, dest, def, WRITEMASK_XYZW); in ptn_move_dest()
302 ptn_move_dest_masked(b, dest, nir_fexp2(b, nir_ffloor(b, srcx)), WRITEMASK_X); in ptn_exp()
303 ptn_move_dest_masked(b, dest, nir_fsub(b, srcx, nir_ffloor(b, srcx)), WRITEMASK_Y); in ptn_exp()
304 ptn_move_dest_masked(b, dest, nir_fexp2(b, srcx), WRITEMASK_Z); in ptn_exp()
305 ptn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), WRITEMASK_W); in ptn_exp()
321 ptn_move_dest_masked(b, dest, floor_log2, WRITEMASK_X); in ptn_log()
322 ptn_move_dest_masked(b, dest, in ptn_log()
326 ptn_move_dest_masked(b, dest, log2, WRITEMASK_Z); in ptn_log()
327 ptn_move_dest_masked( in ptn_log()
[all...]

Completed in 2 milliseconds