Lines Matching refs:desc
321 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; in assignPlanes() local
322 if (!isFreePlane(desc.type, desc.index)) { in assignPlanes()
334 PlaneDescription& desc = PLANE_DESC[id - 'A']; in assignPlanes() local
335 if (!isFreePlane(desc.type, desc.index)) { in assignPlanes()
336 DTRACE("plane type %d index %d is not available", desc.type, desc.index); in assignPlanes()
343 desc.type != DisplayPlane::PLANE_OVERLAY) { in assignPlanes()
344 ETRACE("invalid plane type %d, expected %d", desc.type, config[i]->planeType); in assignPlanes()
354 if (desc.type != DisplayPlane::PLANE_PRIMARY && in assignPlanes()
355 desc.type != DisplayPlane::PLANE_SPRITE) { in assignPlanes()
356 ETRACE("invalid plane type %d, expected %d", desc.type, config[i]->planeType); in assignPlanes()
362 if (desc.type == DisplayPlane::PLANE_OVERLAY && desc.index == 1 && in assignPlanes()
373 PlaneDescription& desc = PLANE_DESC['I' - 'A' + dsp]; in assignPlanes() local
375 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()
383 PlaneDescription& desc = PLANE_DESC[id - 'A']; in assignPlanes() local
385 zLayer->plane = getPlane(desc.type, desc.index); in assignPlanes()
390 zLayer->planeType = desc.type; in assignPlanes()
391 if (desc.type == DisplayPlane::PLANE_PRIMARY) { in assignPlanes()