HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 51 - 75 of 1054) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthroughlumalpha2d11ps.h 32 dcl_resource_texture2d (float,float,float,float) t0
36 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughlumalpha3d11ps.h 33 dcl_resource_texture3d (float,float,float,float) t0
37 sample r0.xyzw, v2.xyzx, t0.xyzw, s0
passthroughrgba2d11ps.h 32 dcl_resource_texture2d (float,float,float,float) t0
35 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughrgba3d11ps.h 33 dcl_resource_texture3d (float,float,float,float) t0
36 sample o0.xyzw, v2.xyzx, t0.xyzw, s0
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/compiled/
componentmaskps.h 23 dcl t0.xy
25 texld r0, t0, s0
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.ps.h 34 dcl_resource_texture2d (float,float,float,float) t0
37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot.h 2 const double t0, const bool oneHint, double s[4]);
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 24 typedef std::pair<double, char> T0;
26 T0 t0(2.5, 'a');
28 t1 = t0;
convert_copy.pass.cpp 37 typedef std::tuple<double> T0;
39 T0 t0(2.5);
41 t1 = t0;
45 typedef std::tuple<double, char> T0;
47 T0 t0(2.5, 'a');
49 t1 = t0;
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
move.pass.cpp 25 T t0; local
27 t = std::move(t0);
31 T t0(MoveOnly(0));
33 t = std::move(t0);
38 T t0(MoveOnly(0), MoveOnly(1));
40 t = std::move(t0);
46 T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2));
48 t = std::move(t0);
convert_move.pass.cpp 40 typedef std::tuple<double> T0;
42 T0 t0(2.5);
44 t1 = std::move(t0);
48 typedef std::tuple<double, char> T0;
50 T0 t0(2.5, 'a');
52 t1 = std::move(t0);
57 typedef std::tuple<double, char, D> T0;
59 T0 t0(2.5, 'a', D(3))
    [all...]
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_copy.pass.cpp 27 typedef std::tuple<double> T0;
29 T0 t0(2.5);
30 T1 t1(std::allocator_arg, A1<int>(), t0);
34 typedef std::tuple<int> T0;
36 T0 t0(2);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
43 typedef std::tuple<int, int> T0;
45 T0 t0(2, 3)
    [all...]
convert_copy.pass.cpp 56 typedef std::tuple<double> T0;
58 T0 t0(2.5);
59 T1 t1 = t0;
64 typedef std::tuple<double> T0;
66 constexpr T0 t0(2.5);
67 constexpr T1 t1 = t0;
71 typedef std::tuple<int> T0;
73 constexpr T0 t0(2)
    [all...]
convert_move.pass.cpp 39 typedef std::tuple<double> T0;
41 T0 t0(2.5);
42 T1 t1 = std::move(t0);
46 typedef std::tuple<double, char> T0;
48 T0 t0(2.5, 'a');
49 T1 t1 = std::move(t0);
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.ps.h 34 dcl_resource_texture2d (float,float,float,float) t0
37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
  /external/skia/experimental/Intersection/
QuarticRoot.h 2 const double t0, const bool oneHint, double s[4]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 24 typedef std::pair<double, char> T0;
26 T0 t0(2.5, 'a');
28 t1 = t0;
convert_copy.pass.cpp 37 typedef std::tuple<double> T0;
39 T0 t0(2.5);
41 t1 = t0;
45 typedef std::tuple<double, char> T0;
47 T0 t0(2.5, 'a');
49 t1 = t0;
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
move.pass.cpp 25 T t0; local
27 t = std::move(t0);
31 T t0(MoveOnly(0));
33 t = std::move(t0);
38 T t0(MoveOnly(0), MoveOnly(1));
40 t = std::move(t0);
46 T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2));
48 t = std::move(t0);
convert_move.pass.cpp 40 typedef std::tuple<double> T0;
42 T0 t0(2.5);
44 t1 = std::move(t0);
48 typedef std::tuple<double, char> T0;
50 T0 t0(2.5, 'a');
52 t1 = std::move(t0);
57 typedef std::tuple<double, char, D> T0;
59 T0 t0(2.5, 'a', D(3))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_copy.pass.cpp 27 typedef std::tuple<double> T0;
29 T0 t0(2.5);
30 T1 t1(std::allocator_arg, A1<int>(), t0);
34 typedef std::tuple<int> T0;
36 T0 t0(2);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
43 typedef std::tuple<int, int> T0;
45 T0 t0(2, 3)
    [all...]
convert_copy.pass.cpp 56 typedef std::tuple<double> T0;
58 T0 t0(2.5);
59 T1 t1 = t0;
64 typedef std::tuple<double> T0;
66 constexpr T0 t0(2.5);
67 constexpr T1 t1 = t0;
71 typedef std::tuple<int> T0;
73 constexpr T0 t0(2)
    [all...]
convert_move.pass.cpp 39 typedef std::tuple<double> T0;
41 T0 t0(2.5);
42 T1 t1 = std::move(t0);
46 typedef std::tuple<double, char> T0;
48 T0 t0(2.5, 'a');
49 T1 t1 = std::move(t0);
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 27 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
29 C c0(std::begin(t0), std::end(t0), A(10));
39 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
41 C c0(std::begin(t0), std::end(t0), A(10));
51 const T t0[] = {10, 11, 12, 13}; local
53 C c0(std::begin(t0), std::end(t0), A(10));
63 const T t0[] = {10, 11, 12, 13} local
76 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
88 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
100 const T t0[] = {10, 11, 12, 13}; local
112 const T t0[] = {10, 11, 12, 13}; local
125 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
137 const T t0[] = {10, 11, 12, 13}; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 27 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
29 C c0(std::begin(t0), std::end(t0), A(10));
39 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
41 C c0(std::begin(t0), std::end(t0), A(10));
51 const T t0[] = {10, 11, 12, 13}; local
53 C c0(std::begin(t0), std::end(t0), A(10));
63 const T t0[] = {10, 11, 12, 13} local
76 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
88 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
100 const T t0[] = {10, 11, 12, 13}; local
112 const T t0[] = {10, 11, 12, 13}; local
125 const T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
137 const T t0[] = {10, 11, 12, 13}; local
    [all...]

Completed in 1093 milliseconds

1 23 4 5 6 7 8 91011>>