mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
rusticl/device: remove unused functions
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32821>
This commit is contained in:
parent
05b37f3968
commit
a4cae3c6ed
1 changed files with 0 additions and 10 deletions
|
|
@ -118,16 +118,6 @@ pub struct HelperContext<'a> {
|
|||
}
|
||||
|
||||
impl HelperContext<'_> {
|
||||
pub fn resource_copy_region(
|
||||
&self,
|
||||
src: &PipeResource,
|
||||
dst: &PipeResource,
|
||||
dst_offset: &[u32; 3],
|
||||
bx: &pipe_box,
|
||||
) {
|
||||
self.lock.resource_copy_region(src, dst, dst_offset, bx);
|
||||
}
|
||||
|
||||
pub fn buffer_subdata(
|
||||
&self,
|
||||
res: &PipeResource,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue