HomeSort by relevance Sort by last modified time
    Searched refs:xyzw (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/shaders/compiled/
clearmultiple11ps.h 15 // SV_POSITION 0 xyzw 0 POS float
16 // COLOR 0 xyzw 1 NONE float xyzw
23 // SV_TARGET 0 xyzw 0 TARGET float xyzw
24 // SV_TARGET 1 xyzw 1 TARGET float xyzw
25 // SV_TARGET 2 xyzw 2 TARGET float xyzw
26 // SV_TARGET 3 xyzw 3 TARGET float xyzw
    [all...]
clearsingle11ps.h 15 // SV_Position 0 xyzw 0 POS float
16 // COLOR 0 xyzw 1 NONE float xyzw
23 // SV_Target 0 xyzw 0 TARGET float xyzw
26 dcl_input_ps linear v1.xyzw
27 dcl_output o0.xyzw
28 mov o0.xyzw, v1.xyzw
clear11vs.h 15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
27 dcl_input v1.xyzw
28 dcl_output_siv o0.xyzw, position
29 dcl_output o1.xyzw
32 mov o1.xyzw, v1.xyzw
    [all...]
passthroughlumalpha11ps.h 23 // SV_POSITION 0 xyzw 0 POS float
31 // SV_TARGET 0 xyzw 0 TARGET float xyzw
37 dcl_output o0.xyzw
39 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
40 mov o0.xyzw, r0.xxxw
passthroughrgba11ps.h 23 // SV_POSITION 0 xyzw 0 POS float
31 // SV_TARGET 0 xyzw 0 TARGET float xyzw
37 dcl_output o0.xyzw
38 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughlum11ps.h 23 // SV_POSITION 0 xyzw 0 POS float
31 // SV_TARGET 0 xyzw 0 TARGET float xyzw
37 dcl_output o0.xyzw
39 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughrgb11ps.h 23 // SV_POSITION 0 xyzw 0 POS float
31 // SV_TARGET 0 xyzw 0 TARGET float xyzw
37 dcl_output o0.xyzw
39 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
    [all...]
d3d10tri.hlsl.ps.h 14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
    [all...]
d3d11tri.hlsl.ps.h 14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
    [all...]
d3d10tri.hlsl.ps.h 14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
    [all...]
d3d11tri.hlsl.ps.h 14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.ps.h 24 // SV_POSITION 0 xyzw 0 POS float
26 // FACTORS 0 xyzw 2 NONE float xyzw
33 // SV_TARGET 0 xyzw 0 TARGET float xyzw
41 dcl_input_ps linear v2.xyzw
42 dcl_output o0.xyzw
44 sample r0.xyzw, v1.xyxx, t1.xyzw, s1
45 mul r0.xyzw, r0.xyzw, v2.xxx
    [all...]
d3d11tex.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
24 // FACTORS 0 xyzw 2 NONE float xyzw
27 dcl_input v0.xyzw
29 dcl_output_siv o0.xyzw, position
31 dcl_output o2.xyzw
32 mov o0.xyzw, v0.xyz
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.ps.h 24 // SV_POSITION 0 xyzw 0 POS float
26 // FACTORS 0 xyzw 2 NONE float xyzw
33 // SV_TARGET 0 xyzw 0 TARGET float xyzw
41 dcl_input_ps linear v2.xyzw
42 dcl_output o0.xyzw
44 sample r0.xyzw, v1.xyxx, t1.xyzw, s1
45 mul r0.xyzw, r0.xyzw, v2.xxx
    [all...]
d3d11tex.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
24 // FACTORS 0 xyzw 2 NONE float xyzw
27 dcl_input v0.xyzw
29 dcl_output_siv o0.xyzw, position
31 dcl_output o2.xyzw
32 mov o0.xyzw, v0.xyz
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
26 dcl_input v0.xyzw
28 dcl_output_siv o0.xyzw, position
30 mov o0.xyzw, v0.xyzw
d3d11blit.hlsl.ps.h 22 // SV_POSITION 0 xyzw 0 POS float
30 // SV_TARGET 0 xyzw 0 TARGET float xyzw
36 dcl_output o0.xyzw
37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
26 dcl_input v0.xyzw
28 dcl_output_siv o0.xyzw, position
30 mov o0.xyzw, v0.xyzw
d3d11blit.hlsl.ps.h 22 // SV_POSITION 0 xyzw 0 POS float
30 // SV_TARGET 0 xyzw 0 TARGET float xyzw
36 dcl_output o0.xyzw
37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 36 // POSITION 0 xyzw 0 NONE float xyzw
44 // SV_POSITION 0 xyzw 0 POS float xyzw
51 dcl_input v0.xyzw
53 dcl_output_siv o0.xyzw, position
62 mul r1.xyzw, r0.yyyy, cb0[1].xyzw
63 mad r1.xyzw, cb0[0].xyzw, r0.xxxx, r1.xyz
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 36 // POSITION 0 xyzw 0 NONE float xyzw
44 // SV_POSITION 0 xyzw 0 POS float xyzw
51 dcl_input v0.xyzw
53 dcl_output_siv o0.xyzw, position
62 mul r1.xyzw, r0.yyyy, cb0[1].xyzw
63 mad r1.xyzw, cb0[0].xyzw, r0.xxxx, r1.xyz
    [all...]

Completed in 119 milliseconds

1 2 3