Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1413 make_dst_reg(unsigned file, unsigned index) in make_dst_reg() function
1431 return make_dst_reg(TGSI_FILE_TEMPORARY, index); in make_dst_temp_reg()
1441 return make_dst_reg(TGSI_FILE_OUTPUT, index); in make_dst_output_reg()
3172 clip_dist_dst = make_dst_reg(TGSI_FILE_OUTPUT, in emit_clip_distance_instructions()
3184 clip_dist_dst = make_dst_reg(TGSI_FILE_OUTPUT, in emit_clip_distance_instructions()
3276 dst = make_dst_reg(TGSI_FILE_OUTPUT, reg_index); in emit_clip_distance_from_vpos()
3318 dst = make_dst_reg(TGSI_FILE_OUTPUT, reg_index); in emit_clip_vertex_instructions()
3340 dst = make_dst_reg(TGSI_FILE_OUTPUT, emit->clip_vertex_out_index); in emit_clip_vertex_instructions()