Home
last modified time | relevance | path

Searched defs:Image2D (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dopencl.hpp4762 class Image2D : public Image class
4769 Image2D( in Image2D() function in cl::Image2D
4837 Image2D( in Image2D() function in cl::Image2D
4883 Image2D( in Image2D() function in cl::Image2D
4934 Image2D() { } in Image2D() function in cl::Image2D
4943 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D
4959 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D
4973 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in Image2D() function in cl::Image2D
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/
Dparser_image_test.cc223 TEST_F(AmberScriptParserTest, Image2D) { in TEST_F() argument
/aosp_15_r20/external/mesa3d/include/CL/
H A Dopencl.hpp4802 class Image2D : public Image class
4809 Image2D( in Image2D() function in cl::Image2D
4877 Image2D( in Image2D() function in cl::Image2D
4923 Image2D( in Image2D() function in cl::Image2D
4974 Image2D() { } in Image2D() function in cl::Image2D
4983 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D
4999 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D
5013 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in Image2D() function in cl::Image2D
H A Dcl.hpp3911 class Image2D : public Image class
3918 Image2D( in Image2D() function in cl::Image2D
3984 Image2D() { } in Image2D() function in cl::Image2D
3990 __CL_EXPLICIT_CONSTRUCTORS Image2D(const cl_mem& image2D) : Image(image2D) { } in Image2D() function in cl::Image2D
4005 Image2D(const Image2D& img) : Image(img) {} in Image2D() function in cl::Image2D
4020 Image2D(Image2D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in Image2D() function in cl::Image2D
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json147 "Image2D": "CL_MEM_OBJECT_IMAGE2D", string
H A DPackedCLEnums_autogen.h380 Image2D = 1, enumerator
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp4985 class Image2D : public Image class
4992 Image2D( in Image2D() function in cl::Image2D
5063 Image2D( in Image2D() function in cl::Image2D
5109 Image2D( in Image2D() function in cl::Image2D
5160 Image2D() { } in Image2D() function in cl::Image2D
5169 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D() function in cl::Image2D
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp1522 MAKE_MOVE_TESTS(Image2D, make_mem, clReleaseMemObject, image2DPool) in MAKE_MOVE_TESTS() argument