Searched defs:dblocks (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.c807 const GLuint dblocks = (depth + bd - 1) / bd; local in function:_mesa_format_image_size
835 const uint64_t dblocks = (depth + bd - 1) / bd; local in function:_mesa_format_image_size64
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformats.c826 const uint32_t dblocks = (depth + bd - 1) / bd; local in function:_mesa_format_image_size
854 const uint64_t dblocks = (depth + bd - 1) / bd; local in function:_mesa_format_image_size64

Completed in 4 milliseconds