HomeSort by relevance Sort by last modified time
    Searched refs:comps (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 90 op.comps = 0;
93 op.comps = 1;
97 op.comps = 4;
173 for(unsigned i = 0; i < op.comps; ++i)
178 for(unsigned i = 0; i < op.comps; ++i)
284 dcl.indexable_temp.comps = read32();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 90 op.comps = 0;
93 op.comps = 1;
97 op.comps = 4;
173 for(unsigned i = 0; i < op.comps; ++i)
178 for(unsigned i = 0; i < op.comps; ++i)
284 dcl.indexable_temp.comps = read32();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations.py 87 comps = [layout_tests_dir] + suite.name.split('/') + ['README.txt']
88 path_to_readme = fs.join(*comps)
  /external/opencv/cv/src/
cvhaar.cpp 867 CvAvgComp* comps = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 333 comps = path.split('/')
335 for comp in comps:
343 comps = new_comps
344 path = slash.join(comps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 333 comps = path.split('/')
335 for comp in comps:
343 comps = new_comps
344 path = slash.join(comps)
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.c 239 comp = &pi->comps[pi->compno];
250 comp = &pi->comps[pi->compno];
279 comp = &pi->comps[pi->compno];
289 comp = &pi->comps[pi->compno];
325 comp = &pi->comps[compno];
351 comp = &pi->comps[pi->compno];
401 comp = &pi->comps[pi->compno];
409 comp = &pi->comps[compno];
429 comp = &pi->comps[pi->compno];
482 comp = &pi->comps[pi->compno]
    [all...]
jp2.c 540 jp2->comps = (opj_jp2_comps_t*) opj_malloc(jp2->numcomps * sizeof(opj_jp2_comps_t));
541 if (jp2->comps == 0) {
545 memset(jp2->comps,0,jp2->numcomps * sizeof(opj_jp2_comps_t));
645 opj_write_bytes(l_current_bpcc_ptr, jp2->comps[i].bpcc, 1); /* write each component information */
680 opj_read_bytes(p_bpc_header_data,&jp2->comps[i].bpcc ,1); /* read each BPCC component */
859 old_comps = image->comps;
920 image->comps = new_comps;
    [all...]
j2k.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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...]
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/mesa3d/src/gallium/auxiliary/util/
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...]
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_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_fxt1.c 49 fxt1_encode (GLuint width, GLuint height, GLint comps,
    [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_fxt1.c 49 fxt1_encode (GLuint width, GLuint height, GLint comps,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java 223 public boolean sameSet(ComponentName[] comps) {
225 final int NQ = comps.length;
229 ComponentName cn = comps[i];
  /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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 128 def join(self, *comps):
129 return os.path.join(*comps)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 214 def _lighttpd_path(self, *comps):
215 return self.path_from_chromium_base('third_party', 'lighttpd', 'win', *comps)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 88 def path_from_webkit_root(self, *comps):
89 return self._filesystem.abspath(self._filesystem.join(self._webkit_root, *comps))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 245 uint8_t comps; member in struct:sm4_op
326 unsigned comps; member in struct:sm4_dcl::__anon17797::__anon17799
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 245 uint8_t comps; member in struct:sm4_op
326 unsigned comps; member in struct:sm4_dcl::__anon31356::__anon31358

Completed in 3252 milliseconds

1 23 4 5 6