Searched refs:backing_store (Results 1 – 6 of 6) sorted by relevance
30 ::std::vector<uint8_t> backing_store(1); in TEST()31 auto view = MakeBarView(&backing_store); in TEST()
219 void *backing_store; member472 memcpy(bo_fake->backing_store, block->virtual, block->bo->size); in free_block()496 assert(!bo_fake->backing_store); in alloc_backing_store()499 bo_fake->backing_store = malloc(bo->size); in alloc_backing_store()502 bo_fake->backing_store, bo->size); in alloc_backing_store()503 assert(bo_fake->backing_store); in alloc_backing_store()511 if (bo_fake->backing_store) { in free_backing_store()513 free(bo_fake->backing_store); in free_backing_store()514 bo_fake->backing_store = NULL; in free_backing_store()970 if (bo_fake->backing_store) in drm_intel_bo_fake_disable_backing_store()[all …]
548 attr.backing_store = Always; in rpng_x_create_window()
932 attr.backing_store = Always; in rpng2_x_create_window()
1485 uint32_t backing_store; member1528 uint32_t backing_store; member1584 uint8_t backing_store; member
2034 pub backing_store: ::std::os::raw::c_int, field