Home
last modified time | relevance | path

Searched refs:rb_height (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c1360 uint32_t x0, x1, y0, y1, rb_name, rb_height; in brw_blorp_clear_depth_stencil() local
1363 rb_height = depth_rb->Height; in brw_blorp_clear_depth_stencil()
1371 rb_height = stencil_rb->Height; in brw_blorp_clear_depth_stencil()
1380 y0 = rb_height - fb->_Ymax; in brw_blorp_clear_depth_stencil()
1381 y1 = rb_height - fb->_Ymin; in brw_blorp_clear_depth_stencil()