Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.h53 bool is_shared; member
Dradv_amdgpu_bo.c537 bo->is_shared = false; in radv_amdgpu_winsys_bo_create()
761 bo->is_shared = true; in radv_amdgpu_winsys_bo_from_fd()
802 bo->is_shared = true; in radv_amdgpu_winsys_get_fd()
/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()
1592 bo->u.real.is_shared = true; in amdgpu_bo_from_handle()
1643 if (bo->u.real.is_shared) in amdgpu_bo_get_handle()
1689 bo->u.real.is_shared = true; in amdgpu_bo_get_handle()
/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()
1146 rtex->resource.b.is_shared = true; in r600_texture_from_handle()
1257 !rtex->resource.b.is_shared && in r600_can_invalidate_texture()
1786 if (tex->resource.b.is_shared && in evergreen_do_fast_color_clear()
1936 rtex->resource.b.is_shared = true; in r600_texture_from_memobj()
Dr600_buffer_common.c242 if (rbuffer->b.is_shared) in r600_invalidate_buffer()
379 !rbuffer->b.is_shared && in r600_buffer_transfer_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c347 (!tex->buffer.b.is_shared || in si_can_disable_dcc()
419 if (tex->buffer.b.is_shared || tex->num_planes > 1) in si_reallocate_texture_inplace()
684 assert(!res->b.is_shared); in si_texture_get_handle()
725 if ((!res->b.is_shared || update_metadata) && whandle->offset == 0) in si_texture_get_handle()
742 assert(!res->b.is_shared); in si_texture_get_handle()
771 if (res->b.is_shared) { in si_texture_get_handle()
779 res->b.is_shared = true; in si_texture_get_handle()
1503 tex->buffer.b.is_shared = true; in si_texture_from_winsys_buffer()
1710 return !tex->buffer.b.is_shared && !(tex->surface.flags & RADEON_SURF_IMPORTED) && in si_can_invalidate_texture()
Dsi_clear.c368 if (sscreen->info.chip_class >= GFX10 || tex->buffer.b.is_shared || in si_set_optimal_micro_tile_mode()
622 tex->buffer.b.is_shared && in si_fast_clear()
665 if (tex->buffer.b.is_shared && in si_fast_clear()
Dsi_buffer.c250 if (buf->b.is_shared) in si_invalidate_buffer()
368 usage & PIPE_MAP_WRITE && !buf->b.is_shared && in si_buffer_transfer_map()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h331 bool is_shared; member
Du_threaded_context.c679 tres->is_shared = false; in threaded_resource_init()
1992 if (tbuf->is_shared || in tc_invalidate_buffer()
2095 ((!tres->is_shared && in tc_improve_map_buffer_flags()
/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
D21.2.0.rst3466 - winsys/amdgpu: don't hold a mutex while accessing is_shared
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h73 bool is_shared; member
Dzink_resource.c1178 usage & PIPE_MAP_WRITE && !res->base.is_shared && in zink_buffer_map()
/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/panfrost/midgard/
Dmidgard_compile.c493 #define ATOMIC_CASE_IMPL(ctx, instr, nir, op, is_shared) \ argument
495 emit_atomic(ctx, instr, is_shared, midgard_op_##op, ~0); \
1266 bool is_shared, in emit_atomic() argument
1302 if (is_shared) { in emit_atomic()
1325 mir_set_offset(ctx, &ins, src_offset, is_shared ? LDST_SHARED : LDST_GLOBAL); in emit_atomic()
1727 bool is_shared = instr->intrinsic == nir_intrinsic_load_shared; in emit_intrinsic() local
1771 } else if (is_global || is_shared || is_scratch) { in emit_intrinsic()
1772 … 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.c3458 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in load_emit() local
3503 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf]; in load_emit()
3507 if (!is_shared) { in load_emit()
3516 if (!is_shared) { in load_emit()
3607 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in store_emit() local
3622 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf]; in store_emit()
3626 if (!is_shared) { in store_emit()
3637 if (!is_shared) { in store_emit()
3763 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in atomic_emit() local
3814 if (!is_shared) { in atomic_emit()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1043 rsc->b.is_shared = true; in fd_resource_get_handle()
1233 rsc->b.is_shared = true; in fd_resource_allocate_and_resolve()
1374 rsc->b.is_shared = true; in fd_resource_from_handle()
1565 rsc->b.is_shared = true; in fd_resource_from_memobj()
/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.c1035 res->base.is_shared = true; in iris_resource_create_for_buffer()
1129 res->base.is_shared = true; in iris_resource_create_with_modifiers()
/third_party/quickjs/
Dquickjs.h824 JS_BOOL is_shared);
Dquickjs.c51049 BOOL is_shared) in JS_NewArrayBuffer() argument
51052is_shared ? JS_CLASS_SHARED_ARRAY_BUFFER : JS_CLASS_ARRAY_BUFFER, in JS_NewArrayBuffer()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h906 is_shared(struct ir3_instruction *instr) in is_shared() function

12