Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c301 struct tgsi_full_instruction *originst) in lower_nv12() argument
305 struct tgsi_full_src_register *coord = &originst->Src[0]; in lower_nv12()
306 unsigned samp = originst->Src[1].Register.Index; in lower_nv12()
331 yuv_to_rgb(tctx, &originst->Dst[0]); in lower_nv12()
336 struct tgsi_full_instruction *originst) in lower_iyuv() argument
340 struct tgsi_full_src_register *coord = &originst->Src[0]; in lower_iyuv()
341 unsigned samp = originst->Src[1].Register.Index; in lower_iyuv()
380 yuv_to_rgb(tctx, &originst->Dst[0]); in lower_iyuv()