HomeSort by relevance Sort by last modified time
    Searched refs:quad (Results 226 - 250 of 530) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
out.s 21 .quad 0
30 .quad 0
35 .quad 0
42 .quad 0
73 .quad OPENSSL_ia32cap_P-OPENSSL_ia32cap_addr_delta
  /external/skia/src/core/
SkMatrixPriv.h 149 static void SetMappedRectTriStrip(const SkMatrix& mx, const SkRect& rect, SkPoint quad[4]) {
171 SkPointPriv::SetRectTriStrip(quad, l, t, r, b, sizeof(SkPoint));
173 SkPointPriv::SetRectTriStrip(quad, l, t, r, b, sizeof(SkPoint));
174 mx.mapPoints(quad, quad, 4);
  /external/skqp/src/core/
SkMatrixPriv.h 149 static void SetMappedRectTriStrip(const SkMatrix& mx, const SkRect& rect, SkPoint quad[4]) {
171 SkPointPriv::SetRectTriStrip(quad, l, t, r, b, sizeof(SkPoint));
173 SkPointPriv::SetRectTriStrip(quad, l, t, r, b, sizeof(SkPoint));
174 mx.mapPoints(quad, quad, 4);
  /external/valgrind/coregrind/m_syswrap/
syscall-amd64-linux.S 241 ML_(blksys_setup): .quad 1b
242 ML_(blksys_restart): .quad 2b
243 ML_(blksys_complete): .quad 3b
244 ML_(blksys_committed): .quad 4b
245 ML_(blksys_finished): .quad 5b
syscall-arm64-linux.S 167 ML_(blksys_setup): .quad 1b
168 ML_(blksys_restart): .quad 2b
169 ML_(blksys_complete): .quad 3b
170 ML_(blksys_committed): .quad 4b
171 ML_(blksys_finished): .quad 5b
  /toolchain/binutils/binutils-2.27/gold/testsuite/
dwp_test_1.s 155 .quad v2
188 .quad v3
221 .quad v4+6
254 .quad v5+8
287 .quad _Z3f10v
1315 .quad .LFE0-.LFB0
1323 .quad .LFE1-.LFB1
1342 .quad .LFE2-.LFB2
1359 .quad .LFE3-.LFB3
1376 .quad .LFE4-.LFB
    [all...]
dwp_test_2.s 331 .quad .LC2
332 .quad .LC3
333 .quad .LC4
334 .quad .LC5
335 .quad .LC6
359 .quad .L20
360 .quad .L21
361 .quad .L22
362 .quad .L23
363 .quad .L2
    [all...]
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 141 solve by rotating line+quad so line is horizontal, then finding the roots
142 set up matrix to rotate quad to x-axis
153 quad[n].fY' = (quad[n].fY - line[0].fY) * A - (quad[n].fX - line[0].fX) * O
229 // check if midway on quad is also same point. If so, discard this
423 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y,
426 LineQuadraticIntersections q(quad, line, this);
430 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x,
433 LineQuadraticIntersections q(quad, line, this)
    [all...]
SkPathOpsCurve.h 30 void set(const SkDQuad& quad) {
32 fPts[index] = quad[index].asSkPoint();
109 SkDQuad quad; local
110 quad.set(a);
111 return quad.ptAtT(t);
189 SkDQuad quad; local
190 quad.set(a);
191 return quad.dxdyAtT(t);
270 SkDQuad quad; local
271 quad.set(a)
308 SkDQuad quad; local
373 SkDQuad quad; local
378 SkDQuad quad; local
    [all...]
  /external/skqp/src/pathops/
SkDQuadLineIntersection.cpp 141 solve by rotating line+quad so line is horizontal, then finding the roots
142 set up matrix to rotate quad to x-axis
153 quad[n].fY' = (quad[n].fY - line[0].fY) * A - (quad[n].fX - line[0].fX) * O
229 // check if midway on quad is also same point. If so, discard this
423 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y,
426 LineQuadraticIntersections q(quad, line, this);
430 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x,
433 LineQuadraticIntersections q(quad, line, this)
    [all...]
SkPathOpsCurve.h 30 void set(const SkDQuad& quad) {
32 fPts[index] = quad[index].asSkPoint();
109 SkDQuad quad; local
110 quad.set(a);
111 return quad.ptAtT(t);
189 SkDQuad quad; local
190 quad.set(a);
191 return quad.dxdyAtT(t);
270 SkDQuad quad; local
271 quad.set(a)
308 SkDQuad quad; local
373 SkDQuad quad; local
378 SkDQuad quad; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 33 /* vertices for a quad covering a block */
41 struct pipe_vertex_buffer quad; local
50 quad.stride = sizeof(struct vertex2f);
51 quad.buffer_offset = 0;
52 quad.buffer = pipe_buffer_create
59 quad.user_buffer = NULL;
61 if(!quad.buffer)
62 return quad;
68 quad.buffer,
80 return quad;
    [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 110 inline float interpolateVertexQuad (const tcu::Vec4& quad, float x, float y)
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
129 inline float interpolateFragment (const tcu::Vec4& quad, float x, float y)
132 return interpolateTri(quad.x(), quad.y(), quad.z(), x, y);
134 return interpolateTri(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 53 using gls::FragmentOpUtil::Quad;
251 Quad quad; local
265 quad.color[0] = quadClr0;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[2] = isVerticallyIncreasing ? quadClr0 : quadClr1;
268 quad.color[3] = quadClr1;
270 m_renderer->render(quad);
368 Quad quad; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 53 using gls::FragmentOpUtil::Quad;
251 Quad quad; local
265 quad.color[0] = quadClr0;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[2] = isVerticallyIncreasing ? quadClr0 : quadClr1;
268 quad.color[3] = quadClr1;
270 m_renderer->render(quad);
366 Quad quad; local
    [all...]
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 188 SkDQuad quad; local
189 quad.debugSet(q.fPts);
190 SkASSERT(ValidQuad(quad));
191 SkDCubic cubic = quad.debugToCubic();
194 SkDebugf("[%d] point quad order=%d\n", static_cast<int>(index), order);
200 SkDQuad quad; local
201 quad.debugSet(q.fPts);
202 SkASSERT(ValidQuad(quad));
203 SkDCubic cubic = quad.debugToCubic();
206 SkDebugf("[%d] line quad order=%d\n", static_cast<int>(index), order)
212 SkDQuad quad; local
    [all...]
PathOpsTestCommon.h 39 bool ValidQuad(const SkDQuad& quad);
  /external/skqp/tests/
PathOpsCubicReduceOrderTest.cpp 188 SkDQuad quad; local
189 quad.debugSet(q.fPts);
190 SkASSERT(ValidQuad(quad));
191 SkDCubic cubic = quad.debugToCubic();
194 SkDebugf("[%d] point quad order=%d\n", static_cast<int>(index), order);
200 SkDQuad quad; local
201 quad.debugSet(q.fPts);
202 SkASSERT(ValidQuad(quad));
203 SkDCubic cubic = quad.debugToCubic();
206 SkDebugf("[%d] line quad order=%d\n", static_cast<int>(index), order)
212 SkDQuad quad; local
    [all...]
PathOpsTestCommon.h 39 bool ValidQuad(const SkDQuad& quad);
  /external/boringssl/src/util/fipstools/testdata/x86_64-Sections/
in.s 24 .quad foo
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 41 * Quad processing is performed with a pipeline of stages represented by
52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr);
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 47 virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y) = 0;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-10.s 25 .quad ifunc
ifunc-11.s 26 .quad ifunc
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-11-x86-64.s 26 .quad ifunc

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>