Home
last modified time | relevance | path

Searched refs:dstPitch2D (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_generic.cpp187 size_t dstPitch2D = 0; in create_image() local
193 dstPitch2D = mappedRow; in create_image()
197 dstPitch2D = mappedSlice; in create_image()
206 dst += dstPitch2D; in create_image()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp248 size_t dstPitch2D = 0; in create_image() local
254 dstPitch2D = mappedRow; in create_image()
258 dstPitch2D = mappedSlice; in create_image()
266 dst += dstPitch2D; in create_image()