Searched refs:si_viewport_zmin_zmax (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_viewport.c | 510 static inline void si_viewport_zmin_zmax(const struct pipe_viewport_state *vp, bool halfz, in si_viewport_zmin_zmax() function 531 si_viewport_zmin_zmax(&states[0], clip_halfz, window_space, &zmin, &zmax); in si_emit_depth_ranges() 547 si_viewport_zmin_zmax(&states[i], clip_halfz, window_space, &zmin, &zmax); in si_emit_depth_ranges()
|