Lines Matching refs:chroma
1204 * fill decoding target field from the luma and chroma surfaces
1207 struct radeon_surf *chroma)
1229 if (chroma)
1230 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0);
1233 if (chroma)
1234 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1);
1240 if (chroma) {
1241 assert(luma->u.legacy.bankw == chroma->u.legacy.bankw);
1242 assert(luma->u.legacy.bankh == chroma->u.legacy.bankh);
1243 assert(luma->u.legacy.mtilea == chroma->u.legacy.mtilea);