Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DByteBufferPerfTest.java86 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException { in newBuffer()
122 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte()
136 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByteArray()
151 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte_indexed()
165 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar()
179 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeCharBuffer_getCharArray()
195 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar_indexed()
209 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getDouble()
223 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeDoubleBuffer_getDoubleArray()
239 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getFloat()
[all …]
H A DByteBufferScalarVersusVectorPerfTest.java110 boolean aligned, in timeManualByteBufferCopy()
127 public void timeByteBufferBulkGet(boolean aligned) throws Exception { in timeByteBufferBulkGet()
139 public void timeDirectByteBufferBulkGet(boolean aligned) throws Exception { in timeDirectByteBufferBulkGet()
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dgemm_NxMxK_neon.py76 def ZipName(rows, leftovers, aligned): argument
80 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument
109 def GenerateMulRows(emitter, result, result_type, lhs_add, rhs_add, aligned, argument
134 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument
159 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument
173 def BuildName(output_type, aligned, rows, cols, leftover): argument
209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument
237 def GenerateGemmCall(emitter, output_type, aligned, m_mod, n_mod, leftovers): argument
244 def GenerateGemmSwitch3(emitter, output_type, aligned, m_mod, n_mod): argument
258 def GenerateGemmSwitch2(emitter, output_type, aligned, m_mod): argument
[all …]
H A Dgemv_1xMxK_neon.py62 def GenerateZipVector(emitter, aligned, leftovers): argument
83 def GenerateMulCols(emitter, result_type, lhs_add, rhs_add, aligned, cols, argument
127 def GenerateQuantized8BitMul(emitter, aligned, cols, leftovers): argument
136 def GenerateFullMul(emitter, result_type, aligned, cols, leftovers): argument
140 def BuildName(output_type, aligned, cols, leftover): argument
170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument
197 def GenerateGemvCall(emitter, output_type, aligned, m_mod, leftovers): argument
204 def GenerateGemvSwitch2(emitter, output_type, aligned, n_mod): argument
218 def GenerateGemvSwitch1(emitter, output_type, aligned): argument
H A Dqnt_Nx8_neon.py26 def BuildName(lanes, leftovers, aligned): argument
269 def GenerateQntNx8(emitter, qnt_lanes, leftovers, aligned): argument
335 def BuildMultiQuantizeName(aligned, rows): argument
342 def GenerateMultiQuantize(emitter, aligned, rows): argument
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrVertexAttrib.cpp62 SrcScalarType aligned[4]; in readOrder() local
79 SrcScalarType aligned[4]; in readUnormOrder() local
97 SrcScalarType aligned[4]; in readSnormClamp() local
115 SrcScalarType aligned[4]; in readSnormScale() local
129 uint16_t aligned[4]; in readHalf() local
143 int32_t aligned[4]; in readFixed() local
157 double aligned[4]; in readDouble() local
178 uint32_t aligned; in readUint2101010Rev() local
193 uint32_t aligned; in readInt2101010Rev() local
211 uint32_t aligned; in readUnorm2101010RevOrder() local
[all …]
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DRGBImageAllocation.cpp30 bool aligned; member
115 RGBImageAllocationParams VulkanParams(bool aligned, size_t textureSize) in VulkanParams()
126 RGBImageAllocationParams OpenGLOrGLESParams(bool aligned, size_t textureSize) in OpenGLOrGLESParams()
137 RGBImageAllocationParams MetalParams(bool aligned, size_t textureSize) in MetalParams()
148 RGBImageAllocationParams D3D11Params(bool aligned, size_t textureSize) in D3D11Params()
/aosp_15_r20/external/pigweed/pw_bytes/
H A Dalignment_test.cc146 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local
155 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local
162 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local
170 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-nightly/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-stable/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-msrv/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-stable/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-nightly/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-msrv/
Dlate_compile_pass.rs59 aligned: AU16, field
68 aligned: AU16, field
74 aligned: AU16, field
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1IA5String.java116 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl()
191 private int calculateBitsPerCharacter(boolean aligned) { in calculateBitsPerCharacter()
205 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
H A DAsn1Utf8String.java84 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl()
105 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
H A DAsn1GeneralString.java78 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl()
131 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
H A DAsn1OctetString.java80 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl()
123 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp91 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
229 … const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && in init() local
298 … const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && in init() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dfloat_typedef_test.cpp26 template<class T, class U> void test_buffer( U const & y, bool aligned ) in test_buffer()
35 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c85 bool aligned, in lp_build_gather_elem()
169 bool aligned, in lp_build_gather_elem_vec()
412 bool aligned, in lp_build_gather()
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DByteBufferBulkBenchmark.java34 @Param({"true", "false"}) private boolean aligned; field in ByteBufferBulkBenchmark
45 …public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) throws IOE… in newBuffer()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAsset.cpp593 const void* _FileAsset::getBuffer(bool aligned) in getBuffer()
603 incfs::map_ptr<void> _FileAsset::getIncFsBuffer(bool aligned) in getIncFsBuffer()
953 incfs::map_ptr<void> _CompressedAsset::getIncFsBuffer(bool aligned) { in getIncFsBuffer()
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp88 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
305 … const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
406 … const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
/aosp_15_r20/external/swiftshader/src/System/
H A DMemory.cpp82 unsigned char *aligned = nullptr; in allocate() local
117 unsigned char *aligned = (unsigned char *)memory; in freeMemory() local

12345678910>>...18