Home
last modified time | relevance | path

Searched defs:slicePitch (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLtypes.h81 size_t slicePitch; member
H A DCLContext.cpp161 createImage3D(MemFlags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t rowPitch, size_t slicePitch, void *hostPtr, cl_int &errorCode) createImage3D() argument
H A DCLCommandQueue.cpp335 enqueueReadImage(cl_mem image, cl_bool blockingRead, const size_t *origin, const size_t *region, size_t rowPitch, size_t slicePitch, void *ptr, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueReadImage() argument
H A DvalidationCL.cpp262 ValidateBufferRect(const Buffer &buffer, const size_t *origin, const size_t *region, size_t rowPitch, size_t slicePitch) ValidateBufferRect() argument
453 ValidateHostRegionForImage(const Image &image, const size_t region[3], size_t rowPitch, size_t slicePitch, const void *ptr) ValidateHostRegionForImage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp624 auto slicePitch = SIMD::Int( in GetTexelAddress() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp280 enqueueReadImage(const cl::Image &image, bool blocking, const size_t origin[3], const size_t region[3], size_t rowPitch, size_t slicePitch, void *ptr, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueReadImage() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp436 int slicePitch = imageHeight*rowPitch; in createTexture() local
538 int slicePitch = rowPitch*m_size; in createTexture() local
551 int slicePitch = imageHeight*rowPitch; in createTexture() local
730 int slicePitch = imageHeight*rowPitch; createTexture() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1152 int slicePitch = imageHeight*rowPitch; in createTexture() local
1815 int slicePitch = rowPitch*m_height; in createTexture() local
1828 int slicePitch = imageHeight*rowPitch; in createTexture() local
2474 int slicePitch = imageHeight*rowPitch; createTexture() local
2556 int slicePitch = imageHeight*rowPitch; createTexture() local
2849 int slicePitch = rowPitch*m_height; createTexture() local
2862 int slicePitch = imageHeight*rowPitch; createTexture() local
3077 int slicePitch = rowPitch*m_height; createTexture() local
3090 int slicePitch = imageHeight*rowPitch; createTexture() local
3450 int slicePitch = imageHeight*rowPitch; createTexture() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp972 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local
1005 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) in ConstPixelBufferAccess() argument
1056 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess() argument
/third_party/mesa3d/include/CL/
H A Dcl.hpp4139 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) Image2DArray() argument
H A Dcl2.hpp5015 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) Image2DArray() argument

Completed in 50 milliseconds