Home
last modified time | relevance | path

Searched refs:is_shared (Results 1 – 25 of 31) sorted by relevance

12

/third_party/elfutils/src/
Delfclassify.c487 is_shared (void) in is_shared() function
540 return !is_shared (); in is_executable()
756 [classify_shared] = is_shared (), in process_current_path()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c371 if (rtex->resource.b.is_shared) in r600_reallocate_texture_inplace()
497 assert(!res->b.is_shared); in r600_texture_get_handle()
519 if (!res->b.is_shared || update_metadata) { in r600_texture_get_handle()
529 assert(!res->b.is_shared); in r600_texture_get_handle()
559 if (res->b.is_shared) { in r600_texture_get_handle()
567 res->b.is_shared = true; in r600_texture_get_handle()
1142 rtex->resource.b.is_shared = true; in r600_texture_from_handle()
1253 !rtex->resource.b.is_shared && in r600_can_invalidate_texture()
1782 if (tex->resource.b.is_shared && in evergreen_do_fast_color_clear()
1932 rtex->resource.b.is_shared = true; in r600_texture_from_memobj()
Dr600_buffer_common.c219 if (rbuffer->b.is_shared) in r600_invalidate_buffer()
352 !rbuffer->b.is_shared && in r600_buffer_transfer_map()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h76 bool is_shared; member
Damdgpu_bo.c70 if (bo->bo && bo->u.real.is_shared) { in amdgpu_bo_wait()
1562 bo->u.real.is_shared = true; in amdgpu_bo_from_handle()
1613 if (bo->u.real.is_shared) in amdgpu_bo_get_handle()
1659 bo->u.real.is_shared = true; in amdgpu_bo_get_handle()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c371 (!tex->buffer.b.is_shared || in si_can_disable_dcc()
437 if (tex->buffer.b.is_shared || tex->num_planes > 1) in si_reallocate_texture_inplace()
711 assert(!res->b.is_shared); in si_texture_get_handle()
752 if ((!res->b.is_shared || update_metadata) && whandle->offset == 0) in si_texture_get_handle()
771 assert(!res->b.is_shared); in si_texture_get_handle()
803 if (res->b.is_shared) { in si_texture_get_handle()
811 res->b.is_shared = true; in si_texture_get_handle()
1587 tex->buffer.b.is_shared = true; in si_texture_from_winsys_buffer()
1797 return !tex->buffer.b.is_shared && !(tex->surface.flags & RADEON_SURF_IMPORTED) && in si_can_invalidate_texture()
Dsi_buffer.c253 if (buf->b.is_shared) in si_invalidate_buffer()
367 usage & PIPE_MAP_WRITE && !buf->b.is_shared && in si_buffer_transfer_map()
699 res->b.is_shared = true; in si_buffer_from_winsys_buffer()
Dsi_clear.c496 if (sscreen->info.gfx_level >= GFX10 || tex->buffer.b.is_shared || in si_set_optimal_micro_tile_mode()
752 tex->buffer.b.is_shared && in si_fast_clear()
800 if (tex->buffer.b.is_shared && in si_fast_clear()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h84 bool is_shared; member
Dzink_resource.c1745 usage & PIPE_MAP_WRITE && !res->base.is_shared && in zink_buffer_map()
/third_party/mesa3d/docs/relnotes/
D19.1.5.rst83 - radeonsi: fix an assertion failure: assert(!res->b.is_shared)
D21.1.0.rst3404 - winsys/amdgpu: pack amdgpu_winsys_bo::is_shared and protect it by a mutex
3406 - winsys/amdgpu: move amdgpu_winsys_bo::is_shared to the u.real union
D22.0.0.rst4001 - radv/winsys: remove radv_amdgpu_winsys_bo::is_shared
/third_party/harfbuzz/src/
Dhb-repacker.hh57 bool is_shared () const in is_shared() function
701 if (child.is_shared ()) in hb_resolve_overflows()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h364 bool is_shared; member
Du_threaded_context.c433 return buf->is_shared || buf->used_by_multiple_contexts; in tc_is_buffer_shared()
716 tres->is_shared = false; in threaded_resource_init()
2162 ((!tres->is_shared && in tc_improve_map_buffer_flags()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c534 #define ATOMIC_CASE_IMPL(ctx, instr, nir, op, is_shared) \ argument
536 emit_atomic(ctx, instr, is_shared, midgard_op_##op, ~0); \
1351 bool is_shared, in emit_atomic() argument
1387 if (is_shared) { in emit_atomic()
1410 mir_set_offset(ctx, &ins, src_offset, is_shared ? LDST_SHARED : LDST_GLOBAL); in emit_atomic()
1813 bool is_shared = instr->intrinsic == nir_intrinsic_load_shared; in emit_intrinsic() local
1857 } else if (is_global || is_shared || is_scratch) { in emit_intrinsic()
1858 … unsigned seg = is_global ? LDST_GLOBAL : (is_shared ? LDST_SHARED : LDST_SCRATCH); in emit_intrinsic()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3465 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in load_emit() local
3510 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf]; in load_emit()
3514 if (!is_shared) { in load_emit()
3523 if (!is_shared) { in load_emit()
3614 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in store_emit() local
3629 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf]; in store_emit()
3633 if (!is_shared) { in store_emit()
3644 if (!is_shared) { in store_emit()
3770 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in atomic_emit() local
3821 if (!is_shared) { in atomic_emit()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1065 rsc->b.is_shared = true; in fd_resource_get_handle()
1255 rsc->b.is_shared = true; in fd_resource_allocate_and_resolve()
1396 rsc->b.is_shared = true; in fd_resource_from_handle()
1588 rsc->b.is_shared = true; in fd_resource_from_memobj()
/third_party/rust/crates/rustix/src/net/
Dip.rs752 || self.is_shared() in is_global()
785 pub const fn is_shared(&self) -> bool { in is_shared() method
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh66 bool is_shared () const in is_shared() function
1081 if (child.is_shared ()) in _process_overflows()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1140 res->base.is_shared = true; in iris_resource_create_for_buffer()
1228 res->base.is_shared = true; in iris_resource_create_with_modifiers()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h984 is_shared(struct ir3_instruction *instr) in is_shared() function
/third_party/cups-filters/utils/
Dcups-browsed.c7681 int is_shared; in update_cups_queues() local
8062 is_shared = val && (!strcasecmp (val, "yes") || in update_cups_queues()
8066 if (!is_shared) { in update_cups_queues()
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/
DPR25409-librte_bus_dpaa.so.20.0.abi554 …<var-decl name='is_shared' type-id='type-id-1' visibility='default' filepath='../../dpdk/drivers/b…
1059 …<var-decl name='is_shared' type-id='type-id-1' visibility='default' filepath='../../dpdk/drivers/b…

12