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

1 2 3 4 5 6 7 8 91011

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.c 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); local
9 if (xy != NULL) {
10 xy->entry_size = entry_size;
11 xy->row_size = row_size;
14 return xy;
17 void xyarray__delete(struct xyarray *xy)
19 free(xy);
xyarray.h 13 void xyarray__delete(struct xyarray *xy);
15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y)
17 return &xy->contents[x * xy->row_size + y * xy->entry_size];
  /external/clang/test/PCH/
chain-ext_vector.c 10 return f4.xy; // expected-error{{float2}}
ext_vector.c 9 return f4.xy; // expected-error{{float2}}
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthrough2d11vs.h 12 // POSITION 0 xy 0 NONE float xy
13 // TEXCOORD 0 xy 1 NONE float xy
21 // TEXCOORD 0 xy 1 NONE float xy
24 dcl_input v0.xy
25 dcl_input v1.xy
27 dcl_output o1.xy
28 mov o0.xy, v0.xyx
    [all...]
passthroughrgba2di11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
passthroughrgba2dui11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
passthroughrg2di11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
40 mov o0.xy, r0.xyxx
passthroughrg2dui11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
40 mov o0.xy, r0.xyxx
passthroughr2di11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
passthroughr2dui11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
passthroughrgb2di11ps.h 20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx