Searched refs:_4GB (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_device.c70 const uint64_t _4GB = 1ull << 32; local in function:etna_device_new
72 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c269 const uint64_t _4GB = 1ull << 32; local in function:memzone_for_address
271 if (address >= _4GB)
1720 const uint64_t _4GB = 4ull << 30; local in function:brw_bufmgr_init
1723 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE;
1725 if (devinfo->gen >= 8 && gtt_size > _4GB) {
1740 1 * _4GB, gtt_size - 2 * _4GB);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c292 const uint64_t _4GB = 1ull << 32; local in function:memzone_for_address
294 if (address >= _4GB)
1885 const uint64_t _4GB = 4ull << 30; local in function:brw_bufmgr_create
1888 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE;
1890 if (devinfo->ver >= 8 && gtt_size > _4GB) {
1905 1 * _4GB, gtt_size - 2 * _4GB);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c1510 const uint64_t _4GB = 1ull << 32; local in function:iris_bufmgr_init
1513 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE;
1529 (gtt_size - _4GB) - IRIS_MEMZONE_OTHER_START);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c2282 const uint64_t _4GB = 1ull << 32; local in function:iris_bufmgr_create
2286 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE;
2312 (gtt_size - _4GB) - IRIS_MEMZONE_OTHER_START);

Completed in 12 milliseconds