HomeSort by relevance Sort by last modified time
    Searched refs:vp_maxy (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_emit.c 39 float vp_maxy = fabsf(vpscale[1]) + vptranslate[1]; local
54 maxy = MIN2(vp_maxy, job->draw_height);
59 maxy = MIN2(vp_maxy, vc4->scissor.maxy);
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_emit.c 319 float vp_maxy = fabsf(vpscale[1]) + vptranslate[1]; local
334 maxy = MIN2(vp_maxy, job->draw_height);
339 maxy = MIN2(vp_maxy, vc5->scissor.maxy);

Completed in 2770 milliseconds