Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c846 const uint32_t first_pixel = _mesa_image_offset(dims, packing, w, h, in blorp_get_client_bo() local
852 const uint32_t size = last_pixel - first_pixel; in blorp_get_client_bo()
858 const uint32_t offset = first_pixel + (intptr_t)pixels; in blorp_get_client_bo()
903 if (brw_bo_subdata(bo, 0, size, pixels + first_pixel)) { in blorp_get_client_bo()