/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | SharedLibrary.hpp | 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 106 if(resident) in getLibraryHandle()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | SharedLibrary.hpp | 103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 105 if(resident) in getLibraryHandle()
|
/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
H A D | radv_null_bo.c | 70 bool resident) in radv_null_winsys_bo_make_resident() 69 radv_null_winsys_bo_make_resident(struct radeon_winsys *_ws, struct radeon_winsys_bo *_bo, bool resident) radv_null_winsys_bo_make_resident() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 86 int resident; /* Stream is resident */ member 95 void *data; /* If resident, a pointer to the data */
|
H A D | ntfsundelete.c | 1164 /* We know this will always be resident. */ in get_filenames() 1285 data->resident = !rec->non_resident; in get_data() 1301 if (data->resident) { in get_data() 1426 * Files with a resident $DATA stream will have a 100% potential. 1478 if (data->resident) { in calc_percentage() 1479 ntfs_log_verbose("File is resident, therefore " in calc_percentage() 1633 if (d->resident) ntfs_log_quiet("Resident\n"); in dump_record() 1636 if (!d->resident && !d->compressed && !d->encrypted) in dump_record() 1711 if (d->resident) in list_record() 2047 if (d->resident) { in undelete_file() [all...] |
H A D | ntfswipe.c | 100 int resident; /* Stream is resident */ member 111 void *data; /* If resident, a pointer to the data */ 1324 ntfs_log_verbose("Not resident $INDEX_ROOT\n"); in wipe_directory() 1325 ntfs_log_error("damaged fs: Not resident $INDEX_ROOT " in wipe_directory() 1410 /* The $DATA attribute of the $LogFile has to be non-resident. */ in wipe_logfile() 1412 ntfs_log_debug("$LogFile $DATA attribute is resident!?!\n"); in wipe_logfile() 1517 /* The $DATA attribute of the pagefile.sys has to be non-resident. */ in wipe_pagefile() 1519 ntfs_log_debug("pagefile.sys $DATA attribute is resident!?!\n"); in wipe_pagefile() 1779 /* We know this will always be resident in destroy_record() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo.c | 1014 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nvc0_draw_vbo() 1015 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo() 1016 resident->flags); in nvc0_draw_vbo() 1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo() 1020 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo() 1021 resident->flags); in nvc0_draw_vbo()
|
H A D | nve4_compute.c | 860 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nve4_launch_grid() 861 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_BINDLESS, resident->buf, in nve4_launch_grid() 862 resident->flags); in nve4_launch_grid() 865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nve4_launch_grid() 866 nvc0_add_resident(nvc0->bufctx_cp, NVC0_BIND_CP_BINDLESS, resident->buf, in nve4_launch_grid() 867 resident->flags); in nve4_launch_grid()
|
H A D | nvc0_tex.c | 877 uint64_t handle, bool resident) in nve4_make_texture_handle_resident() 880 if (resident) { in nve4_make_texture_handle_resident() 1391 unsigned access, bool resident) in nve4_make_image_handle_resident() 1396 if (resident) { in nve4_make_image_handle_resident() 1480 unsigned access, bool resident) in gm107_make_image_handle_resident() 1484 if (resident) { in gm107_make_image_handle_resident() 876 nve4_make_texture_handle_resident(struct pipe_context *pipe, uint64_t handle, bool resident) nve4_make_texture_handle_resident() argument 1390 nve4_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) nve4_make_image_handle_resident() argument 1479 gm107_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) gm107_make_image_handle_resident() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texturebindless.c | 103 * Return TRUE if the texture handle is resident in the current context. 113 * Return TRUE if the image handle is resident in the current context. 123 * Make a texture handle resident/non-resident in the current context. 128 bool resident) in make_texture_handle_resident() 134 if (resident) { in make_texture_handle_resident() 144 * are no handles using the object that are resident in any context. in make_texture_handle_resident() 173 * Make an image handle resident/non-resident in the current context. 178 GLenum access, bool resident) in make_image_handle_resident() 126 make_texture_handle_resident(struct gl_context *ctx, struct gl_texture_handle_object *texHandleObj, bool resident) make_texture_handle_resident() argument 176 make_image_handle_resident(struct gl_context *ctx, struct gl_image_handle_object *imgHandleObj, GLenum access, bool resident) make_image_handle_resident() argument [all...] |
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 1125 * Make a texture handle resident. 1129 * \param resident TRUE for resident, FALSE otherwise 1132 uint64_t handle, bool resident); 1153 * Make an image handle resident. 1158 * \param resident TRUE for resident, FALSE otherwise 1161 unsigned access, bool resident);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 390 uint64_t handle, bool resident) in noop_make_texture_handle_resident() 405 unsigned access, bool resident) in noop_make_image_handle_resident() 389 noop_make_texture_handle_resident(struct pipe_context *ctx, uint64_t handle, bool resident) noop_make_texture_handle_resident() argument 404 noop_make_image_handle_resident(struct pipe_context *ctx, uint64_t handle, unsigned access, bool resident) noop_make_image_handle_resident() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 799 uint64_t handle, bool resident) in dd_context_make_texture_handle_resident() 803 pipe->make_texture_handle_resident(pipe, handle, resident); in dd_context_make_texture_handle_resident() 826 bool resident) in dd_context_make_image_handle_resident() 830 pipe->make_image_handle_resident(pipe, handle, access, resident); in dd_context_make_image_handle_resident() 798 dd_context_make_texture_handle_resident(struct pipe_context *_pipe, uint64_t handle, bool resident) dd_context_make_texture_handle_resident() argument 824 dd_context_make_image_handle_resident(struct pipe_context *_pipe, uint64_t handle, unsigned access, bool resident) dd_context_make_image_handle_resident() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 2212 bool resident) in trace_context_make_texture_handle_resident() 2220 trace_dump_arg(bool, resident); in trace_context_make_texture_handle_resident() 2223 pipe->make_texture_handle_resident(pipe, handle, resident); in trace_context_make_texture_handle_resident() 2264 bool resident) in trace_context_make_image_handle_resident() 2273 trace_dump_arg(bool, resident); in trace_context_make_image_handle_resident() 2276 pipe->make_image_handle_resident(pipe, handle, access, resident); in trace_context_make_image_handle_resident() 2210 trace_context_make_texture_handle_resident(struct pipe_context *_pipe, uint64_t handle, bool resident) trace_context_make_texture_handle_resident() argument 2261 trace_context_make_image_handle_resident(struct pipe_context *_pipe, uint64_t handle, unsigned access, bool resident) trace_context_make_image_handle_resident() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_radeon_winsys.h | 262 bool resident);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1935 bool resident; member 1945 pipe->make_texture_handle_resident(pipe, p->handle, p->resident); in tc_call_make_texture_handle_resident() 1951 bool resident) in tc_make_texture_handle_resident() 1959 p->resident = resident; in tc_make_texture_handle_resident() 1978 bool resident; member 1989 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); in tc_call_make_image_handle_resident() 1995 unsigned access, bool resident) in tc_make_image_handle_resident() 2004 p->resident = resident; in tc_make_image_handle_resident() 1950 tc_make_texture_handle_resident(struct pipe_context *_pipe, uint64_t handle, bool resident) tc_make_texture_handle_resident() argument 1994 tc_make_image_handle_resident(struct pipe_context *_pipe, uint64_t handle, unsigned access, bool resident) tc_make_image_handle_resident() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 1218 uint64_t handle, bool resident) in tegra_make_texture_handle_resident() 1222 context->gpu->make_texture_handle_resident(context->gpu, handle, resident); in tegra_make_texture_handle_resident() 1243 bool resident) in tegra_make_image_handle_resident() 1248 resident); in tegra_make_image_handle_resident() 1217 tegra_make_texture_handle_resident(struct pipe_context *pcontext, uint64_t handle, bool resident) tegra_make_texture_handle_resident() argument 1241 tegra_make_image_handle_resident(struct pipe_context *pcontext, uint64_t handle, unsigned access, bool resident) tegra_make_image_handle_resident() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.h | 374 struct util_dynarray resident; member
|
H A D | zink_context.c | 159 util_dynarray_fini(&ctx->di.bindless[i].resident); in zink_context_destroy() 1921 zink_make_texture_handle_resident(struct pipe_context *pctx, uint64_t handle, bool resident) in zink_make_texture_handle_resident() argument 1932 if (resident) { in zink_make_texture_handle_resident() 1952 util_dynarray_append(&ctx->di.bindless[0].resident, struct zink_bindless_descriptor *, bd); in zink_make_texture_handle_resident() 1958 util_dynarray_delete_unordered(&ctx->di.bindless[0].resident, struct zink_bindless_descriptor *, bd); in zink_make_texture_handle_resident() 2024 zink_make_image_handle_resident(struct pipe_context *pctx, uint64_t handle, unsigned paccess, bool resident) in zink_make_image_handle_resident() argument 2036 if (resident) { in zink_make_image_handle_resident() 2050 if (resident) { in zink_make_image_handle_resident() 2071 util_dynarray_append(&ctx->di.bindless[1].resident, struct zink_bindless_descriptor *, bd); in zink_make_image_handle_resident() 2080 util_dynarray_delete_unordered(&ctx->di.bindless[1].resident, struc in zink_make_image_handle_resident() [all...] |
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 973 bool resident) in radv_amdgpu_winsys_bo_make_resident() 991 if (resident) { in radv_amdgpu_winsys_bo_make_resident() 972 radv_amdgpu_winsys_bo_make_resident(struct radeon_winsys *_ws, struct radeon_winsys_bo *_bo, bool resident) radv_amdgpu_winsys_bo_make_resident() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 1913 /* Wait for graphics/compute to be idle before updating the resident in si_upload_bindless_descriptors() 1944 /* Update mutable image descriptor fields of all resident textures. */ 2408 * resident, update the descriptor and the dirty flag. in si_update_bindless_buffer_descriptor() 2484 bool resident) in si_make_texture_handle_resident() 2498 if (resident) { in si_make_texture_handle_resident() 2523 * wasn't resident. in si_make_texture_handle_resident() 2608 unsigned access, bool resident) in si_make_image_handle_resident() 2624 if (resident) { in si_make_image_handle_resident() 2644 * wasn't resident. in si_make_image_handle_resident() 2678 /* Add all resident textur in si_resident_buffers_add_all_to_bo_list() 2483 si_make_texture_handle_resident(struct pipe_context *ctx, uint64_t handle, bool resident) si_make_texture_handle_resident() argument 2607 si_make_image_handle_resident(struct pipe_context *ctx, uint64_t handle, unsigned access, bool resident) si_make_image_handle_resident() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 2796 SpvId resident = spirv_builder_emit_composite_extract(&ctx->builder, spirv_builder_type_uint(&ctx->builder, 32), result, &idx, 1); in extract_sparse_load() local 2814 assert(resident != 0); in extract_sparse_load() 2816 ctx->resident_defs[dest_ssa->index] = resident; in extract_sparse_load() 2969 SpvId resident = ctx->resident_defs[index]; in emit_is_sparse_texels_resident() local 2971 SpvId result = spirv_builder_emit_unop(&ctx->builder, SpvOpImageSparseTexelsResident, type, resident); in emit_is_sparse_texels_resident()
|