Home
last modified time | relevance | path

Searched refs:surface_width (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
221 float x0 = (float) addr->xoffset / surface_width * 2.0f - 1.0f; in st_pbo_draw()
223 float x1 = (float) (addr->xoffset + addr->width) / surface_width * 2.0f - 1.0f; in st_pbo_draw()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c418 uint32_t surface_width = ALIGN(mt->logical_width0, level == 0 ? 8 : 1); in gen8_hiz_exec() local
445 surface_width, in gen8_hiz_exec()