/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | checker_image_mem_host_write_only.hpp | 85 if (!this->m_blocking) { in update_host_mem_2() 95 err = clEnqueueReadImage(this->m_queue, this->m_Image_2, this->m_blocking, in update_host_mem_2() 101 if (!this->m_blocking) { in update_host_mem_2() 155 if (!this->m_blocking) { in verify_RW_Image() 166 err= clEnqueueWriteImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 172 if (!this->m_blocking) { in verify_RW_Image() 188 err = clEnqueueReadImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 240 if (!this->m_blocking) { in verify_RW_Image_Mapping() 250 this->m_blocking, CL_MAP_WRITE, in verify_RW_Image_Mapping() 257 if (!this->m_blocking) { in verify_RW_Image_Mapping() [all …]
|
D | checker_mem_host_read_only.hpp | 128 err = clEnqueueReadBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer() 133 if (!this->m_blocking) { in verify_RW_Buffer() 146 err = clEnqueueWriteBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer() 173 err = clEnqueueReadBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 185 if (!this->m_blocking) { in verify_RW_Buffer_rect() 199 err = clEnqueueWriteBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 229 dataPtr = clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_mapping() 235 if (!this->m_blocking) { in verify_RW_Buffer_mapping() 258 clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_mapping()
|
D | checker_mem_host_no_access.hpp | 86 cl_int err = clEnqueueReadBuffer(this->m_queue, this->m_buffer, this->m_blocking, 0, in verify_RW_Buffer() 100 err = clEnqueueWriteBuffer(this->m_queue, this->m_buffer, this->m_blocking, 0, in verify_RW_Buffer() 123 err = clEnqueueReadBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 144 err = clEnqueueWriteBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 175 dataPtr = clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, CL_MAP_READ, in verify_RW_Buffer_mapping() 187 dataPtr = clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, CL_MAP_WRITE, in verify_RW_Buffer_mapping()
|
D | checker_image_mem_host_no_access.hpp | 56 if (!this->m_blocking) { in verify_RW_Image() 75 err = clEnqueueWriteImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 92 err = clEnqueueReadImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 118 T * dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping() 135 dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping()
|
D | checker_mem_host_write_only.hpp | 133 err = clEnqueueWriteBuffer(this->m_queue, this->m_buffer, this->m_blocking, 0, in verify_RW_Buffer() 140 if (!this->m_blocking){ in verify_RW_Buffer() 202 err = clEnqueueWriteBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 214 if (!this->m_blocking) { in verify_RW_Buffer_rect() 244 err = clEnqueueReadBufferRect(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_rect() 307 dataPtr = clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_mapping() 313 if (!this->m_blocking) { in verify_RW_Buffer_mapping() 338 clEnqueueMapBuffer(this->m_queue, this->m_buffer, this->m_blocking, in verify_RW_Buffer_mapping()
|
D | checker_image_mem_host_read_only.hpp | 197 err = clEnqueueReadImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 204 if ( !this->m_blocking) { in verify_RW_Image() 215 err = clEnqueueWriteImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image() 239 T * dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping() 246 if (!this->m_blocking) { in verify_RW_Image_Mapping() 269 dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping()
|
D | mem_host_buffer.cpp | 37 checker.m_blocking = blocking; in test_mem_host_read_only_buffer_RW() 67 checker.m_blocking = blocking; in test_mem_host_read_only_buffer_RW_Rect() 97 checker.m_blocking = blocking; in test_mem_host_read_only_buffer_RW_Mapping() 193 checker.m_blocking = blocking; in test_mem_host_write_only_buffer_RW() 223 checker.m_blocking = blocking; in test_mem_host_write_only_buffer_RW_Rect() 253 checker.m_blocking = blocking; in test_mem_host_write_only_buffer_RW_Mapping() 348 checker.m_blocking = blocking; in test_mem_host_no_access_buffer_RW() 379 checker.m_blocking = blocking; in test_mem_host_no_access_buffer_RW_Rect() 410 checker.m_blocking = blocking; in test_mem_host_no_access_buffer_RW_Mapping()
|
D | mem_host_image.cpp | 40 checker.m_blocking = blocking; in test_mem_host_read_only_RW_Image() 71 checker.m_blocking = blocking; in test_mem_host_read_only_RW_Image_Mapping() 152 checker.m_blocking = blocking; in test_MEM_HOST_WRIE_ONLY_Image_RW() 186 checker.m_blocking = blocking; in test_MEM_HOST_WRITE_ONLY_Image_RW_Mapping() 268 checker.m_blocking = blocking; in test_mem_host_no_access_Image_RW() 301 checker.m_blocking = blocking; in test_mem_host_no_access_Image_RW_Mapping()
|
D | checker.h | 53 cl_bool m_blocking; variable 111 m_blocking = false; in cBuffer_checker()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 211 : m_lhs(lhs), m_rhs(rhs), m_dest(dest), m_actualAlpha(actualAlpha), m_blocking(blocking) 216 m_blocking.initParallel(m_lhs.rows(), m_rhs.cols(), m_lhs.cols(), num_threads); 217 m_blocking.allocateA(); 229 m_actualAlpha, m_blocking, info); 239 BlockingType& m_blocking;
|