Home
last modified time | relevance | path

Searched refs:swap_size (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/
Dhardware_MemoryZRAMThroughput.py52 swap_size = utils.swaptotal()
54 logging.info("SwapTotal: %.0f KB", swap_size)
71 half_mem_pressure_size = int((mem_size+swap_size * 0.3) / 1024) / 2;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c74 unsigned swap_size; in r300_get_endian_swap() local
90 swap_size = desc->is_array ? desc->channel[0].size : desc->block.bits; in r300_get_endian_swap()
92 switch (swap_size) { in r300_get_endian_swap()