HomeSort by: relevance | last modified time | path
    Searched defs:height_oow (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_sampler.c 763 float height_oow = texture->height * oow; local
766 float fdtdx = dtdx * height_oow;
767 float fdtdy = dtdy * height_oow;
783 t0 * height_oow);

Completed in 21 milliseconds