Searched refs:host_pitch (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | checker.h | 92 int buffer_pitch[2], int host_pitch[2]); 178 int host_pitch[2] = {0, 0}; in SetupASSubBuffer() local 179 this->Init_rect(buffer_origin, host_origin, region, buffer_pitch, host_pitch); in SetupASSubBuffer() 275 int host_pitch[2] = {0, 0}; in Init_rect() local 277 this->Init_rect(buffer_origin, host_origin, region, buffer_pitch, host_pitch); in Init_rect() 282 int region_in[3], int buffer_pitch[2], int host_pitch[2]) in Init_rect() 298 host_row_pitch = host_pitch[0]; in Init_rect() 299 host_slice_pitch = host_pitch[1]; in Init_rect()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | transfer.cpp | 405 auto host_pitch = pitch(region, {{ 1, host_row_pitch, host_slice_pitch }}); in clEnqueueReadBufferRect() local 408 validate_object(q, ptr, host_origin, host_pitch, region); in clEnqueueReadBufferRect() 414 soft_copy_op(q, ptr, host_origin, host_pitch, in clEnqueueReadBufferRect() 445 auto host_pitch = pitch(region, {{ 1, host_row_pitch, host_slice_pitch }}); in clEnqueueWriteBufferRect() local 449 validate_object(q, ptr, host_origin, host_pitch, region); in clEnqueueWriteBufferRect() 455 ptr, host_origin, host_pitch, in clEnqueueWriteBufferRect()
|