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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c636 float abs_scale_x = fabsf(vp->scale[0]), abs_scale_y = fabsf(vp->scale[1]); local in function:agx_upload_viewport_scissor
642 unsigned minx = CLAMP((int) (trans_x - abs_scale_x), 0, batch->width);
644 unsigned maxx = CLAMP((int) (trans_x + abs_scale_x), 0, batch->width);

Completed in 3 milliseconds