Lines Matching refs:opaque
66 copy->opaque = state->opaque;
389 static int tegra_plane_format_get_alpha(unsigned int opaque,
392 if (tegra_plane_format_is_yuv(opaque, NULL)) {
393 *alpha = opaque;
397 switch (opaque) {
415 *alpha = opaque;
423 * This is applicable to Tegra20 and Tegra30 only where the opaque formats can
437 state->opaque = false;
446 state->opaque = true;
463 to_tegra_plane_state(old)->opaque == state->opaque)