/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
H A D | radv_null_bo.c | 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
|
H A D | ntfswipe.c | 100 int resident; /* Stream is resident */ member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texturebindless.c | 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/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 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/nouveau/nvc0/ |
H A D | nvc0_tex.c | 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/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 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_noop/ |
H A D | noop_state.c | 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/drivers/tegra/ |
H A D | tegra_context.c | 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/radeonsi/ |
H A D | si_descriptors.c | 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/ |
H A D | zink_context.h | 374 struct util_dynarray resident; member
|
H A D | zink_context.c | 1921 zink_make_texture_handle_resident(struct pipe_context *pctx, uint64_t handle, bool resident) in zink_make_texture_handle_resident() argument 2024 zink_make_image_handle_resident(struct pipe_context *pctx, uint64_t handle, unsigned paccess, bool resident) in zink_make_image_handle_resident() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 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/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 2969 SpvId resident = ctx->resident_defs[index]; in emit_is_sparse_texels_resident() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1935 bool resident; member 1978 bool resident; member 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...] |