Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c632 #define emit_op1(p, op, dst, mask, src0) \ macro
643 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp()
708 emit_op1(p, OPCODE_NRM3, dest, WRITEMASK_XYZ, src); in emit_normalize_vec3()
712 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); in emit_normalize_vec3()
724 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough()
981 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation()
989 emit_op1(p, OPCODE_RCP, dist, 0, dist); in calculate_light_attenuation()
995 emit_op1(p, OPCODE_RCP, att, 0, dist); in calculate_light_attenuation()
1062 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1079 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h180 static INLINE boolean emit_op1( struct svga_shader_emitter *emit, in emit_op1() function
Dsvga_tgsi_insn.c314 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 )) in emit_repl()
337 return emit_op1( emit, inst, dest, src0 ); in submit_op1()