Searched refs:viewport_extent (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 2323 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) function in typeref:typename:float 4544 float vp_xmin = viewport_extent(state, 0, -1.0f); 4545 float vp_xmax = viewport_extent(state, 0, 1.0f); 4546 float vp_ymin = viewport_extent(state, 1, -1.0f); 4547 float vp_ymax = viewport_extent(state, 1, 1.0f);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 3043 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) function in typeref:typename:float 5690 float vp_xmin = viewport_extent(state, 0, -1.0f); 5691 float vp_xmax = viewport_extent(state, 0, 1.0f); 5692 float vp_ymin = viewport_extent(state, 1, -1.0f); 5693 float vp_ymax = viewport_extent(state, 1, 1.0f);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 3352 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) function in typeref:typename:float 5967 float vp_xmin = viewport_extent(state, 0, -1.0f); 5968 float vp_xmax = viewport_extent(state, 0, 1.0f); 5969 float vp_ymin = viewport_extent(state, 1, -1.0f); 5970 float vp_ymax = viewport_extent(state, 1, 1.0f);
|
Completed in 34 milliseconds