Home
last modified time | relevance | path

Searched defs:MTLSize (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/metal/src/
H A Dtypes.rs21 pub struct MTLSize { struct
27 impl MTLSize { argument
H A Dindirect_encoder.rs320 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threadgroups()
321 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threadgroups()
333 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threads()
334 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threads()
H A Dencoder.rs760 source_size: MTLSize, in copy_from_texture()
787 source_size: MTLSize, in copy_from_buffer_to_texture()
817 source_size: MTLSize, in copy_from_texture_to_buffer()
994 thread_groups_count: MTLSize, in dispatch_thread_groups()
995 threads_per_threadgroup: MTLSize, in dispatch_thread_groups()
1005 pub fn dispatch_threads(&self, threads_per_grid: MTLSize, threads_per_thread_group: MTLSize) { in dispatch_threads()
1018 threads_per_threadgroup: MTLSize, in dispatch_thread_groups_indirect()
H A Dtexture.rs102 pub fn set_mipmap_level_count_for_size(&self, size: MTLSize) { in set_mipmap_level_count_for_size()
103 let MTLSize { in set_mipmap_level_count_for_size() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/src/
H A Dtypes.rs21 pub struct MTLSize { struct
27 impl MTLSize { argument
H A Dindirect_encoder.rs322 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threadgroups()
323 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threadgroups()
335 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threads()
336 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threads()
H A Dencoder.rs756 source_size: MTLSize, in copy_from_texture()
783 source_size: MTLSize, in copy_from_buffer_to_texture()
812 source_size: MTLSize, in copy_from_texture_to_buffer()
989 thread_groups_count: MTLSize, in dispatch_thread_groups()
990 threads_per_threadgroup: MTLSize, in dispatch_thread_groups()
1000 pub fn dispatch_threads(&self, threads_per_grid: MTLSize, threads_per_thread_group: MTLSize) { in dispatch_threads()
1013 threads_per_threadgroup: MTLSize, in dispatch_thread_groups_indirect()
H A Dtexture.rs103 pub fn set_mipmap_level_count_for_size(&self, size: MTLSize) { in set_mipmap_level_count_for_size()
104 let MTLSize { in set_mipmap_level_count_for_size() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/metal/src/
H A Dtypes.rs21 pub struct MTLSize { struct
27 impl MTLSize { argument
H A Dindirect_encoder.rs322 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threadgroups()
323 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threadgroups()
335 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threads()
336 threads_per_threadgroup: MTLSize, in concurrent_dispatch_threads()
H A Dencoder.rs756 source_size: MTLSize, in copy_from_texture()
783 source_size: MTLSize, in copy_from_buffer_to_texture()
812 source_size: MTLSize, in copy_from_texture_to_buffer()
989 thread_groups_count: MTLSize, in dispatch_thread_groups()
990 threads_per_threadgroup: MTLSize, in dispatch_thread_groups()
1000 pub fn dispatch_threads(&self, threads_per_grid: MTLSize, threads_per_thread_group: MTLSize) { in dispatch_threads()
1013 threads_per_threadgroup: MTLSize, in dispatch_thread_groups_indirect()
H A Dtexture.rs103 pub fn set_mipmap_level_count_for_size(&self, size: MTLSize) { in set_mipmap_level_count_for_size()
104 let MTLSize { in set_mipmap_level_count_for_size() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/metal/src/
H A Dtypes.rs21 pub struct MTLSize { struct
31 pub size: MTLSize, argument
H A Dindirect_encoder.rs406 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threadgroups()
407 threads_per_threadgroup: MTLSize in concurrent_dispatch_threadgroups()
419 thread_groups_per_grid: MTLSize, in concurrent_dispatch_threads()
420 threads_per_threadgroup: MTLSize in concurrent_dispatch_threads()
H A Dencoder.rs728 source_size: MTLSize, in copy_from_texture()
755 source_size: MTLSize, in copy_from_buffer_to_texture()
784 source_size: MTLSize, in copy_from_texture_to_buffer()
953 thread_groups_count: MTLSize, in dispatch_thread_groups()
954 threads_per_thread_group: MTLSize, in dispatch_thread_groups()
968 threads_per_thread_group: MTLSize, in dispatch_thread_groups_indirect()
/dports/graphics/rx/rx-0.4.0/cargo-crates/metal-0.17.0/src/
H A Dtypes.rs20 pub struct MTLSize { struct
30 pub size: MTLSize, argument
H A Dencoder.rs682 source_size: MTLSize, in copy_from_texture()
709 source_size: MTLSize, in copy_from_buffer_to_texture()
738 source_size: MTLSize, in copy_from_texture_to_buffer()
907 thread_groups_count: MTLSize, in dispatch_thread_groups()
908 threads_per_thread_group: MTLSize, in dispatch_thread_groups()
922 threads_per_thread_group: MTLSize, in dispatch_thread_groups_indirect()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dmetal_objc_platform_dependent.cpp14 struct MTLSize { in dispatch_threadgroups() struct
15 unsigned long width; in dispatch_threadgroups()
16 unsigned long height; in dispatch_threadgroups()
17 unsigned long depth; in dispatch_threadgroups()
/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMNNMetalContext.mm223 - (std::pair<MTLSize, MTLSize>) getGridAndThreadgroup: (id<MTLComputePipelineState>)pipeline gid:(M… argument
330 - (std::pair<MTLSize, MTLSize>)computeBestGroupAndLocal:(id<MTLComputePipelineState>) bw threads:(M… argument
336 - (MTLSize)computeBestGroup:(id<MTLComputePipelineState>) bw threads:(MTLSize)t { argument
407 - (MTLSize)threadsPerGroupWithThreads:(MTLSize)t bandwidth:(MetalBandwidth)bw { argument
456 threads:(MTLSize)threads argument
481 MTLSize groups = { argument
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dconv.rs264 pub fn map_copy_extent(extent: &crate::CopyExtent) -> mtl::MTLSize { in map_copy_extent()
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/backend/
H A DCoreMLExecutor.mm287 - (MTLSize)computeBestGroup:(MTLSize)t { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs1170 pub fn map_extent(extent: image::Extent) -> MTLSize { in map_extent()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dconversions.rs1169 pub fn map_extent(extent: image::Extent) -> MTLSize { in map_extent()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs742 pub fn map_extent(extent: image::Extent) -> MTLSize { in map_extent()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs742 pub fn map_extent(extent: image::Extent) -> MTLSize { in map_extent()

12