Searched refs:make_src_const_reg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1499 make_src_const_reg(unsigned index) function in typeref:struct:tgsi_full_src_register
3504 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
3546 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
4975 struct tgsi_full_src_register scale_src = make_src_const_reg(scale_index);
5705 make_src_const_reg(emit->texture_buffer_size_index[unit]);
6048 make_src_const_reg(emit->vposition.prescale_scale_index);
6050 make_src_const_reg(emit->vposition.prescale_trans_index);
6086 make_src_const_reg(emit->vs.viewport_index);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2213 make_src_const_reg(unsigned index) function in typeref:struct:tgsi_full_src_register
6193 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
6236 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
7729 struct tgsi_full_src_register scale_src = make_src_const_reg(scale_index);
8571 make_src_const_reg(emit->texture_buffer_size_index[unit]);
9658 make_src_const_reg(emit->vs.viewport_index);
10090 struct tgsi_full_src_register scale_cbuf = make_src_const_reg(cbuf_index);
10091 struct tgsi_full_src_register trans_cbuf = make_src_const_reg(cbuf_index+1);
10204 make_src_const_reg(emit->vs.vertex_id_bias_index);

Completed in 22 milliseconds