Searched refs:atom_size (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c467 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local
468 dwords += atom_size;
469 if (RADEON_CMDBUF && atom_size) {
476 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local
477 dwords += atom_size;
478 if (RADEON_CMDBUF && atom_size) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c467 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local
468 dwords += atom_size;
469 if (RADEON_CMDBUF && atom_size) {
476 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local
477 dwords += atom_size;
478 if (RADEON_CMDBUF && atom_size) {
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1973 const uint64_t atom_size = local
1978 return atom_size;
2009 if (stop >= start && uint64_t(stop - start) != atom_size)
2012 return atom_size;

Completed in 190 milliseconds