Searched refs:aligned (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_types.rsh122 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_element;
128 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_type;
134 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_allocation;
140 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_sampler;
146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
158 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(
[all...]
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_types.rsh122 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_element;
128 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_type;
134 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_allocation;
140 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_sampler;
146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
158 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(
[all...]
/frameworks/rs/
H A DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/support/renderscript/v8/rs_support/
H A DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s28 ; * block; must be aligned on a 4-byte boundary. The
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
34 ; * aligned on a 4-byte boundary.
60 ; * 4-byte aligned.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s28 ; * block; must be aligned on a 4-byte boundary. The
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
34 ; * aligned on a 4-byte boundary.
60 ; * 4-byte aligned.
/frameworks/av/services/audioflinger/
H A DAudioMixer.h217 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32)));
242 state_t mState __attribute__((aligned(32)));
H A DAudioMixer.cpp1091 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
/frameworks/base/include/androidfw/
H A DCursorWindow.h180 * If aligned is true, the allocation gets 4 byte alignment.
182 uint32_t alloc(size_t size, bool aligned = false);
/frameworks/native/opengl/libagl/
H A Dcontext.h496 transform_t mvp __attribute__((aligned(32)));
498 vp_transform_t vpt __attribute__((aligned(32)));
606 array_machine_t arrays __attribute__((aligned(32)));
614 compute_iterators_t lerp; __attribute__((aligned(32)));
H A Dprimitives.cpp719 int32_t itt[8] __attribute__((aligned(16)));
763 int32_t itt[8] __attribute__((aligned(16)));
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp173 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
200 uint32_t CursorWindow::alloc(size_t size, bool aligned) { argument
202 if (aligned) {
243 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
/frameworks/base/core/java/android/widget/
H A DImageView.java1028 * @param aligned If true, the image view will be baseline aligned with
1033 public void setBaselineAlignBottom(boolean aligned) { argument
1034 if (mBaselineAlignBottom != aligned) {
1035 mBaselineAlignBottom = aligned;
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp409 __attribute__((aligned(4))) uint8_t buffer[2048];
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs23 typedef struct __attribute__((aligned(4))) Card {
26 rs_allocation detailTexture; // screen-aligned detail texture
55 float3 center; // center of a y-axis-aligned infinite cylinder
99 /** Detail is aligned with the top edge of the carousel view **/
101 /** Detail is aligned with the bottom edge of the carousel view (not yet implemented) **/
116 * Detail is aligned with the left edge of either the top or the bottom of
121 * Detail is aligned with the right edge of either the top or the bottom of
826 * Draws a screen-aligned card with the exact dimensions from the detail texture.

Completed in 666 milliseconds