Searched defs:host_ptr (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmemory.cpp65 memory_obj::host_ptr() const { function in class:memory_obj
29 memory_obj(clover::context & ctx,cl_mem_flags flags,size_t size,void * host_ptr) argument
69 buffer(clover::context & ctx,cl_mem_flags flags,size_t size,void * host_ptr) argument
79 root_buffer(clover::context & ctx,cl_mem_flags flags,size_t size,void * host_ptr) argument
126 image(clover::context & ctx,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,size_t size,void * host_ptr) argument
188 image2d(clover::context & ctx,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t row_pitch,void * host_ptr) argument
201 image3d(clover::context & ctx,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,void * host_ptr) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dmemory.cpp72 memory_obj::host_ptr() const { function in class:memory_obj
29 memory_obj(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,size_t size,void * host_ptr) argument
76 buffer(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,size_t size,void * host_ptr) argument
88 root_buffer(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,size_t size,void * host_ptr) argument
170 image(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,size_t size,void * host_ptr) argument
252 image1d(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t row_pitch,void * host_ptr) argument
267 image2d(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t row_pitch,void * host_ptr) argument
282 image3d(clover::context & ctx,std::vector<cl_mem_properties> properties,cl_mem_flags flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,void * host_ptr) argument
[all...]
/xsrc/external/mit/xauth/dist/
H A Dgethost.c132 struct hostent *host_ptr; local in function:get_inet_address
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp83 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | local in function:clCreateBuffer
162 if (bool(host_ptr) != bool(d_flags & (CL_MEM_USE_HOST_PTR | local in function:clCreateImage
78 clCreateBuffer(cl_context d_ctx,cl_mem_flags d_flags,size_t size,void * host_ptr,cl_int * r_errcode) argument
132 clCreateImage(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,const cl_image_desc * desc,void * host_ptr,cl_int * r_errcode) argument
223 clCreateImage2D(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,size_t width,size_t height,size_t row_pitch,void * host_ptr,cl_int * r_errcode) argument
234 clCreateImage3D(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,void * host_ptr,cl_int * r_errcode) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dmemory.cpp113 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | local in function:clCreateBufferWithProperties
201 if (bool(host_ptr) != bool(d_flags & (CL_MEM_USE_HOST_PTR | local in function:clCreateImageWithProperties
104 clCreateBufferWithProperties(cl_context d_ctx,const cl_mem_properties * d_properties,cl_mem_flags d_flags,size_t size,void * host_ptr,cl_int * r_errcode) argument
132 clCreateBuffer(cl_context d_ctx,cl_mem_flags d_flags,size_t size,void * host_ptr,cl_int * r_errcode) argument
169 clCreateImageWithProperties(cl_context d_ctx,const cl_mem_properties * d_properties,cl_mem_flags d_flags,const cl_image_format * format,const cl_image_desc * desc,void * host_ptr,cl_int * r_errcode) argument
283 clCreateImage(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,const cl_image_desc * desc,void * host_ptr,cl_int * r_errcode) argument
293 clCreateImage2D(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,size_t width,size_t height,size_t row_pitch,void * host_ptr,cl_int * r_errcode) argument
304 clCreateImage3D(cl_context d_ctx,cl_mem_flags d_flags,const cl_image_format * format,size_t width,size_t height,size_t depth,size_t row_pitch,size_t slice_pitch,void * host_ptr,cl_int * r_errcode) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1755 anv_device_import_bo_from_host_ptr(struct anv_device * device,void * host_ptr,uint32_t size,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address,struct anv_bo ** bo_out) argument
H A Danv_private.h1781 void * host_ptr; member in struct:anv_device_memory
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1724 anv_bo_cache_import_host_ptr(struct anv_device * device,struct anv_bo_cache * cache,void * host_ptr,uint32_t size,uint64_t bo_flags,struct anv_bo ** bo_out) argument
H A Danv_private.h1521 void * host_ptr; member in struct:anv_device_memory
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp3819 Buffer(const Context & context,cl_mem_flags flags,size_type size,void * host_ptr=NULL,cl_int * err=NULL) argument
3844 Buffer(cl_mem_flags flags,size_type size,void * host_ptr=NULL,cl_int * err=NULL) argument
4414 Image1D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,void * host_ptr=NULL,cl_int * err=NULL) argument
4586 Image1DArray(const Context & context,cl_mem_flags flags,ImageFormat format,size_type arraySize,size_type width,size_type rowPitch,void * host_ptr=NULL,cl_int * err=NULL) argument
4684 Image2D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,size_type height,size_type row_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
5015 Image2DArray(const Context & context,cl_mem_flags flags,ImageFormat format,size_type arraySize,size_type width,size_type height,size_type rowPitch,size_type slicePitch,void * host_ptr=NULL,cl_int * err=NULL) argument
5113 Image3D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,size_type height,size_type depth,size_type row_pitch=0,size_type slice_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
[all...]
H A Dcl.hpp3182 Buffer(const Context & context,cl_mem_flags flags,::size_t size,void * host_ptr=NULL,cl_int * err=NULL) argument
3207 Buffer(cl_mem_flags flags,::size_t size,void * host_ptr=NULL,cl_int * err=NULL) argument
3671 Image1D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,void * host_ptr=NULL,cl_int * err=NULL) argument
3833 Image1DArray(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t arraySize,::size_t width,::size_t rowPitch,void * host_ptr=NULL,cl_int * err=NULL) argument
3923 Image2D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,::size_t height,::size_t row_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
4139 Image2DArray(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t arraySize,::size_t width,::size_t height,::size_t rowPitch,::size_t slicePitch,void * host_ptr=NULL,cl_int * err=NULL) argument
4232 Image3D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,::size_t height,::size_t depth,::size_t row_pitch=0,::size_t slice_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp3182 Buffer(const Context & context,cl_mem_flags flags,::size_t size,void * host_ptr=NULL,cl_int * err=NULL) argument
3207 Buffer(cl_mem_flags flags,::size_t size,void * host_ptr=NULL,cl_int * err=NULL) argument
3671 Image1D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,void * host_ptr=NULL,cl_int * err=NULL) argument
3833 Image1DArray(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t arraySize,::size_t width,::size_t rowPitch,void * host_ptr=NULL,cl_int * err=NULL) argument
3923 Image2D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,::size_t height,::size_t row_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
4139 Image2DArray(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t arraySize,::size_t width,::size_t height,::size_t rowPitch,::size_t slicePitch,void * host_ptr=NULL,cl_int * err=NULL) argument
4232 Image3D(const Context & context,cl_mem_flags flags,ImageFormat format,::size_t width,::size_t height,::size_t depth,::size_t row_pitch=0,::size_t slice_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
[all...]
H A Dcl2.hpp3675 Buffer(const Context & context,cl_mem_flags flags,size_type size,void * host_ptr=NULL,cl_int * err=NULL) argument
3700 Buffer(cl_mem_flags flags,size_type size,void * host_ptr=NULL,cl_int * err=NULL) argument
4270 Image1D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,void * host_ptr=NULL,cl_int * err=NULL) argument
4442 Image1DArray(const Context & context,cl_mem_flags flags,ImageFormat format,size_type arraySize,size_type width,size_type rowPitch,void * host_ptr=NULL,cl_int * err=NULL) argument
4540 Image2D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,size_type height,size_type row_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
4871 Image2DArray(const Context & context,cl_mem_flags flags,ImageFormat format,size_type arraySize,size_type width,size_type height,size_type rowPitch,size_type slicePitch,void * host_ptr=NULL,cl_int * err=NULL) argument
4969 Image3D(const Context & context,cl_mem_flags flags,ImageFormat format,size_type width,size_type height,size_type depth,size_type row_pitch=0,size_type slice_pitch=0,void * host_ptr=NULL,cl_int * err=NULL) argument
[all...]

Completed in 64 milliseconds