OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allignment
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/psb_video/src/
psb_buffer.c
71
int
allignment
;
local
85
allignment
= 1;
89
allignment
= 1;
93
allignment
= 0;
99
allignment
= 0;
106
allignment
= 2048 * 16; /* Tiled row aligned */
110
allignment
= 2048 * 16; /* Tiled row aligned */
114
allignment
= 1;
118
allignment
= 1;
122
allignment
= 1
214
int
allignment
;
local
[
all
...]
psb_buffer_dm.c
175
int
allignment
;
local
185
allignment
= 4096;
195
allignment
, placement);
/toolchain/binutils/binutils-2.25/bfd/
elf32-dlx.c
121
unsigned long insn, vallo,
allignment
;
local
147
allignment
= 1 << (input_section->output_section->alignment_power - 1);
156
allignment
) & ~
allignment
);
183
unsigned long insn, vallo,
allignment
;
local
209
allignment
= 1 << (input_section->output_section->alignment_power - 1);
218
allignment
) & ~
allignment
);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp
142
int
allignment
= 16 * 2048; // tiling row stride aligned
local
143
bool ret = mWsbm->allocateTTMBuffer(size,
allignment
, buf);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp
142
int
allignment
= 16 * 2048; // tiling row stride aligned
local
143
bool ret = mWsbm->allocateTTMBuffer(size,
allignment
, buf);
Completed in 155 milliseconds