/third_party/elfutils/src/ |
D | elfclassify.c | 487 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/ |
D | r600_texture.c | 371 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()
|
D | r600_buffer_common.c | 219 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/ |
D | amdgpu_bo.h | 76 bool is_shared; member
|
D | amdgpu_bo.c | 70 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/ |
D | si_texture.c | 371 (!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()
|
D | si_buffer.c | 253 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()
|
D | si_clear.c | 496 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/ |
D | zink_bo.h | 84 bool is_shared; member
|
D | zink_resource.c | 1745 usage & PIPE_MAP_WRITE && !res->base.is_shared && in zink_buffer_map()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.5.rst | 83 - radeonsi: fix an assertion failure: assert(!res->b.is_shared)
|
D | 21.1.0.rst | 3404 - 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
|
D | 22.0.0.rst | 4001 - radv/winsys: remove radv_amdgpu_winsys_bo::is_shared
|
/third_party/harfbuzz/src/ |
D | hb-repacker.hh | 57 bool is_shared () const in is_shared() function 701 if (child.is_shared ()) in hb_resolve_overflows()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 364 bool is_shared; member
|
D | u_threaded_context.c | 433 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/ |
D | midgard_compile.c | 534 #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/ |
D | lp_bld_tgsi_soa.c | 3465 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/ |
D | freedreno_resource.c | 1065 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/ |
D | ip.rs | 752 || 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/ |
D | hb-repacker.hh | 66 bool is_shared () const in is_shared() function 1081 if (child.is_shared ()) in _process_overflows()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 1140 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/ |
D | ir3.h | 984 is_shared(struct ir3_instruction *instr) in is_shared() function
|
/third_party/cups-filters/utils/ |
D | cups-browsed.c | 7681 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/ |
D | PR25409-librte_bus_dpaa.so.20.0.abi | 554 …<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…
|