Searched defs:Image2D (Results 1 – 8 of 8) sorted by relevance
4762 class Image2D : public Image class4769 Image2D( in Image2D() function in cl::Image2D4837 Image2D( in Image2D() function in cl::Image2D4883 Image2D( in Image2D() function in cl::Image2D4934 Image2D() { } in Image2D() function in cl::Image2D4943 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D4959 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D4973 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in Image2D() function in cl::Image2D
223 TEST_F(AmberScriptParserTest, Image2D) { in TEST_F() argument
4802 class Image2D : public Image class4809 Image2D( in Image2D() function in cl::Image2D4877 Image2D( in Image2D() function in cl::Image2D4923 Image2D( in Image2D() function in cl::Image2D4974 Image2D() { } in Image2D() function in cl::Image2D4983 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D4999 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D5013 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in Image2D() function in cl::Image2D
3911 class Image2D : public Image class3918 Image2D( in Image2D() function in cl::Image2D3984 Image2D() { } in Image2D() function in cl::Image2D3990 __CL_EXPLICIT_CONSTRUCTORS Image2D(const cl_mem& image2D) : Image(image2D) { } in Image2D() function in cl::Image2D4005 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D4020 Image2D(Image2D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in Image2D() function in cl::Image2D
147 "Image2D": "CL_MEM_OBJECT_IMAGE2D", string
380 Image2D = 1, enumerator
4985 class Image2D : public Image class4992 Image2D( in Image2D() function in cl::Image2D5063 Image2D( in Image2D() function in cl::Image2D5109 Image2D( in Image2D() function in cl::Image2D5160 Image2D() { } in Image2D() function in cl::Image2D5169 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D
1522 MAKE_MOVE_TESTS(Image2D, make_mem, clReleaseMemObject, image2DPool) in MAKE_MOVE_TESTS() argument