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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.h426 uint32_t y_end; member in struct:avivo_grph_state
H A Dradeon_driver.c4542 state->grph.y_end = INREG(offset + EVERGREEN_GRPH_Y_END);
4570 OUTREG(offset + EVERGREEN_GRPH_Y_END, state->grph.y_end);
5000 state->grph[0].y_end = INREG(AVIVO_D1GRPH_Y_END);
5041 state->grph[1].y_end = INREG(AVIVO_D2GRPH_Y_END);
5305 OUTREG(AVIVO_D1GRPH_Y_END, state->grph[0].y_end);
5319 OUTREG(AVIVO_D2GRPH_Y_END, state->grph[1].y_end);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2782 float y_end = y; local in function:ImFont::RenderText
2783 while (y_end < clip_rect.w && s_end < text_end)
2787 y_end += line_height;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2782 float y_end = y; local in function:ImFont::RenderText
2783 while (y_end < clip_rect.w && s_end < text_end)
2787 y_end += line_height;

Completed in 22 milliseconds