Searched refs:max_state_size (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.h52 radeon->hw.max_state_size += (SZ);
H A Dradeon_common_context.h143 int max_state_size; /* Number of bytes necessary for a full state emit. */ member in struct:radeon_hw_state
H A Dradeon_common.c729 if (size < 2 * rmesa->hw.max_state_size) {
730 size = 2 * rmesa->hw.max_state_size + 65535;
741 size * 4, rmesa->hw.max_state_size * 4);
H A Dr200_state_init.c625 rmesa->radeon.hw.max_state_size = 0;
636 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.h52 radeon->hw.max_state_size += (SZ);
H A Dradeon_common_context.h143 int max_state_size; /* Number of bytes necessary for a full state emit. */ member in struct:radeon_hw_state
H A Dradeon_common.c729 if (size < 2 * rmesa->hw.max_state_size) {
730 size = 2 * rmesa->hw.max_state_size + 65535;
741 size * 4, rmesa->hw.max_state_size * 4);
H A Dradeon_state_init.c512 rmesa->radeon.hw.max_state_size = 0;
524 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.h52 radeon->hw.max_state_size += (SZ);
H A Dradeon_common_context.h143 int max_state_size; /* Number of bytes necessary for a full state emit. */ member in struct:radeon_hw_state
H A Dradeon_common.c729 if (size < 2 * rmesa->hw.max_state_size) {
730 size = 2 * rmesa->hw.max_state_size + 65535;
741 size * 4, rmesa->hw.max_state_size * 4);
H A Dr200_state_init.c625 rmesa->radeon.hw.max_state_size = 0;
636 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.h52 radeon->hw.max_state_size += (SZ);
H A Dradeon_common_context.h143 int max_state_size; /* Number of bytes necessary for a full state emit. */ member in struct:radeon_hw_state
H A Dradeon_common.c729 if (size < 2 * rmesa->hw.max_state_size) {
730 size = 2 * rmesa->hw.max_state_size + 65535;
741 size * 4, rmesa->hw.max_state_size * 4);
H A Dradeon_state_init.c512 rmesa->radeon.hw.max_state_size = 0;
524 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc150 static const size_t max_state_size = local
152 navigation.WriteToPickle(max_state_size, &pickle);

Completed in 362 milliseconds