Lines Matching refs:usage
57 BufferInfo(int w, int h, int f, uint64_t usage = 0)
58 : width(w), height(h), format(f), layer_count(1), usage(usage) {} in width()
63 uint64_t usage; member
159 bool CpuCanAccess(uint64_t usage);
160 bool CpuCanRead(uint64_t usage);
161 bool CpuCanWrite(uint64_t usage);
177 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage);
184 bool IsUBwcPISupported(int format, uint64_t usage);
185 bool IsUBwcEnabled(int format, uint64_t usage);
200 uint32_t GetDataAlignment(int format, uint64_t usage);
204 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage);
206 bool UseUncached(int format, uint64_t usage);
207 uint64_t GetHandleFlags(int format, uint64_t usage);
208 int GetImplDefinedFormat(uint64_t usage, int format);
209 int GetCustomFormatFlags(int format, uint64_t usage, int *custom_format, uint64_t *priv_flags);
211 bool IsGPUFlagSupported(uint64_t usage);