Searched refs:format_bytes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h170 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
204 pixel_offset = px * task->scene->zsbuf.format_bytes +
H A Dlp_scene.c177 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format);
186 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format);
199 scene->zsbuf.format_bytes = util_format_get_blocksize(zsbuf->format);
H A Dlp_scene.h145 unsigned format_bytes; member in struct:lp_scene::__anonab5e78280108
H A Dlp_rast.c116 scene->cbufs[i].format_bytes * task->x;
122 scene->zsbuf.format_bytes * task->x;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h174 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
209 pixel_offset = px * task->scene->zsbuf.format_bytes +
H A Dlp_scene.c178 ssurf->format_bytes = util_format_get_blocksize(psurf->format);
190 ssurf->format_bytes = util_format_get_blocksize(psurf->format);
H A Dlp_scene.h127 unsigned format_bytes; member in struct:lp_scene_surface
H A Dlp_rast.c120 scene->cbufs[i].format_bytes * task->x;
126 scene->zsbuf.format_bytes * task->x;

Completed in 24 milliseconds