Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.h79 unsigned surface_width, unsigned surface_height);
Dst_pbo.c191 unsigned surface_width, unsigned surface_height) in st_pbo_draw() argument
222 float y0 = (float) addr->yoffset / surface_height * 2.0f - 1.0f; in st_pbo_draw()
224 float y1 = (float) (addr->yoffset + addr->height) / surface_height * 2.0f - 1.0f; in st_pbo_draw()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c419 uint32_t surface_height = ALIGN(mt->logical_height0, level == 0 ? 4 : 1); in gen8_hiz_exec() local
446 surface_height, in gen8_hiz_exec()