Home
last modified time | relevance | path

Searched defs:uploader (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/src/gpu/
H A DGrTextureProxy.cpp152 void GrTextureProxyPriv::setDeferredUploader(std::unique_ptr<GrDeferredProxyUploader> uploader) { in setDeferredUploader() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h83 struct u_upload_mgr *uploader; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.cpp255 struct u_upload_mgr *uploader = st->can_bind_const_buffer_as_vertex ? in st_setup_current() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c49 stream_state(struct iris_batch *batch, struct u_upload_mgr *uploader, unsigned size, unsigned alignment, uint32_t *out_offset, struct iris_bo **out_bo) stream_state() argument
H A Diris_disk_cache.c145 iris_disk_cache_retrieve(struct iris_screen *screen, struct u_upload_mgr *uploader, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, const void *prog_key, uint32_t key_size) iris_disk_cache_retrieve() argument
H A Diris_program_cache.c150 iris_upload_shader(struct iris_screen *screen, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, struct hash_table *driver_shaders, struct u_upload_mgr *uploader, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly) iris_upload_shader() argument
H A Diris_batch.h124 struct u_upload_mgr *uploader; member
H A Diris_program.c63 struct u_upload_mgr *uploader; member
185 upload_state(struct u_upload_mgr *uploader, in upload_state() argument
1400 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; in iris_update_compiled_vs() local
1306 iris_compile_vs(struct iris_screen *screen, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader) iris_compile_vs() argument
1485 iris_compile_tcs(struct iris_screen *screen, struct hash_table *passthrough_ht, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader) iris_compile_tcs() argument
1604 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; iris_update_compiled_tcs() local
1675 iris_compile_tes(struct iris_screen *screen, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader) iris_compile_tes() argument
1767 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; iris_update_compiled_tes() local
1814 iris_compile_gs(struct iris_screen *screen, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader) iris_compile_gs() argument
1905 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; iris_update_compiled_gs() local
1948 iris_compile_fs(struct iris_screen *screen, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, struct brw_vue_map *vue_map) iris_compile_fs() argument
2041 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; iris_update_compiled_fs() local
2241 iris_compile_cs(struct iris_screen *screen, struct u_upload_mgr *uploader, struct util_debug_callback *dbg, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader) iris_compile_cs() argument
2309 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; iris_update_compiled_cs() local
2491 struct u_upload_mgr *uploader = ice->shaders.uploader_unsync; iris_create_compute_state() local
2554 struct u_upload_mgr *uploader = job->uploader; iris_compile_shader() local
2697 struct u_upload_mgr *uploader = ice->shaders.uploader_unsync; iris_create_shader_state() local
[all...]
H A Diris_state.c316 upload_state(struct u_upload_mgr *uploader, in upload_state() argument
334 stream_state(struct iris_batch *batch, struct u_upload_mgr *uploader, struct pipe_resource **out_res, unsigned size, unsigned alignment, uint32_t *out_offset) stream_state() argument
360 emit_state(struct iris_batch *batch, struct u_upload_mgr *uploader, struct pipe_resource **out_res, const void *data, unsigned size, unsigned alignment) emit_state() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBufferD3D12.cpp479 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearBuffer() local
H A DTextureD3D12.cpp1098 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearTexture() local
H A DDeviceD3D12.cpp280 DynamicUploader* uploader = GetDynamicUploader(); in ClearBufferToZero() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuffer.cpp393 DynamicUploader* uploader = GetDevice()->GetDynamicUploader(); in CopyFromStagingBuffer() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c414 struct u_upload_mgr *uploader; in si_buffer_transfer_map() local
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp346 auto uploader = std::make_unique<GrTDeferredProxyUploader<SoftwarePathData>>( in onDrawPath() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h136 struct u_upload_mgr *uploader; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp1158 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearTexture() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h179 struct u_upload_mgr *uploader; member
H A Dlvp_execute.c73 struct u_upload_mgr *uploader; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h210 struct u_upload_mgr *uploader; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h354 struct u_upload_mgr *uploader; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h545 struct u_upload_mgr *uploader; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h600 struct u_upload_mgr *uploader; member

Completed in 56 milliseconds