Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/mem_host_flags/
Dchecker_image_mem_host_write_only.hpp85 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 …]
Dchecker_mem_host_read_only.hpp128 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()
Dchecker_mem_host_no_access.hpp86 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()
Dchecker_image_mem_host_no_access.hpp56 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()
Dchecker_mem_host_write_only.hpp133 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()
Dchecker_image_mem_host_read_only.hpp197 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()
Dmem_host_buffer.cpp37 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()
Dmem_host_image.cpp40 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()
Dchecker.h53 cl_bool m_blocking; variable
111 m_blocking = false; in cBuffer_checker()
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h211 : 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;