Searched refs:emit_instruction_op1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 5856 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, in emit_instruction_op1() function 5921 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels() 5935 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels() 5951 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels() 5964 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels() 5978 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels() 6029 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions() 6042 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &clip_dist_dst, in emit_clip_distance_instructions() 6201 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, in emit_clip_vertex_instructions() 6310 emit_instruction_op1(emit, VGPU10_OPCODE_ITOF, dst, &tmp_src); in emit_puint_to_sscaled() [all …]
|