HomeSort by relevance Sort by last modified time
    Searched defs:comps (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/CodeGen/
2004-06-18-VariableLengthArrayOfStructures.c 7 struct S comps[a]; local
8 comps[0];
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.cpp 64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : local
68 fValues.setCount(comps);
76 comps = fValues.count();
78 SkASSERT(fValues.count() == comps);
82 comps = 1;
85 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
  /external/skia/src/animator/
SkAnimateSet.cpp 64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : local
68 fValues.setCount(comps);
76 comps = fValues.count();
78 SkASSERT(fValues.count() == comps);
82 comps = 1;
85 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.c 28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
39 float *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + x * comps;
48 dst += comps;
u_format_rgtc.c 33 unsigned i, unsigned j, uint8_t *value, unsigned comps);
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
53 const unsigned bw = 4, bh = 4, comps = 4; local
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
245 const unsigned bw = 4, bh = 4, comps = 4; local
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
    [all...]
u_format_s3tc.c 250 const unsigned bw = 4, bh = 4, comps = 4; local
257 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
423 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
426 for(k = 0; k < comps; ++k) {
427 tmp[j][i][k] = src[(y + j)*src_stride/sizeof(*src) + (x + i)*comps + k];
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
448 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
451 for(k = 0; k < comps; ++k)
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c 28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
39 float *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + x * comps;
48 dst += comps;
u_format_rgtc.c 33 unsigned i, unsigned j, uint8_t *value, unsigned comps);
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
53 const unsigned bw = 4, bh = 4, comps = 4; local
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
245 const unsigned bw = 4, bh = 4, comps = 4; local
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
    [all...]
  /external/chromium/base/
file_path_unittest.cc 492 std::vector<FilePath::StringType> comps; local
493 input.GetComponents(&comps);
496 for (size_t j = 0; j < comps.size(); ++j) {
498 observed.append(comps[j]);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 226 GLint comps = _mesa_components_in_format(format); local
227 if (comps < 0)
235 return comps * sizeof(GLubyte);
238 return comps * sizeof(GLshort);
241 return comps * sizeof(GLint);
243 return comps * sizeof(GLfloat);
245 return comps * sizeof(GLhalfARB);
    [all...]
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps;
161 dst += comps;
eval.c 555 GLuint comps; local
560 comps = _mesa_evaluator_components(target);
561 if (!comps) {
574 n = map1d->Order * comps;
578 n = map2d->Uorder * map2d->Vorder * comps;
647 GLuint comps; local
652 comps = _mesa_evaluator_components(target);
653 if (!comps) {
666 n = map1d->Order * comps;
670 n = map2d->Uorder * map2d->Vorder * comps;
741 GLuint comps; local
    [all...]
formats.c 1956 GLuint comps = 0; local
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 226 GLint comps = _mesa_components_in_format(format); local
227 if (comps < 0)
235 return comps * sizeof(GLubyte);
238 return comps * sizeof(GLshort);
241 return comps * sizeof(GLint);
243 return comps * sizeof(GLfloat);
245 return comps * sizeof(GLhalfARB);
    [all...]
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps;
161 dst += comps;
eval.c 555 GLuint comps; local
560 comps = _mesa_evaluator_components(target);
561 if (!comps) {
574 n = map1d->Order * comps;
578 n = map2d->Uorder * map2d->Vorder * comps;
647 GLuint comps; local
652 comps = _mesa_evaluator_components(target);
653 if (!comps) {
666 n = map1d->Order * comps;
670 n = map2d->Uorder * map2d->Vorder * comps;
741 GLuint comps; local
    [all...]
formats.c 1956 GLuint comps = 0; local
    [all...]
  /external/chromium_org/base/files/
file_path_unittest.cc 501 std::vector<FilePath::StringType> comps; local
502 input.GetComponents(&comps);
505 for (size_t j = 0; j < comps.size(); ++j) {
507 observed.append(comps[j]);
    [all...]
file_path_watcher_linux.cc 378 std::vector<FilePath::StringType> comps; local
379 target_.GetComponents(&comps);
380 DCHECK(!comps.empty());
381 std::vector<FilePath::StringType>::const_iterator comp = comps.begin();
382 for (++comp; comp != comps.end(); ++comp)
  /external/chromium/base/files/
file_path_watcher_linux.cc 378 std::vector<FilePath::StringType> comps; local
379 target_.GetComponents(&comps);
380 DCHECK(!comps.empty());
381 for (std::vector<FilePath::StringType>::const_iterator comp(++comps.begin());
382 comp != comps.end(); ++comp) {
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp 269 const unsigned comps = MIN2(condition_components, end - i); local
272 compare_index_block(list, index, i, comps, this->mem_ctx);
274 if (comps == 1) {
278 for (unsigned j = 0; j < comps; j++) {
  /external/gcc-demangle/
cp-demangle.h 104 struct demangle_component *comps; member in struct:d_info
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 95 nmv_component comps[2]; member in struct:__anon23059
124 nmv_component_counts comps[2]; member in struct:__anon23061
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 269 const unsigned comps = MIN2(condition_components, end - i); local
272 compare_index_block(list, index, i, comps, this->mem_ctx);
274 if (comps == 1) {
278 for (unsigned j = 0; j < comps; j++) {
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 104 struct demangle_component *comps; member in struct:d_info

Completed in 493 milliseconds

1 2