aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/gl_common/shader/font_frag_s3c6410.asm
blob: 4ed116f0c2d66a418a62e4c778c6992d2218b9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#-------------------------------------------------
# ORION - OpenGL ES 2.0 Shading Language Compiler
# SAMSUNG INDIA SOFTWARE OPERATIONS PVT. LTD.
# Compiler Version      : v04.00.09
# Release Date          : 19.01.2009
# FIMG VERSION      : FIMGv1.5
# Optimizer Options :  -O --nolodcalc
#-------------------------------------------------

# hand optimised - removed useless ops

ps_3_0

fimg_version    0x01020000

dcl_s2_tex      s0
dcl_f4_col      v1.x
dcl_f2_tex_c    v0.x

label start
label main_
texld r0.xyzw, v0.xyzw, s0      # tex=s0
mul_sat oColor.xyzw, r0.wwww, v1.xyzw   # gl_FragColor=oColor.xyzw, col=v1.xyzw
label main_end
ret
# 4 instructions, 4 C regs, 1 R regs