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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c433 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local in function:radeonCountStateEmitSize
434 dwords += atom_size;
435 if (RADEON_CMDBUF && atom_size) {
442 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local in function:radeonCountStateEmitSize
443 dwords += atom_size;
444 if (RADEON_CMDBUF && atom_size) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c432 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local in function:radeonCountStateEmitSize
433 dwords += atom_size;
434 if (RADEON_CMDBUF && atom_size) {
441 const GLuint atom_size = atom->check(&radeon->glCtx, atom); local in function:radeonCountStateEmitSize
442 dwords += atom_size;
443 if (RADEON_CMDBUF && atom_size) {

Completed in 3 milliseconds