Home
last modified time | relevance | path

Searched refs:ArrayPointer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuFormatUtil.hpp188 class ArrayPointer class
194 ArrayPointer(const T *arr_, int size_) : arr(arr_), size(size_) in ArrayPointer() function in tcu::Format::ArrayPointer
214 std::ostream &operator<<(std::ostream &str, const ArrayPointer<T> &fmt) in operator <<()
312 inline Format::ArrayPointer<T> formatArray(const T *arr, int size) in formatArray()
314 return Format::ArrayPointer<T>(arr, size); in formatArray()
319 inline Format::ArrayPointer<T> formatArray(const T (&arr)[Size]) in formatArray()
321 return Format::ArrayPointer<T>(arr, Size); in formatArray()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp44 inline tcu::Format::ArrayPointer<T> getPointerStr(const T *arr, uint32_t size) in getPointerStr()
50 inline tcu::Format::ArrayPointer<T> getPointerStr(const T *arr, int size) in getPointerStr()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp8773 ArrayPointer in DiagnoseAlwaysNonNullPointer() enumerator
8780 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()