HomeSort by relevance Sort by last modified time
    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.27/bfd/
elf32-dlx.c 120 unsigned long insn, vallo, allignment; local
146 allignment = 1 << (input_section->output_section->alignment_power - 1);
155 allignment) & ~allignment);
182 unsigned long insn, vallo, allignment; local
208 allignment = 1 << (input_section->output_section->alignment_power - 1);
217 allignment) & ~allignment);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 143 int allignment = 16 * 2048; // tiling row stride aligned local
144 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 143 int allignment = 16 * 2048; // tiling row stride aligned local
144 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf);

Completed in 195 milliseconds