/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_staging_mgr.c | 35 virgl_staging_alloc_buffer(struct virgl_staging_mgr *staging, unsigned min_size) in virgl_staging_alloc_buffer() argument 77 virgl_staging_init(struct virgl_staging_mgr *staging, struct pipe_context *pipe, unsigned default_size) virgl_staging_init() argument 87 virgl_staging_destroy(struct virgl_staging_mgr *staging) virgl_staging_destroy() argument 94 virgl_staging_alloc(struct virgl_staging_mgr *staging, unsigned size, unsigned alignment, unsigned *out_offset, struct virgl_hw_res **outbuf, void **ptr) virgl_staging_alloc() argument [all...] |
H A D | virgl_context.h | 84 struct virgl_staging_mgr staging; member
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_lower_constants.c | 112 va_resolve_constant(bi_builder *b, uint32_t value, struct va_src_info info, bool is_signed, bool staging) in va_resolve_constant() argument 187 bool staging = (s < valhall_opcodes[I->op].nr_staging_srcs); in va_lower_constants() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.h | 74 void *staging; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.h | 110 } staging; member
|
H A D | pan_resource.c | 981 struct panfrost_resource *staging in panfrost_ptr_map() local [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
H A D | virgl_staging_mgr_test.cpp | 143 struct virgl_staging_mgr staging; member in VirglStagingMgr [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 87 void *staging; /* staging buffer */ member [all...] |
H A D | u_threaded_context.h | 388 struct pipe_resource *staging; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 392 struct r600_resource *staging = NULL; in r600_buffer_transfer_map() local 419 struct r600_resource *staging; in r600_buffer_transfer_map() local 278 r600_buffer_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer, void *data, struct r600_resource *staging, unsigned offset) r600_buffer_get_transfer() argument [all...] |
H A D | r600_blit.c | 113 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) r600_blit_decompress_depth() argument
|
H A D | r600_texture.c | 1149 r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging) r600_init_flushed_depth_texture() argument 1423 struct r600_texture *staging; r600_texture_transfer_map() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vaf_spectrumsynth.c | 460 AVFrame **staging[2] = { &s->magnitude, &s->phase }; in activate() local
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_d3d11va.c | 403 ID3D11Resource *staging; in d3d11va_transfer_data() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_buffer.c | 415 struct si_resource *staging = NULL; in si_buffer_transfer_map() local 447 struct si_resource *staging; in si_buffer_transfer_map() local 313 si_buffer_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer, void *data, struct si_resource *staging, unsigned offset) si_buffer_get_transfer() argument [all...] |
H A D | si_texture.c | 1900 struct si_texture *staging; si_texture_transfer_map() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.h | 280 struct pipe_resource *staging; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.h | 269 struct pipe_resource *staging; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.h | 72 void *staging; member
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.h | 307 } staging; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 1266 struct pipe_resource *staging = pipe_buffer_create(pctx->screen, 0, PIPE_USAGE_STAGING, src_offset + result_size); in zink_get_query_result_resource() local
|
H A D | zink_resource.c | 1249 struct zink_resource staging = *res; in add_resource_bind() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.cpp | 88 StagingBufferBase* staging; member 308 void Buffer::CopyFromStaging(StagingBufferBase* staging, in CopyFromStaging() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 792 BufferStorage *staging = mBufferStorages[BUFFER_USAGE_STAGING]; in getTotalCPUBufferMemoryBytes() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 168 T staging[kDstFlatSize] = {0}; in ExpandMatrix() local
|