Lines Matching defs:chroma
1434 * fill decoding target field from the luma and chroma surfaces
1437 struct radeon_surf *chroma, enum ruvd_surface_type type)
1462 if (chroma)
1463 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1466 if (chroma)
1467 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);
1473 if (chroma) {
1474 assert(luma->u.legacy.bankw == chroma->u.legacy.bankw);
1475 assert(luma->u.legacy.bankh == chroma->u.legacy.bankh);
1476 assert(luma->u.legacy.mtilea == chroma->u.legacy.mtilea);
1490 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1493 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);