Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c476 nir_ssa_def *dQdx_z = nir_channel(b, dQdx, 2); in lower_gradient_cube_map() local
478 nir_fmul(b, rcp_Q_z, nir_fsub(b, dQdx_xy, nir_fmul(b, tmp, dQdx_z))); in lower_gradient_cube_map()