Searched refs:cl_type (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl2.hpp | 1058 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) in getInfoHelper() argument 1066 const size_type elements = required / sizeof(typename T::cl_type); in getInfoHelper() 1068 vector<typename T::cl_type> value(elements); in getInfoHelper() 1154 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper() argument 1156 typename T::cl_type value; in getInfoHelper() 1750 typedef T cl_type; typedef in cl::detail::Wrapper 1753 cl_type object_; 1758 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() 1770 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() 1776 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() [all …]
|
D | cl.hpp | 1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type … in getInfoHelper() argument 1199 typename T::cl_type * value = (typename T::cl_type *) alloca(required); in getInfoHelper() 1205 ::size_t elements = required / sizeof(typename T::cl_type); in getInfoHelper() 1310 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper() argument 1312 typename T::cl_type value; in getInfoHelper() 1826 typedef T cl_type; typedef in cl::detail::Wrapper 1829 cl_type object_; 1834 Wrapper(const cl_type &obj) : object_(obj) { } in Wrapper() 1841 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() 1848 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT in Wrapper() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.cpp | 99 using cl_type = cl::list<T>; typedef 103 using cl_type = cl::opt<T>; typedef 108 using cl_type = cl::opt<T>; typedef 112 cl_type_traits<Type, Ice::cl_detail::ClType>::cl_type Name##Obj(__VA_ARGS__);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | winograd.cc | 277 std::string cl_type = accum_type == DataType::FLOAT16 ? "half" : "float"; in GetWinograd4x4To36TileX6Code() local 279 src_desc.SetStateVar("ACCUM_FLT", cl_type); in GetWinograd4x4To36TileX6Code() 547 std::string cl_type = accum_type == DataType::FLOAT16 ? "half" : "float"; in GetWinograd36To4x4Tile4x1Code() local 549 src_desc.SetStateVar("ACCUM_FLT", cl_type); in GetWinograd36To4x4Tile4x1Code()
|
D | conv_powervr.cc | 740 const std::string cl_type = ToCLDataType(conv_params.weights_data_type); in GenerateConv() local 766 c += " src" + id + " = args.src_tensor.Read<" + cl_type + ">(" + in GenerateConv() 774 " ? args.src_tensor.Read<" + cl_type + ">(" + address + in GenerateConv() 777 c += " src" + id + " = args.src_tensor.Read<" + cl_type + in GenerateConv() 781 c += " src" + id + " = args.src_tensor.Read<" + cl_type + in GenerateConv()
|