Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationCL.cpp1831 size_t dst_cb = src.getElementSize() * region[0]; in ValidateEnqueueCopyImageToBuffer() local
1834 dst_cb *= region[1]; in ValidateEnqueueCopyImageToBuffer()
1837 dst_cb *= region[2]; in ValidateEnqueueCopyImageToBuffer()
1840 if (!dst.isRegionValid(dst_offset, dst_cb)) in ValidateEnqueueCopyImageToBuffer()