Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/linux/common/os/
Dmos_graphicsresource_specific.cpp73 uint32_t tileFormatLinux = TILING_NONE; in Allocate() local
123 tileFormatLinux = TILING_Y; in Allocate()
143 tileFormatLinux = TILING_X; in Allocate()
147 tileFormatLinux = TILING_NONE; in Allocate()
190 tileFormatLinux = TILING_X; in Allocate()
194 tileFormatLinux = TILING_Y; in Allocate()
198 tileFormatLinux = TILING_NONE; in Allocate()
202 tileFormatLinux = TILING_Y; in Allocate()
239 alloc_uptr.tiling_mode = tileFormatLinux; in Allocate()
246 else if (tileFormatLinux == TILING_NONE) in Allocate()
[all …]
/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_graphicsresource_specific_next.cpp80 uint32_t tileFormatLinux = TILING_NONE; in Allocate() local
132 tileFormatLinux = TILING_Y; in Allocate()
163 tileFormatLinux = TILING_X; in Allocate()
167 tileFormatLinux = TILING_NONE; in Allocate()
210 tileFormatLinux = TILING_X; in Allocate()
214 tileFormatLinux = TILING_Y; in Allocate()
218 tileFormatLinux = TILING_NONE; in Allocate()
222 tileFormatLinux = TILING_Y; in Allocate()
263 alloc_uptr.tiling_mode = tileFormatLinux; in Allocate()
271 else if (tileFormatLinux == TILING_NONE) in Allocate()
[all …]