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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
mpx3a.s 16 .quad call2
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_trampoline.S 70 .quad tegra_secure_entrypoint
71 .quad __BL31_END__ - BL31_BASE
75 .quad 0
  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 24 .quad 0x43f0000000000000
25 twop64: .quad 0x0000000000000000
59 .quad 0x4330000000000000
60 .quad 0x0000000000000fff
64 .quad 0x0000000000000000
  /external/skia/include/core/
SkRSXform.h 29 * and anchor-point ax,ay within the src quad.
61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62 void toQuad(const SkSize& size, SkPoint quad[4]) const {
63 this->toQuad(size.width(), size.height(), quad);
  /external/skqp/include/core/
SkRSXform.h 29 * and anchor-point ax,ay within the src quad.
61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62 void toQuad(const SkSize& size, SkPoint quad[4]) const {
63 this->toQuad(size.width(), size.height(), quad);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
split_s390x_1_z1.s 15 .quad 0x100000
16 .quad 0
17 .quad .L2-.L1
split_s390x_1_z2.s 19 .quad 0x100
20 .quad 0
21 .quad .L2-.L1
split_s390x_1_z3.s 21 .quad 0x1000
22 .quad 0
23 .quad .L2-.L1
split_s390x_1_z4.s 21 .quad 0x100000
22 .quad 0
23 .quad .L2-.L1
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY)
131 gls::FragmentOpUtil::Quad translated;
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
135 bool flipX = quad.posB.x() < quad.posA.x();
136 bool flipY = quad.posB.y() < quad.posA.y();
137 int viewportX = de::min(quad.posA.x(), quad.posB.x())
    [all...]
es2fStencilTests.cpp 126 int stencil; //!< Ref for quad op, clear value for clears
129 float depth; //!< Quad depth or clear value
161 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass) function in class:deqp::gles2::Functional::StencilOp
431 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP));
436 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
440 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
449 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR, GL_KEEP, GL_KEEP));
460 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR, GL_KEEP, GL_KEEP));
469 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR_WRAP, GL_KEEP, GL_KEEP));
475 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR_WRAP, GL_KEEP, GL_KEEP))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY)
131 gls::FragmentOpUtil::Quad translated;
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
135 bool flipX = quad.posB.x() < quad.posA.x();
136 bool flipY = quad.posB.y() < quad.posA.y();
137 int viewportX = de::min(quad.posA.x(), quad.posB.x())
    [all...]
