Searched refs:emit_immed (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 145 emit_immed(struct tgsi_transform_context *tctx, int idx, in emit_immed() function 195 emit_immed(tctx, 0, 1.164, 0.000, 1.596, 0.0); in emit_decls() 196 emit_immed(tctx, 1, 1.164, -0.392, -0.813, 0.0); in emit_decls() 197 emit_immed(tctx, 2, 1.164, 2.017, 0.000, 0.0); in emit_decls() 198 emit_immed(tctx, 3, 0.0625, 0.500, 0.500, 1.0); in emit_decls()
|