Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2213 make_src_const_reg(unsigned index) in make_src_const_reg() function
6138 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_distance_from_vpos()
6181 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_vertex_instructions()
7674 struct tgsi_full_src_register scale_src = make_src_const_reg(scale_index); in setup_texcoord()
8516 make_src_const_reg(emit->texture_buffer_size_index[unit]); in emit_txq()
9603 make_src_const_reg(emit->vs.viewport_index); in emit_vpos_instructions()
10035 struct tgsi_full_src_register scale_cbuf = make_src_const_reg(cbuf_index); in emit_temp_prescale_from_cbuf()
10036 struct tgsi_full_src_register trans_cbuf = make_src_const_reg(cbuf_index+1); in emit_temp_prescale_from_cbuf()
10149 make_src_const_reg(emit->vs.vertex_id_bias_index); in emit_vertex_id_nobase_instruction()