Searched defs:comps (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/test/CodeGen/
H A D2004-06-18-VariableLengthArrayOfStructures.c7 struct S comps[a]; local
8 comps[0];
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateSet.cpp64 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/
H A DSkAnimateSet.cpp64 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/
H A Du_format_etc.c28 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;
H A Du_format_rgtc.c33 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_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.c226 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);
H A Dtexcompress_etc_tmp.h146 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;
H A Dtexcompress_rgtc.c57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
60 unsigned i, unsigned j, GLbyte *value, unsigned comps);
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
68 curaddr = srcaddr + j * srcRowStride * comps;
71 curaddr += comps;
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
82 curaddr = srcaddr + j * srcRowStride * comps;
85 curaddr += comps;
62 extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) argument
76 extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) argument
H A Dformats.c1956 GLuint comps = 0; local
1960 _mesa_format_to_type_and_comps(f, &datatype, &comps);
2062 GLenum *datatype, GLuint *comps)
2074 *comps = 4;
2079 *comps = 3;
2084 *comps = 3;
2090 *comps = 4;
2096 *comps = 4;
2101 *comps = 4;
2106 *comps
2061 _mesa_format_to_type_and_comps(gl_format format, GLenum *datatype, GLuint *comps) argument
[all...]
H A Dtexcompress_rgtc_tmp.h33 unsigned i, unsigned j, TYPE *value, unsigned comps)
36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps);
32 fetch_texel_rgtc(unsigned srcRowStride, const TYPE *pixdata, unsigned i, unsigned j, TYPE *value, unsigned comps) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.c28 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;
H A Du_format_rgtc.c33 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/mesa3d/src/mesa/main/
H A Dglformats.c226 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);
H A Dtexcompress_etc_tmp.h146 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;
H A Dtexcompress_rgtc.c57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
60 unsigned i, unsigned j, GLbyte *value, unsigned comps);
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
68 curaddr = srcaddr + j * srcRowStride * comps;
71 curaddr += comps;
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
82 curaddr = srcaddr + j * srcRowStride * comps;
85 curaddr += comps;
62 extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) argument
76 extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) argument
H A Dformats.c1956 GLuint comps = 0; local
1960 _mesa_format_to_type_and_comps(f, &datatype, &comps);
2062 GLenum *datatype, GLuint *comps)
2074 *comps = 4;
2079 *comps = 3;
2084 *comps = 3;
2090 *comps = 4;
2096 *comps = 4;
2101 *comps = 4;
2106 *comps
2061 _mesa_format_to_type_and_comps(gl_format format, GLenum *datatype, GLuint *comps) argument
[all...]
H A Dtexcompress_rgtc_tmp.h33 unsigned i, unsigned j, TYPE *value, unsigned comps)
36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps);
32 fetch_texel_rgtc(unsigned srcRowStride, const TYPE *pixdata, unsigned i, unsigned j, TYPE *value, unsigned comps) argument
/external/chromium_org/base/files/
H A Dfile_path_unittest.cc501 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]);
H A Dfile_path_watcher_linux.cc438 std::vector<FilePath::StringType> comps; local
439 target_.GetComponents(&comps);
440 DCHECK(!comps.empty());
441 for (size_t i = 1; i < comps.size(); ++i)
442 watches_.push_back(WatchEntry(comps[i]));
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h101 opj_pi_comp_t *comps; member in struct:opj_pi_iterator
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.h95 nmv_component comps[2]; member in struct:__anon13114
123 nmv_component_counts comps[2]; member in struct:__anon13116
/external/gcc-demangle/
H A Dcp-demangle.h104 struct demangle_component *comps; member in struct:d_info
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h95 nmv_component comps[2]; member in struct:__anon24906
123 nmv_component_counts comps[2]; member in struct:__anon24908
/external/openfst/src/include/fst/
H A Dconnect.h48 // comps: connected components equiv classes.
49 CcVisitor(UnionFind<StateId> *comps) argument
50 : comps_(comps),
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h104 struct demangle_component *comps; member in struct:d_info

Completed in 885 milliseconds

123