Searched refs:hostRowPitch (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.h | 50 size_t hostRowPitch, 63 size_t hostRowPitch,
|
D | CLCommandQueueCL.cpp | 127 size_t hostRowPitch, in enqueueReadBufferRect() argument 143 bufferSlicePitch, hostRowPitch, hostSlicePitch, ptr, numEvents, nativeEventsPtr, in enqueueReadBufferRect() 157 size_t hostRowPitch, in enqueueWriteBufferRect() argument 173 bufferSlicePitch, hostRowPitch, hostSlicePitch, ptr, numEvents, nativeEventsPtr, in enqueueWriteBufferRect()
|
/external/angle/src/libANGLE/renderer/ |
D | CLCommandQueueImpl.h | 49 size_t hostRowPitch, 62 size_t hostRowPitch,
|
/external/angle/src/libANGLE/ |
D | CLCommandQueue.h | 61 size_t hostRowPitch, 75 size_t hostRowPitch,
|
D | CLCommandQueue.cpp | 187 size_t hostRowPitch, in enqueueReadBufferRect() argument 203 hostRowPitch, hostSlicePitch, ptr, waitEvents, eventCreateFuncPtr); in enqueueReadBufferRect() 216 size_t hostRowPitch, in enqueueWriteBufferRect() argument 232 hostRowPitch, hostSlicePitch, ptr, waitEvents, eventCreateFuncPtr); in enqueueWriteBufferRect()
|
D | validationCL.cpp | 315 size_t hostRowPitch, in ValidateHostRect() argument 332 if (hostRowPitch == 0u) in ValidateHostRect() 334 hostRowPitch = region[0]; in ValidateHostRect() 336 else if (hostRowPitch < region[0]) in ValidateHostRect() 344 (hostSlicePitch < region[1] * hostRowPitch || (hostSlicePitch % hostRowPitch) != 0u)) in ValidateHostRect()
|