es3fStencilTests.cpp 129 int stencil; //!< Ref for quad op, clear value for clears
132 float depth; //!< Quad depth or clear value
164 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass) function in class:deqp::gles3::Functional::StencilOp
434 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP));
439 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
443 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
452 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR, GL_KEEP, GL_KEEP));
463 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR, GL_KEEP, GL_KEEP));
472 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR_WRAP, GL_KEEP, GL_KEEP));
478 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR_WRAP, GL_KEEP, GL_KEEP))
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syscall-s390x-linux.S 158 ML_(blksys_setup): .quad 1b
159 ML_(blksys_restart): .quad 2b
160 ML_(blksys_complete): .quad 3b
161 ML_(blksys_committed): .quad 4b
162 ML_(blksys_finished): .quad 5b
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 33 import androidx.media.filterfw.geometry.Quad;
49 private Quad mCropRect = Quad.fromRect(0f, 0f, 1f, 1f);
67 .addInputPort("cropRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
81 private void calcMeanAndStd(ByteBuffer pixelBuffer, int width, int height, Quad quad) {
84 regionscore(pixelBuffer, width, height, quad.topLeft().x, quad.topLeft().y,
85 quad.bottomRight().x, quad.bottomRight().y, mStats)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/
tlsbin_64.s 29 .quad sG6@indntpoff
31 .quad bg6@indntpoff
33 .quad bl6@indntpoff
35 .quad sh6@indntpoff
37 .quad sg3@indntpoff
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiException.S 56 .quad 0 # SmmCr3
57 .quad ASM_PFX(_OnStmSetup)
58 .quad ASM_PFX(_OnStmTeardown)
59 .quad 0 # SmmSmiHandlerRip - SMM guest entrypoint
60 .quad 0 # SmmSmiHandlerRsp
61 .quad 0
64 .quad ASM_PFX(_OnException)
65 .quad 0 # ExceptionStack
69 .quad 0
70 .quad 0 # BiosHwResourceRequirementsPtr
    [all...]
  /frameworks/base/libs/hwui/renderstate/
MeshState.cpp 39 uint16_t quad = i * 4; local
41 regionIndices[index] = quad; // top-left
42 regionIndices[index + 1] = quad + 1; // top-right
43 regionIndices[index + 2] = quad + 2; // bottom-left
44 regionIndices[index + 3] = quad + 2; // bottom-left
45 regionIndices[index + 4] = quad + 1; // top-right
46 regionIndices[index + 5] = quad + 3; // bottom-right
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 65 * bitmasks (two bits per quad).
96 struct quad_header quad[MAX_QUADS]; member in struct:setup_context
125 * Clip setup->quad against the scissor/surface bounds.
128 quad_clip(struct setup_context *setup, struct quad_header *quad)
130 unsigned viewport_index = quad[0].input.viewport_index;
137 if (quad->input.x0 >= maxx ||
138 quad->input.y0 >= maxy ||
139 quad->input.x0 + 1 < minx ||
140 quad->input.y0 + 1 < miny) {
142 quad->inout.mask = 0x0
    [all...]
  /external/skia/tests/
PathOpsTestCommon.cpp 137 SkDQuad quad = cubic.toQuad(); local
138 quads.push_back(quad);
147 SkDQuad quad = part.toQuad();
148 if (quad[1].fX < bounds.fLeft) {
149 quad[1].fX = bounds.fLeft;
150 } else if (quad[1].fX > bounds.fRight) {
151 quad[1].fX = bounds.fRight;
153 if (quad[1].fY < bounds.fTop) {
154 quad[1].fY = bounds.fTop;
155 } else if (quad[1].fY > bounds.fBottom)
    [all...]
PathOpsAngleIdeas.cpp 41 static double testArc(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDQuad& arcRef,
44 SkDVector offset = {quad[0].fX, quad[0].fY};
49 i.intersect(arc, quad);
58 i.intersect(arc, quad);
62 i.intersect(arc, quad);
74 static void orderQuads(skiatest::Reporter* reporter, const SkDQuad& quad, double radius,
91 double t = testArc(reporter, quad, cQuad, octant);
106 static double quadAngle(skiatest::Reporter* reporter, const SkDQuad& quad, double t) {
107 const SkDVector& pt = quad.ptAtT(t) - quad[0]
    [all...]
  /external/skqp/tests/
PathOpsTestCommon.cpp 137 SkDQuad quad = cubic.toQuad(); local
138 quads.push_back(quad);
147 SkDQuad quad = part.toQuad();
148 if (quad[1].fX < bounds.fLeft) {
149 quad[1].fX = bounds.fLeft;
150 } else if (quad[1].fX > bounds.fRight) {
151 quad[1].fX = bounds.fRight;
153 if (quad[1].fY < bounds.fTop) {
154 quad[1].fY = bounds.fTop;
155 } else if (quad[1].fY > bounds.fBottom)
    [all...]
PathOpsAngleIdeas.cpp 41 static double testArc(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDQuad& arcRef,
44 SkDVector offset = {quad[0].fX, quad[0].fY};
49 i.intersect(arc, quad);
58 i.intersect(arc, quad);
62 i.intersect(arc, quad);
74 static void orderQuads(skiatest::Reporter* reporter, const SkDQuad& quad, double radius,
91 double t = testArc(reporter, quad, cQuad, octant);
106 static double quadAngle(skiatest::Reporter* reporter, const SkDQuad& quad, double t) {
107 const SkDVector& pt = quad.ptAtT(t) - quad[0]
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
vpaes-x86_64.pl 972 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
973 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
976 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
979 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
980 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
983 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
984 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
986 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
987 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
989 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A87
    [all...]
  /external/llvm/test/MC/ARM/
arm-elf-relocation-diagnostics.s 21 .quad target(sbrel)
23 @ CHECK: .quad target(sbrel)

Completed in 449 milliseconds

1 2 3 4 5 6 78 91011>>