Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c504 nir_ssa_def *dQdy_z = nir_channel(b, dQdy, 2); in lower_gradient_cube_map() local
506 nir_fmul(b, rcp_Q_z, nir_fsub(b, dQdy_xy, nir_fmul(b, tmp, dQdy_z))); in lower_gradient_cube_map()