Searched refs:pix_bytes (Results 1 – 1 of 1) sorted by relevance
784 GLint pix_bytes = 1; in intel_map_image() local810 pix_bytes = _mesa_get_format_bytes(image->format); in intel_map_image()814 assert(pix_bytes > 0); in intel_map_image()816 raw_data += (x0 / pix_w) * pix_bytes + (y0 / pix_h) * image->pitch; in intel_map_image()