Searched refs:emit_op1 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 628 #define emit_op1(p, op, dst, mask, src0) \ macro 639 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp() 704 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); in emit_normalize_vec3() 715 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough() 969 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation() 989 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation() 997 emit_op1(p, OPCODE_RCP, dist, 0, dist); in calculate_light_attenuation() 1003 emit_op1(p, OPCODE_RCP, att, 0, dist); in calculate_light_attenuation() 1070 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting() 1087 emit_op1( in build_lighting() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 348 emit_op1(struct svga_shader_emitter *emit, in emit_op1() function 474 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 )) in emit_repl() 506 return emit_op1( emit, inst, dest, src0 ); in submit_op1()
|
Completed in 7 milliseconds