Home
last modified time | relevance | path

Searched refs:quad (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/external/llvm/test/MC/AsmParser/
Ddirective_values.s19 # CHECK: .quad 9
21 .quad 9
26 .quad 0b0100
27 .quad 4294967295
28 .quad 4294967295+1
29 .quad 4294967295LL+1
30 .quad 0b10LL + 07ULL + 0x42AULL
32 # CHECK: .quad 4
33 # CHECK: .quad 4294967295
34 # CHECK: .quad 4294967296
[all …]
Dfloating-literals.s22 # CHECK: .quad 4617315517961601024
23 # CHECK: .quad 4597526701198935065
24 # CHECK: .quad -4600933674317040845
27 # CHECK: .quad 0
30 # CHECK: .quad -4570379565595099136
32 # CHECK: .quad -4690170861623122860
34 # CHECK: .quad -4465782973978902528
36 # CHECK: .quad 4681608360884174848
38 # CHECK: .quad 4681608360884174848
40 # CHECK: .quad 4611686018427387904
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s95 .quad 4
97 .quad _g2
98 .quad L2
99 .quad _g3
100 .quad L3
101 .quad L2 - _g2
102 .quad _g3 - _g2
103 .quad L3 - _g2
104 .quad L3 - _g3
106 .quad _g0
[all …]
Ddarwin-x86_64-reloc.s21 .quad _foo
23 .quad _foo+4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
35 .quad L1
37 .quad L0
39 .quad _foo - L_pc
40 .quad _foo - L1
42 .quad L1 - _prev
49 .quad L1
[all …]
Dtls.s13 .quad ___tlv_bootstrap
14 .quad 0
15 .quad _c$tlv$init
26 .quad ___tlv_bootstrap
27 .quad 0
28 .quad _d$tlv$init
34 .quad ___tlv_bootstrap
35 .quad 0
36 .quad _a$tlv$init
42 .quad ___tlv_bootstrap
[all …]
/external/deqp/modules/glshared/
DglsFragmentOpUtil.cpp177 void QuadRenderer::render (const Quad& quad) const in render()
181 quad.posA.x(), quad.posA.y(), quad.depth[0], 1.0f, in render()
182 quad.posA.x(), quad.posB.y(), quad.depth[1], 1.0f, in render()
183 quad.posB.x(), quad.posA.y(), quad.depth[2], 1.0f, in render()
184 quad.posB.x(), quad.posB.y(), quad.depth[3], 1.0f in render()
189 DE_STATIC_ASSERT(sizeof(quad.color) == sizeof(float)*4*4); in render()
190 DE_STATIC_ASSERT(sizeof(quad.color1) == sizeof(float)*4*4); in render()
195 vertexArrays.push_back(glu::va::Float(m_colorLoc, 4, 4, 0, (const float*)&quad.color[0])); in render()
198 vertexArrays.push_back(glu::va::Float(m_color1Loc, 4, 4, 0, (const float*)&quad.color1[0])); in render()
226 const IntegerQuad& quad, in render() argument
[all …]
/external/skia/src/pathops/
DSkReduceOrder.cpp16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line() argument
17 reduction[0] = reduction[1] = quad[0]; in coincident_line()
25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() argument
26 reduction[0] = quad[0]; in vertical_line()
27 reduction[1] = quad[2]; in vertical_line()
31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() argument
32 reduction[0] = quad[0]; in horizontal_line()
33 reduction[1] = quad[2]; in horizontal_line()
37 static int check_linear(const SkDQuad& quad, in check_linear() argument
39 if (!quad.isLinear(0, 2)) { in check_linear()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head() argument
37 quad->next = sp->quad.first; in insert_stage_at_head()
38 sp->quad.first = quad; in insert_stage_at_head()
53 sp->quad.first = sp->quad.blend; in sp_build_quad_pipeline()
56 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
57 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
60 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
61 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
66 insert_stage_at_head( sp, sp->quad.pstipple ); in sp_build_quad_pipeline()
Dsp_quad_depth_test.c60 const struct quad_header *quad ) in get_depth_stencil_values() argument
68 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
69 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
75 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
76 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
83 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
84 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
92 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
93 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
100 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
[all …]
Dsp_setup.c96 struct quad_header quad[MAX_QUADS]; member
128 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip() argument
136 if (quad->input.x0 >= maxx || in quad_clip()
137 quad->input.y0 >= maxy || in quad_clip()
138 quad->input.x0 + 1 < minx || in quad_clip()
139 quad->input.y0 + 1 < miny) { in quad_clip()
141 quad->inout.mask = 0x0; in quad_clip()
144 if (quad->input.x0 < minx) in quad_clip()
145 quad->inout.mask &= (MASK_BOTTOM_RIGHT | MASK_TOP_RIGHT); in quad_clip()
146 if (quad->input.y0 < miny) in quad_clip()
[all …]
Dsp_quad_stipple.c29 struct quad_header *quad = quads[q]; in stipple_quad() local
31 const int col0 = quad->input.x0 % 32; in stipple_quad()
32 const int y0 = quad->input.y0; in stipple_quad()
39 quad->inout.mask &= ~MASK_TOP_LEFT; in stipple_quad()
42 quad->inout.mask &= ~MASK_TOP_RIGHT; in stipple_quad()
45 quad->inout.mask &= ~MASK_BOTTOM_LEFT; in stipple_quad()
48 quad->inout.mask &= ~MASK_BOTTOM_RIGHT; in stipple_quad()
50 if (quad->inout.mask) in stipple_quad()
51 quads[pass++] = quad; in stipple_quad()
Dsp_fs_exec.c120 struct quad_header *quad ) in exec_run() argument
123 setup_pos_vector(quad->posCoef, in exec_run()
124 (float)quad->input.x0, (float)quad->input.y0, in exec_run()
128 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run()
130 quad->inout.mask &= tgsi_exec_machine_run( machine ); in exec_run()
131 if (quad->inout.mask == 0) in exec_run()
146 assert(sizeof(quad->output.color[cbuf]) == in exec_run()
150 memcpy(quad->output.color[cbuf], in exec_run()
152 sizeof(quad->output.color[0]) ); in exec_run()
160 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run()
[all …]
Dsp_context.c105 if (softpipe->quad.shade) in softpipe_destroy()
106 softpipe->quad.shade->destroy( softpipe->quad.shade ); in softpipe_destroy()
108 if (softpipe->quad.depth_test) in softpipe_destroy()
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); in softpipe_destroy()
111 if (softpipe->quad.blend) in softpipe_destroy()
112 softpipe->quad.blend->destroy( softpipe->quad.blend ); in softpipe_destroy()
114 if (softpipe->quad.pstipple) in softpipe_destroy()
115 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple ); in softpipe_destroy()
271 softpipe->quad.shade = sp_quad_shade_stage(softpipe); in softpipe_create_context()
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); in softpipe_create_context()
[all …]
/external/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
25 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
33 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
35 intersections.intersect(quad, line); in doIntersect()
41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, in testLineIntersect() argument
46 str += sprintf(str, " path.moveTo(%1.9g, %1.9g);\n", quad[0].fX, quad[0].fY); in testLineIntersect()
47 str += sprintf(str, " path.quadTo(%1.9g, %1.9g, %1.9g, %1.9g);\n", quad[1].fX, in testLineIntersect()
48 quad[1].fY, quad[2].fX, quad[2].fY); in testLineIntersect()
54 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
58 SkDPoint quadXY = quad.ptAtT(quadT); in testLineIntersect()
[all …]
DPathOpsQuadLineIntersectionTest.cpp16 SkDQuad quad; member
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
52 intersections.intersect(quad, line); in doIntersect()
59 SkDQuad quad; member
82 const SkDQuad& quad = oneOffs[index].quad; in testOneOffs() local
83 SkASSERT(ValidQuad(quad)); in testOneOffs()
87 int result = doIntersect(intersections, quad, line, flipped); in testOneOffs()
90 SkDPoint quadXY = quad.ptAtT(quadT); in testOneOffs()
[all …]
DStrokerTest.cpp219 SkPoint quad[3]; in DEF_TEST() local
220 quad[0].fX = r.nextRangeF(0, 500); in DEF_TEST()
221 quad[0].fY = r.nextRangeF(0, 500); in DEF_TEST()
224 quad[1].fX = r.nextRangeF(0, 500); in DEF_TEST()
225 quad[1].fY = r.nextRangeF(0, 500); in DEF_TEST()
226 } while (quad[0].distanceToSqd(quad[1]) < halfSquared); in DEF_TEST()
228 quad[2].fX = r.nextRangeF(0, 500); in DEF_TEST()
229 quad[2].fY = r.nextRangeF(0, 500); in DEF_TEST()
230 } while (quad[0].distanceToSqd(quad[2]) < halfSquared in DEF_TEST()
231 || quad[1].distanceToSqd(quad[2]) < halfSquared); in DEF_TEST()
[all …]
DPathOpsAngleIdeas.cpp41 static double testArc(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDQuad& arcRef, in testArc() argument
44 SkDVector offset = {quad[0].fX, quad[0].fY}; in testArc()
49 i.intersect(arc, quad); in testArc()
58 i.intersect(arc, quad); in testArc()
62 i.intersect(arc, quad); in testArc()
74 static void orderQuads(skiatest::Reporter* reporter, const SkDQuad& quad, double radius, in orderQuads() argument
89 double t = testArc(reporter, quad, circle[octant], octant); in orderQuads()
104 static double quadAngle(skiatest::Reporter* reporter, const SkDQuad& quad, double t) { in quadAngle() argument
105 const SkDVector& pt = quad.ptAtT(t) - quad[0]; in quadAngle()
116 static void setQuadHullSweep(const SkDQuad& quad, SkDVector sweep[2]) { in setQuadHullSweep() argument
[all …]
/external/boringssl/mac-x86_64/crypto/aes/
Dvpaes-x86_64.S739 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
740 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
743 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
746 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
747 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
750 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
751 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
753 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
754 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
756 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A878
[all …]
/external/boringssl/linux-x86_64/crypto/aes/
Dvpaes-x86_64.S739 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
740 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
743 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
746 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
747 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
750 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
751 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
753 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
754 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
756 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A878
[all …]
/external/valgrind/coregrind/m_syswrap/
Dsyscall-amd64-darwin.S225 ML_(blksys_setup_MACH): .quad MK_L_SCCLASS_N(MACH,1)
226 ML_(blksys_restart_MACH): .quad MK_L_SCCLASS_N(MACH,2)
227 ML_(blksys_complete_MACH): .quad MK_L_SCCLASS_N(MACH,3)
228 ML_(blksys_committed_MACH): .quad MK_L_SCCLASS_N(MACH,4)
229 ML_(blksys_finished_MACH): .quad MK_L_SCCLASS_N(MACH,5)
236 ML_(blksys_setup_MDEP): .quad MK_L_SCCLASS_N(MDEP,1)
237 ML_(blksys_restart_MDEP): .quad MK_L_SCCLASS_N(MDEP,2)
238 ML_(blksys_complete_MDEP): .quad MK_L_SCCLASS_N(MDEP,3)
239 ML_(blksys_committed_MDEP): .quad MK_L_SCCLASS_N(MDEP,4)
240 ML_(blksys_finished_MDEP): .quad MK_L_SCCLASS_N(MDEP,5)
[all …]
/external/opencv3/apps/createsamples/
Dutility.cpp180 static void cvGetPerspectiveTransform( CvSize src_size, double quad[4][2], double coeffs[3][3] ) in cvGetPerspectiveTransform()
196 a[i][0] = quad[i][0]; a[i][1] = quad[i][1]; a[i][2] = 1; in cvGetPerspectiveTransform()
202 a[i][3] = quad[i-4][0]; a[i][4] = quad[i-4][1]; a[i][5] = 1; in cvGetPerspectiveTransform()
210 a[1][6] = -quad[1][0] * u; a[1][7] = -quad[1][1] * u; in cvGetPerspectiveTransform()
211 a[2][6] = -quad[2][0] * u; a[2][7] = -quad[2][1] * u; in cvGetPerspectiveTransform()
214 a[6][6] = -quad[2][0] * v; a[6][7] = -quad[2][1] * v; in cvGetPerspectiveTransform()
215 a[7][6] = -quad[3][0] * v; a[7][7] = -quad[3][1] * v; in cvGetPerspectiveTransform()
226 static void cvWarpPerspective( CvArr* src, CvArr* dst, double quad[4][2] ) in cvWarpPerspective()
238 iplWarpPerspectiveQ( src_img, dst_img, quad, IPL_WARP_R_TO_Q, in cvWarpPerspective()
285 CV_CALL( cvGetPerspectiveTransform( src_size, quad, c ) ); in cvWarpPerspective()
[all …]
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp129 …ntOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int bas… in renderQuad() argument
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color)); in renderQuad()
135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad()
136 bool flipY = quad.posB.y() < quad.posA.y(); in renderQuad()
137 int viewportX = de::min(quad.posA.x(), quad.posB.x()); in renderQuad()
138 int viewportY = de::min(quad.posA.y(), quad.posB.y()); in renderQuad()
139 int viewportW = de::abs(quad.posA.x()-quad.posB.x())+1; in renderQuad()
140 int viewportH = de::abs(quad.posA.y()-quad.posB.y())+1; in renderQuad()
146 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(quad.depth); ndx++) in renderQuad()
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f; in renderQuad()
[all …]
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp129 …ntOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int bas… in renderQuad() argument
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color)); in renderQuad()
135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad()
136 bool flipY = quad.posB.y() < quad.posA.y(); in renderQuad()
137 int viewportX = de::min(quad.posA.x(), quad.posB.x()); in renderQuad()
138 int viewportY = de::min(quad.posA.y(), quad.posB.y()); in renderQuad()
139 int viewportW = de::abs(quad.posA.x()-quad.posB.x())+1; in renderQuad()
140 int viewportH = de::abs(quad.posA.y()-quad.posB.y())+1; in renderQuad()
146 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(quad.depth); ndx++) in renderQuad()
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f; in renderQuad()
[all …]
/external/llvm/test/MC/MachO/AArch64/
Dld64-workaround.s49 .quad 42
53 .quad 42
54 .quad 42
57 .quad Lcfstring
58 .quad Llit4
59 .quad Llit8
60 .quad Llit16
/external/llvm/test/CodeGen/X86/
Dstackmap-fast-isel.ll18 ; CHECK-NEXT: .quad _constantargs
19 ; CHECK-NEXT: .quad 8
20 ; CHECK-NEXT: .quad _liveConstant
21 ; CHECK-NEXT: .quad 8
22 ; CHECK-NEXT: .quad _directFrameIdx
23 ; CHECK-NEXT: .quad 40
24 ; CHECK-NEXT: .quad _longid
25 ; CHECK-NEXT: .quad 8
28 ; CHECK-NEXT: .quad 2147483648
29 ; CHECK-NEXT: .quad 4294967295
[all …]

12345678910>>...15