Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3088 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, in emit_instruction_op1() function
3176 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions()
3189 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions()
3341 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, in emit_clip_vertex_instructions()
3452 emit_instruction_op1(emit, VGPU10_OPCODE_ITOF, dst, &tmp_src, FALSE); in emit_puint_to_sscaled()
3485 emit_instruction_op1(emit, opcode, &dst, &inst->Src[0], FALSE); in emit_arl_uarl()
3608 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], in emit_dp2a()
3688 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_x, &one, FALSE); in emit_dst()
3705 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_z, &s0_zzzz, in emit_dst()
3714 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_w, &s1_wwww, in emit_dst()
[all …]