/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
vpaes-x86_64.S | 739 .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, 0x15AABF7AC502A87 [all...] |
/external/llvm/test/MC/COFF/ |
early-dce.s | 9 .quad 0
|
/external/llvm/test/MC/MachO/ |
variable-exprs.s | 47 .quad Lt0_x
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_bicubic_filter.h | 38 struct pipe_vertex_buffer quad; member in struct:vl_bicubic_filter
|
vl_matrix_filter.h | 39 struct pipe_vertex_buffer quad; member in struct:vl_matrix_filter
|
vl_median_filter.h | 47 struct pipe_vertex_buffer quad; member in struct:vl_median_filter
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.c | 77 if (softpipe->quad.shade) 78 softpipe->quad.shade->destroy( softpipe->quad.shade ); 80 if (softpipe->quad.depth_test) 81 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); 83 if (softpipe->quad.blend) 84 softpipe->quad.blend->destroy( softpipe->quad.blend ); 86 if (softpipe->quad.pstipple [all...] |
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/swiftshader/third_party/LLVM/test/MC/MachO/ |
variable-exprs.s | 47 .quad Lt0_x
|
/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/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.25/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
|
/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/skia/src/gpu/ops/ |
GrDrawAtlasOp.cpp | 60 SkPoint quad[4]; local 62 xforms[spriteIndex].toQuad(currRect.width(), currRect.height(), quad); 82 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[0]; 85 bounds.growToInclude(quad[0].fX, quad[0].fY); 88 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[1]; 91 bounds.growToInclude(quad[1].fX, quad[1].fY); 94 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[2]; 97 bounds.growToInclude(quad[2].fX, quad[2].fY) [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...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmiException.S | 30 NullSeg: .quad 0 # reserved by architecture
109 .quad 0
110 .quad 0
111 .quad 0 # fixed in InitializeMpServiceData()
112 .quad NullSeg
116 .quad ASM_PFX(gSmiMtrrs)
128 .quad NullSeg
132 .quad _SmiIDT
147 .quad 0 # Offset 32:63
154 .quad 0 # Offset 32:63 [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)
|