Searched defs:CopyImageToBufferKHR (Results 1 – 1 of 1) sorted by relevance
376 struct CopyImageToBufferKHR : public BasicCommandBufferTest struct380 cl_int Run() override in Run()439 cl_int SetUp(int elements) override in SetUp()455 bool Skip() override in Skip()463 const size_t img_width = 512;464 const size_t img_height = 512;465 const size_t data_size = img_width * img_height * 4 * sizeof(cl_char);466 const size_t origin[3] = { 0, 0, 0 },467 region[3] = { img_width, img_height, 1 };468 const cl_uint pattern_1 = 0x12;[all …]