Home
last modified time | relevance | path

Searched refs:ImageFormat (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp2110 struct ImageFormat : public cl_image_format struct
2113 ImageFormat(){} in ImageFormat() function
2116 ImageFormat(cl_channel_order order, cl_channel_type type) in ImageFormat() function
2123 ImageFormat(const ImageFormat &other) { *this = other; } in ImageFormat() function
2126 ImageFormat& operator = (const ImageFormat& rhs) in operator =() argument
3180 vector<ImageFormat>* formats) const in getSupportedImageFormats()
3200 vector<ImageFormat> value(numEntries); in getSupportedImageFormats()
4546 ImageFormat format, in Image1D()
4633 ImageFormat format, in Image1DBuffer()
4716 ImageFormat format, in Image1DArray()
[all …]
Dcl.hpp2021 struct ImageFormat : public cl_image_format struct
2024 ImageFormat(){} in ImageFormat() argument
2027 ImageFormat(cl_channel_order order, cl_channel_type type) in ImageFormat() argument
2034 ImageFormat& operator = (const ImageFormat& rhs) in operator =() argument
2781 VECTOR_CLASS<ImageFormat>* formats) const in getSupportedImageFormats()
2801 ImageFormat* value = (ImageFormat*) in getSupportedImageFormats()
2802 alloca(numEntries * sizeof(ImageFormat)); in getSupportedImageFormats()
3669 ImageFormat format, in Image1D()
3754 ImageFormat format, in Image1DBuffer()
3831 ImageFormat format, in Image1DArray()
[all …]