Searched refs:bo_address (Results 1 – 5 of 5) sorted by relevance
132 uint64_t bo_address = bo->gtt_offset & (~0ull >> 16); in decode_get_bo() local134 if (address >= bo_address && address < bo_address + bo->size) { in decode_get_bo()139 (address - bo_address), in decode_get_bo()
207 uint64_t bo_address; member
2248 if (surf_state->bo_address == bo->gtt_offset) in update_surface_state_addrs()2260 *ss_addr = *ss_addr - surf_state->bo_address + bo->gtt_offset; in update_surface_state_addrs()2267 surf_state->bo_address = bo->gtt_offset; in update_surface_state_addrs()2409 isv->surface_state.bo_address = isv->res->bo->gtt_offset; in iris_create_sampler_view()2575 surf->surface_state.bo_address = res->bo->gtt_offset; in iris_create_surface()2579 surf->surface_state_read.bo_address = res->bo->gtt_offset; in iris_create_surface()2774 iv->surface_state.bo_address = res->bo->gtt_offset; in iris_set_shader_images()
92 uint64_t bo_address = bo->gtt_offset & (~0ull >> 16); in decode_get_bo() local94 if (address >= bo_address && address < bo_address + bo->size) { in decode_get_bo()98 .map = brw_bo_map(brw, bo, MAP_READ) + (address - bo_address), in decode_get_bo()
2591 uint64_t bo_address = gen_48b_address(bo->offset); in get_bo_from_pool() local2592 if (address >= bo_address && address < (bo_address + bo->size)) { in get_bo_from_pool()2594 .addr = bo_address, in get_bo_from_pool()2629 uint64_t bo_address = (*bo)->bo->offset & (~0ull >> 16); in decode_get_bo() local2631 if (address >= bo_address && address < bo_address + (*bo)->bo->size) { in decode_get_bo()2633 .addr = bo_address, in decode_get_bo()