Home
last modified time | relevance | path

Searched refs:BufferAddress (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dmemory_init_tracker.rs18 pub(crate) range: Range<wgt::BufferAddress>,
26 uninitialized_ranges: Vec<Range<wgt::BufferAddress>>,
30 uninitialized_ranges: &'a mut Vec<Range<wgt::BufferAddress>>,
31 drain_range: Range<wgt::BufferAddress>,
37 type Item = Range<wgt::BufferAddress>;
97 pub(crate) fn new(size: wgt::BufferAddress) -> Self { in new()
104 fn lower_bound(&self, bound: wgt::BufferAddress) -> usize { in lower_bound()
132 query_range: Range<wgt::BufferAddress>, in check() argument
133 ) -> Option<Range<wgt::BufferAddress>> { in check() argument
162 drain_range: Range<wgt::BufferAddress>, in drain() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dmemory_init_tracker.rs18 pub(crate) range: Range<wgt::BufferAddress>,
26 uninitialized_ranges: Vec<Range<wgt::BufferAddress>>,
30 uninitialized_ranges: &'a mut Vec<Range<wgt::BufferAddress>>,
31 drain_range: Range<wgt::BufferAddress>,
37 type Item = Range<wgt::BufferAddress>;
97 pub(crate) fn new(size: wgt::BufferAddress) -> Self { in new()
104 fn lower_bound(&self, bound: wgt::BufferAddress) -> usize { in lower_bound()
132 query_range: Range<wgt::BufferAddress>, in check() argument
133 ) -> Option<Range<wgt::BufferAddress>> { in check() argument
162 drain_range: Range<wgt::BufferAddress>, in drain() argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmbeddedPkg/Library/NonCoherentDmaLib/
H A DNonCoherentDmaLib.c26 VOID *BufferAddress; member
219 Map->BufferAddress = InternalAllocateAlignedPages (EfiBootServicesData, in DmaMap()
222 if (Map->BufferAddress == NULL) { in DmaMap()
230 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaMap()
233 *DeviceAddress = HostToDeviceAddress (Map->BufferAddress); in DmaMap()
264 Map->BufferAddress = AllocatePool (AllocSize); in DmaMap()
265 if (Map->BufferAddress == NULL) { in DmaMap()
366 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaUnmap()
368 CopyMem ((VOID *)(UINTN)Map->HostAddress, Map->BufferAddress, in DmaUnmap()
371 FreePages (Map->BufferAddress, EFI_SIZE_TO_PAGES (AllocSize)); in DmaUnmap()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmbeddedPkg/Library/NonCoherentDmaLib/
H A DNonCoherentDmaLib.c26 VOID *BufferAddress; member
219 Map->BufferAddress = InternalAllocateAlignedPages (EfiBootServicesData, in DmaMap()
222 if (Map->BufferAddress == NULL) { in DmaMap()
230 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaMap()
233 *DeviceAddress = HostToDeviceAddress (Map->BufferAddress); in DmaMap()
264 Map->BufferAddress = AllocatePool (AllocSize); in DmaMap()
265 if (Map->BufferAddress == NULL) { in DmaMap()
366 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaUnmap()
368 CopyMem ((VOID *)(UINTN)Map->HostAddress, Map->BufferAddress, in DmaUnmap()
371 FreePages (Map->BufferAddress, EFI_SIZE_TO_PAGES (AllocSize)); in DmaUnmap()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmbeddedPkg/Library/NonCoherentDmaLib/
H A DNonCoherentDmaLib.c26 VOID *BufferAddress; member
219 Map->BufferAddress = InternalAllocateAlignedPages (EfiBootServicesData, in DmaMap()
222 if (Map->BufferAddress == NULL) { in DmaMap()
230 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaMap()
233 *DeviceAddress = HostToDeviceAddress (Map->BufferAddress); in DmaMap()
264 Map->BufferAddress = AllocatePool (AllocSize); in DmaMap()
265 if (Map->BufferAddress == NULL) { in DmaMap()
366 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaUnmap()
368 CopyMem ((VOID *)(UINTN)Map->HostAddress, Map->BufferAddress, in DmaUnmap()
371 FreePages (Map->BufferAddress, EFI_SIZE_TO_PAGES (AllocSize)); in DmaUnmap()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmbeddedPkg/Library/NonCoherentDmaLib/
H A DNonCoherentDmaLib.c26 VOID *BufferAddress; member
219 Map->BufferAddress = InternalAllocateAlignedPages (EfiBootServicesData, in DmaMap()
222 if (Map->BufferAddress == NULL) { in DmaMap()
230 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaMap()
233 *DeviceAddress = HostToDeviceAddress (Map->BufferAddress); in DmaMap()
264 Map->BufferAddress = AllocatePool (AllocSize); in DmaMap()
265 if (Map->BufferAddress == NULL) { in DmaMap()
366 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaUnmap()
368 CopyMem ((VOID *)(UINTN)Map->HostAddress, Map->BufferAddress, in DmaUnmap()
371 FreePages (Map->BufferAddress, EFI_SIZE_TO_PAGES (AllocSize)); in DmaUnmap()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/EmbeddedPkg/Library/NonCoherentDmaLib/
H A DNonCoherentDmaLib.c26 VOID *BufferAddress; member
219 Map->BufferAddress = InternalAllocateAlignedPages (EfiBootServicesData, in DmaMap()
222 if (Map->BufferAddress == NULL) { in DmaMap()
230 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaMap()
233 *DeviceAddress = HostToDeviceAddress (Map->BufferAddress); in DmaMap()
264 Map->BufferAddress = AllocatePool (AllocSize); in DmaMap()
265 if (Map->BufferAddress == NULL) { in DmaMap()
366 mCpu->FlushDataCache (mCpu, (UINTN)Map->BufferAddress, AllocSize, in DmaUnmap()
368 CopyMem ((VOID *)(UINTN)Map->HostAddress, Map->BufferAddress, in DmaUnmap()
371 FreePages (Map->BufferAddress, EFI_SIZE_TO_PAGES (AllocSize)); in DmaUnmap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs122 inner_offset: wgt::BufferAddress, in map() argument
123 size: wgt::BufferAddress, in map() argument
140 inner_offset: wgt::BufferAddress, in write_bytes() argument
155 inner_offset: wgt::BufferAddress, in read_bytes() argument
169 inner_offset: wgt::BufferAddress, in segment() argument
170 size: Option<wgt::BufferAddress>, in segment() argument
181 inner_offset: wgt::BufferAddress, in flush_range() argument
182 size: Option<wgt::BufferAddress>, in flush_range() argument
196 inner_offset: wgt::BufferAddress, in invalidate_range() argument
197 size: Option<wgt::BufferAddress>, in invalidate_range() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs122 inner_offset: wgt::BufferAddress, in map() argument
123 size: wgt::BufferAddress, in map() argument
140 inner_offset: wgt::BufferAddress, in write_bytes() argument
155 inner_offset: wgt::BufferAddress, in read_bytes() argument
169 inner_offset: wgt::BufferAddress, in segment() argument
170 size: Option<wgt::BufferAddress>, in segment() argument
181 inner_offset: wgt::BufferAddress, in flush_range() argument
182 size: Option<wgt::BufferAddress>, in flush_range() argument
196 inner_offset: wgt::BufferAddress, in invalidate_range() argument
197 size: Option<wgt::BufferAddress>, in invalidate_range() argument
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c23 EFI_PHYSICAL_ADDRESS BufferAddress; in VarCheckHiiGenFromHiiDatabase() local
45 …ocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress); in VarCheckHiiGenFromHiiDatabase()
47 Buffer = (VOID *) (UINTN) BufferAddress; in VarCheckHiiGenFromHiiDatabase()
65 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Ddraw.rs15 use wgt::{BufferAddress, BufferSize, Color};
138 offset: BufferAddress,
144 offset: BufferAddress,
180 offset: BufferAddress,
187 offset: BufferAddress,
189 count_buffer_offset: BufferAddress,
H A Dtransfer.rs50 start_offset: BufferAddress,
51 end_offset: BufferAddress,
52 buffer_size: BufferAddress,
64 UnalignedBufferOffset(BufferAddress),
66 UnalignedCopySize(BufferAddress),
160 buffer_size: BufferAddress, in validate_linear_texture_data() argument
162 bytes_per_block: BufferAddress, in validate_linear_texture_data() argument
165 ) -> Result<BufferAddress, TransferError> { in validate_linear_texture_data() argument
332 source_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
334 destination_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Ddraw.rs15 use wgt::{BufferAddress, BufferSize, Color};
138 offset: BufferAddress,
144 offset: BufferAddress,
180 offset: BufferAddress,
187 offset: BufferAddress,
189 count_buffer_offset: BufferAddress,
H A Dtransfer.rs50 start_offset: BufferAddress,
51 end_offset: BufferAddress,
52 buffer_size: BufferAddress,
64 UnalignedBufferOffset(BufferAddress),
66 UnalignedCopySize(BufferAddress),
160 buffer_size: BufferAddress, in validate_linear_texture_data() argument
162 bytes_per_block: BufferAddress, in validate_linear_texture_data() argument
165 ) -> Result<BufferAddress, TransferError> { in validate_linear_texture_data() argument
332 source_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
334 destination_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/command/
H A Dbind.rs10 BufferAddress,
31 Match(BindGroupId, &'a [BufferAddress]),
46 type Item = (BindGroupId, &'a [BufferAddress]);
63 dynamic_offsets: Vec<BufferAddress>,
71 offsets: &[BufferAddress], in provide() argument
172 offsets: &[BufferAddress], in provide_entry() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-0.4.0/src/
H A Dlib.rs20 BufferAddress,
260 range: Range<BufferAddress>,
339 pub stride: BufferAddress,
445 pub offset: BufferAddress,
866 size: BufferAddress,
877 size: BufferAddress,
884 pub fn map_read_async<T, F>(&self, start: BufferAddress, size: BufferAddress, callback: F) in map_read_async() argument
930 pub fn map_write_async<T, F>(&self, start: BufferAddress, size: BufferAddress, callback: F) in map_write_async() argument
1091 copy_size: BufferAddress, in copy_buffer_to_buffer() argument
1155 offsets: &[BufferAddress], in set_bind_group() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dtransfer.rs50 start_offset: BufferAddress,
51 end_offset: BufferAddress,
52 buffer_size: BufferAddress,
71 UnalignedBufferOffset(BufferAddress),
73 UnalignedCopySize(BufferAddress),
204 buffer_size: BufferAddress, in validate_linear_texture_data() argument
206 bytes_per_block: BufferAddress, in validate_linear_texture_data() argument
209 ) -> Result<(BufferAddress, BufferAddress), TransferError> { in validate_linear_texture_data() argument
490 source_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
492 destination_offset: BufferAddress, in command_encoder_copy_buffer_to_buffer() argument
[all …]

12345678910>>...15