summaryrefslogtreecommitdiff
path: root/utests/runtime_climage_from_boname.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utests: Don't end an all-tests run when one test failsRebecca N. Palmer2016-10-101-1/+1
| | | | | Signed-off-by: Rebecca N. Palmer <rebecca_palmer@zoho.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* standalone utest for unified OpenCL implementation.Luo Xionghu2016-04-221-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | use the variable NOT_BUILD_STAND_ALONE_UTEST to control the build type: for beignet build, set it to 1; for stand alone build, do NOT need set it. remove all clXXXIntel extension call and such kind of tests since we intend to provide the unit test independently for viariant OpenCL implementation; replace the clMapBufferIntel/clMapBufferGTTIntel with clEnqueueMapBuffer/clEnqueueMapImage; link the utest binary to libOpenCL to follow the icd standard; remove the useless env in setenv.sh since we need make install the package after build. v2: fix the indent error; use function pointer for extesion case like vme and libva since we link to libOpenCL; v3: builtin_kernel_block_motion_estimate_intel released kernel twice; v4: find OpenCL library for standalone utest and link to libcl for not standalone utest; check default variables in setenv.sh whether empty before use. Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* utests: skip one test when it fail to open XDisplay.Zhigang Gong2015-01-091-0/+4
| | | | Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-11-271-0/+208
| | | | | Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong2014-11-111-208/+0
| | | | This reverts commit 9e236b18542f2564e399bf13d4d1fbcc48a5ec9f.
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-11-101-0/+208
Signed-off-by: Guo Yejun <yejun.guo@intel.com> Tested-by: Zhigang Gong <zhigang.gong@linux.intel.com>