Uses of Interface
jcuda.jnpp.utilnpp.Allocator

Uses of Allocator in jcuda.jnpp.utilnpp
 

Methods in jcuda.jnpp.utilnpp that return Allocator
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesNPP.ImageNPP_8u_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesNPP.ImageNPP_8u_C2.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesNPP.ImageNPP_8u_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesNPP.ImageNPP_8u_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesNPP.ImageNPP_16u_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesNPP.ImageNPP_16u_C2.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesNPP.ImageNPP_16u_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesNPP.ImageNPP_16u_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16s> ImagesNPP.ImageNPP_16s_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16s> ImagesNPP.ImageNPP_16s_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesNPP.ImageNPP_32s_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesNPP.ImageNPP_32s_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesNPP.ImageNPP_32s_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesNPP.ImageNPP_32f_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesNPP.ImageNPP_32f_C2.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesNPP.ImageNPP_32f_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesNPP.ImageNPP_32f_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesCPU.ImageCPU_8u_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesCPU.ImageCPU_8u_C2.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesCPU.ImageCPU_8u_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp8u> ImagesCPU.ImageCPU_8u_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesCPU.ImageCPU_16u_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesCPU.ImageCPU_16u_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16u> ImagesCPU.ImageCPU_16u_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16s> ImagesCPU.ImageCPU_16s_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16s> ImagesCPU.ImageCPU_16s_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp16s> ImagesCPU.ImageCPU_16s_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesCPU.ImageCPU_32s_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesCPU.ImageCPU_32s_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32s> ImagesCPU.ImageCPU_32s_C4.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesCPU.ImageCPU_32f_C1.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesCPU.ImageCPU_32f_C3.allocator()
           
protected  Allocator<jcuda.jnpp.types.Npp32f> ImagesCPU.ImageCPU_32f_C4.allocator()
           
protected abstract  Allocator<T> AbstractImagePacked.allocator()
          Returns the allocator that performs all memory operations for this image.
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsNPP.allocator16s1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsCPU.allocator16s1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsNPP.allocator16s2()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsCPU.allocator16s3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsNPP.allocator16s4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16s> ImageAllocatorsCPU.allocator16s4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsNPP.allocator16u1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsCPU.allocator16u1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsNPP.allocator16u2()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsNPP.allocator16u3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsCPU.allocator16u3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsNPP.allocator16u4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp16u> ImageAllocatorsCPU.allocator16u4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsNPP.allocator32f1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsCPU.allocator32f1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsNPP.allocator32f2()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsNPP.allocator32f3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsCPU.allocator32f3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsNPP.allocator32f4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32f> ImageAllocatorsCPU.allocator32f4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsNPP.allocator32s1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsCPU.allocator32s1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsNPP.allocator32s3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsCPU.allocator32s3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsNPP.allocator32s4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp32s> ImageAllocatorsCPU.allocator32s4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsNPP.allocator8u1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsCPU.allocator8u1()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsNPP.allocator8u2()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsCPU.allocator8u2()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsNPP.allocator8u3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsCPU.allocator8u3()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsNPP.allocator8u4()
          Creates and returns a new Allocator
(package private) static Allocator<jcuda.jnpp.types.Npp8u> ImageAllocatorsCPU.allocator8u4()
          Creates and returns a new Allocator