Searched refs:CL_UNSIGNED_INT8 (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 77 { { CL_R, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8_UINT }, 78 { { CL_RG, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8_UINT }, 79 { { CL_RGB, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8_UINT }, 80 { { CL_RGBA, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_UINT }, 101 { { CL_A, CL_UNSIGNED_INT8 }, PIPE_FORMAT_A8_UINT }, 102 { { CL_INTENSITY, CL_UNSIGNED_INT8 }, PIPE_FORMAT_I8_UINT }, 103 { { CL_LUMINANCE, CL_UNSIGNED_INT8 }, PIPE_FORMAT_L8_UINT },
|
/third_party/boost/libs/compute/test/ |
D | test_image2d.cpp | 36 boost::compute::image_format rgba8(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE() 61 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE() 128 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE() 168 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
|
D | test_image1d.cpp | 36 compute::image_format format(CL_R, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | cl_utils.cpp | 61 case CL_UNSIGNED_INT8: in GetElementSize() 155 case CL_UNSIGNED_INT8: in IsValidImageFormat()
|
/third_party/boost/boost/compute/image/ |
D | image_format.hpp | 65 unsigned_int8 = CL_UNSIGNED_INT8,
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_format.hpp | 65 unsigned_int8 = CL_UNSIGNED_INT8,
|
/third_party/boost/libs/compute/example/ |
D | random_walk.cpp | 96 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
|
D | k_means.cpp | 145 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_allocator.cc | 181 img_size.dtype = CL_UNSIGNED_INT8; in Malloc()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 448 #define CL_UNSIGNED_INT8 0x10DA macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 588 #define CL_UNSIGNED_INT8 0x10DA macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 586 #define CL_UNSIGNED_INT8 0x10DA macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 588 #define CL_UNSIGNED_INT8 0x10DA macro
|