Searched refs:emit_instruction_op1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 3108 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, in emit_instruction_op1() function 3196 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions() 3209 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions() 3361 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, in emit_clip_vertex_instructions() 3472 emit_instruction_op1(emit, VGPU10_OPCODE_ITOF, dst, &tmp_src, FALSE); in emit_puint_to_sscaled() 3505 emit_instruction_op1(emit, opcode, &dst, &inst->Src[0], FALSE); in emit_arl_uarl() 3625 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_x, &one, FALSE); in emit_dst() 3642 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_z, &s0_zzzz, in emit_dst() 3651 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_w, &s1_wwww, in emit_dst() 3655 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src, in emit_dst() [all …]
|