Searched refs:viewport_extent (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 3204 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) in viewport_extent() function 5862 float vp_xmin = viewport_extent(state, 0, -1.0f); in iris_upload_dirty_render_state() 5863 float vp_xmax = viewport_extent(state, 0, 1.0f); in iris_upload_dirty_render_state() 5864 float vp_ymin = viewport_extent(state, 1, -1.0f); in iris_upload_dirty_render_state() 5865 float vp_ymax = viewport_extent(state, 1, 1.0f); in iris_upload_dirty_render_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 3357 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) in viewport_extent() function 5969 float vp_xmin = viewport_extent(state, 0, -1.0f); 5970 float vp_xmax = viewport_extent(state, 0, 1.0f); 5971 float vp_ymin = viewport_extent(state, 1, -1.0f); 5972 float vp_ymax = viewport_extent(state, 1, 1.0f);
|
Completed in 24 milliseconds