Searched defs:slice (Results 76 - 100 of 124) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c533 free((*mt)->level[i].slice);
616 assert(mt->level[level].slice == NULL);
618 mt->level[level].slice = calloc(d, sizeof(*mt->level[0].slice));
619 mt->level[level].slice[0].x_offset = mt->level[level].level_x;
620 mt->level[level].slice[0].y_offset = mt->level[level].level_y;
634 mt->level[level].slice[img].x_offset = mt->level[level].level_x + x;
635 mt->level[level].slice[img].y_offset = mt->level[level].level_y + y;
639 mt->level[level].slice[img].x_offset,
640 mt->level[level].slice[im
654 int slice; local
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c533 free((*mt)->level[i].slice);
616 assert(mt->level[level].slice == NULL);
618 mt->level[level].slice = calloc(d, sizeof(*mt->level[0].slice));
619 mt->level[level].slice[0].x_offset = mt->level[level].level_x;
620 mt->level[level].slice[0].y_offset = mt->level[level].level_y;
634 mt->level[level].slice[img].x_offset = mt->level[level].level_x + x;
635 mt->level[level].slice[img].y_offset = mt->level[level].level_y + y;
639 mt->level[level].slice[img].x_offset,
640 mt->level[level].slice[im
654 int slice; local
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1697 * \param srcData array[slice] of pointers to source image slices
1698 * \param dstData array[slice] of pointers to dest image slices
1901 GLint slice; local
1944 for (slice = 0; slice < srcDepth; slice++) {
1945 ctx->Driver.MapTextureImage(ctx, srcImage, slice,
1948 &srcMaps[slice], &srcRowStride);
1949 if (!srcMaps[slice]) {
1962 for (slice
[all...]
H A Dtexstore.c4277 GLuint dims, slice, numSlices = 1, sliceOffset = 0; local
4304 /* compute slice info (and do some sanity checks) */
4309 /* one image slice, nothing special needs to be done */
4348 for (slice = 0; slice < numSlices; slice++) {
4353 slice + sliceOffset,
4357 /* Note: we're only storing a 2D (or 1D) slice at a time but we need
4368 ctx->Driver.UnmapTextureImage(ctx, texImage, slice + sliceOffset);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c170 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h,
187 map = st_texture_image_map(st, stImage, slice, pipeMode, x, y, w, h);
203 GLuint slice)
168 st_MapTextureImage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **mapOut, GLint *rowStrideOut) argument
201 st_UnmapTextureImage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice) argument
/external/opencv/cv/src/
H A Dcvshapedescr.cpp45 cvArcLength( const void *array, CvSlice slice, int is_closed ) argument
83 cvSetSeqReaderPos( &reader, slice.start_index );
84 count = cvSliceLength( slice, contour );
558 static CvStatus icvContourSecArea( CvSeq * contour, CvSlice slice, double *area ) argument
580 lpt = cvSliceLength( slice, contour );
601 cvSetSeqReaderPos( &reader, slice.start_index );
604 cvSetSeqReaderPos( &reader, slice.end_index );
610 cvSetSeqReaderPos( &reader, slice.start_index );
728 cvContourArea( const void *array, CvSlice slice )
752 if( cvSliceLength( slice, contou
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc1144 FontDataPtr slice; local
1145 slice.Attach(new_data->Slice(size));
1146 size += b->SubSerialize(down_cast<WritableFontData*>(slice.p_));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc390 bool DecodeByte(StringPiece* slice, unsigned char* value) { argument
391 if (slice->empty())
394 *value = (*slice)[0];
395 slice->remove_prefix(1);
399 bool DecodeBool(StringPiece* slice, bool* value) { argument
400 if (slice->empty())
403 *value = !!(*slice)[0];
404 slice->remove_prefix(1);
408 bool DecodeInt(StringPiece* slice, int64* value) { argument
409 if (slice
425 DecodeVarInt(StringPiece* slice, int64* value) argument
445 DecodeString(StringPiece* slice, base::string16* value) argument
466 DecodeStringWithLength(StringPiece* slice, base::string16* value) argument
485 DecodeBinary(StringPiece* slice, std::string* value) argument
501 DecodeIDBKey(StringPiece* slice, scoped_ptr<IndexedDBKey>* value) argument
561 DecodeDouble(StringPiece* slice, double* value) argument
570 DecodeIDBKeyPath(StringPiece* slice, IndexedDBKeyPath* value) argument
622 DecodeBlobJournal(StringPiece* slice, BlobJournalType* journal) argument
643 ConsumeEncodedIDBKey(StringPiece* slice) argument
690 ExtractEncodedIDBKey(StringPiece* slice, std::string* result) argument
1193 Decode(StringPiece* slice, KeyPrefix* result) argument
1343 Decode(StringPiece* slice, DatabaseFreeListKey* result) argument
1381 Decode(StringPiece* slice, DatabaseNameKey* result) argument
1444 Decode(StringPiece* slice, ObjectStoreMetaDataKey* result) argument
1504 Decode(StringPiece* slice, IndexMetaDataKey* result) argument
1570 Decode(StringPiece* slice, ObjectStoreFreeListKey* result) argument
1615 Decode(StringPiece* slice, IndexFreeListKey* result) argument
1671 Decode(StringPiece* slice, ObjectStoreNamesKey* result) argument
1706 Decode(StringPiece* slice, IndexNamesKey* result) argument
1745 Decode(StringPiece* slice, ObjectStoreDataKey* result) argument
1791 Decode(StringPiece* slice, ExistsEntryKey* result) argument
1832 Decode(StringPiece* slice, BlobEntryKey* result) argument
1848 FromObjectStoreDataKey(StringPiece* slice, BlobEntryKey* result) argument
1864 ReencodeToObjectStoreDataKey(StringPiece* slice) argument
1920 Decode(StringPiece* slice, IndexDataKey* result) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js60 function slice(array, index) function
114 var args = slice(arguments, 2);
121 return InjectedScriptHost.callFunction(func, thisObject, concat(args, slice(arguments)));
1590 return InjectedScriptHost.callFunction(inspectedWindow.console.dir, inspectedWindow.console, slice(arguments));
1598 return InjectedScriptHost.callFunction(inspectedWindow.console.dirxml, inspectedWindow.console, slice(arguments));
1625 return InjectedScriptHost.callFunction(inspectedWindow.console.profile, inspectedWindow.console, slice(arguments));
1633 return InjectedScriptHost.callFunction(inspectedWindow.console.profileEnd, inspectedWindow.console, slice(arguments));
1744 InjectedScriptHost.callFunction(inspectedWindow.console.table, inspectedWindow.console, slice(arguments));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DIsolatedFileSystem.js552 return Array.prototype.slice.call(list || [], 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1246 unsigned pitch, slice; local
1267 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1268 if (slice) {
1269 slice = slice - 1;
1412 surf->cb_color_slice = S_028C68_SLICE_TILE_MAX(slice);
1427 surf->cb_color_fmask_slice = S_028C88_TILE_MAX(slice);
1440 unsigned level, pitch, slice, format, array_mode; local
1450 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1451 if (slice) {
[all...]
H A Dr600_state.c1261 unsigned pitch, slice; local
1281 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1282 if (slice) {
1283 slice = slice - 1;
1393 S_028060_SLICE_TILE_MAX(slice);
1410 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(slice);
1461 S_028100_FMASK_TILE_MAX(slice);
1480 unsigned level, pitch, slice, format, offset, array_mode; local
1485 slice
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1450 unsigned pitch, slice; local
1478 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1479 if (slice) {
1480 slice = slice - 1;
1588 si_pm4_set_reg(pm4, R_028C68_CB_COLOR0_SLICE + cb * 0x3C, S_028C68_TILE_MAX(slice));
1617 unsigned level, pitch, slice, format; local
1644 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1645 if (slice) {
1646 slice
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c4277 GLuint dims, slice, numSlices = 1, sliceOffset = 0; local
4304 /* compute slice info (and do some sanity checks) */
4309 /* one image slice, nothing special needs to be done */
4348 for (slice = 0; slice < numSlices; slice++) {
4353 slice + sliceOffset,
4357 /* Note: we're only storing a 2D (or 1D) slice at a time but we need
4368 ctx->Driver.UnmapTextureImage(ctx, texImage, slice + sliceOffset);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc221 "Deletes a slice of values from a repeated field."),
903 PyObject* slice) {
911 if (PyInt_Check(slice)) {
912 from = to = PyInt_AsLong(slice);
913 } else if (PyLong_Check(slice)) {
914 from = to = PyLong_AsLong(slice);
915 } else if (PySlice_Check(slice)) {
919 reinterpret_cast<PySliceObject*>(slice), length, &from, &to, &step);
1132 PyObject* slice; local
1134 &CFieldDescriptor_Type, &cfield_descriptor, &slice)) {
901 InternalGetRepeatedScalarSlice( CMessage* cmessage, const google::protobuf::FieldDescriptor* field_descriptor, PyObject* slice) argument
1144 PyObject* slice; local
1171 PyObject* slice; local
1438 PyObject* slice; local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1339 // Extract the underlying string and the slice offset.
1343 SlicedString* slice = SlicedString::cast(*subject_tmp); local
1344 subject_tmp = Handle<String>(slice->parent());
1345 slice_offset = slice->offset();
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc145 // Must truncate something for a slice string. Loop until
157 // Don't slice 0 length strings.
1032 v8::Handle<v8::String> slice = local
1033 CompileRun("var slice = underlying.slice(1);"
1034 "slice")->ToString();
1035 CHECK(v8::Utils::OpenHandle(*slice)->IsSlicedString());
1043 CHECK(v8::Utils::OpenHandle(*slice)->IsSlicedString());
1047 *v8::String::Utf8Value(CompileRun("JSON.stringify(slice)")));
1109 Handle<String> slice local
1144 Handle<String> slice = factory->NewSubString(string, 1, 25); local
1192 const char* slice = "var slice = str.slice(1,-1); slice"; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1246 unsigned pitch, slice; local
1267 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1268 if (slice) {
1269 slice = slice - 1;
1412 surf->cb_color_slice = S_028C68_SLICE_TILE_MAX(slice);
1427 surf->cb_color_fmask_slice = S_028C88_TILE_MAX(slice);
1440 unsigned level, pitch, slice, format, array_mode; local
1450 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1451 if (slice) {
[all...]
H A Dr600_state.c1261 unsigned pitch, slice; local
1281 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1282 if (slice) {
1283 slice = slice - 1;
1393 S_028060_SLICE_TILE_MAX(slice);
1410 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(slice);
1461 S_028100_FMASK_TILE_MAX(slice);
1480 unsigned level, pitch, slice, format, offset, array_mode; local
1485 slice
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1450 unsigned pitch, slice; local
1478 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1479 if (slice) {
1480 slice = slice - 1;
1588 si_pm4_set_reg(pm4, R_028C68_CB_COLOR0_SLICE + cb * 0x3C, S_028C68_TILE_MAX(slice));
1617 unsigned level, pitch, slice, format; local
1644 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1645 if (slice) {
1646 slice
[all...]
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp609 cvSliceLength( CvSlice slice, const CvSeq* seq ) argument
612 int length = slice.end_index - slice.start_index;
616 if( slice.start_index < 0 )
617 slice.start_index += total;
618 if( slice.end_index <= 0 )
619 slice.end_index += total;
621 length = slice.end_index - slice.start_index;
639 cvCvtSeqToArray( const CvSeq *seq, void *array, CvSlice slice )
1841 cvSeqSlice( const CvSeq* seq, CvSlice slice, CvMemStorage* storage, int copy_data ) argument
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-domctl.h245 vki_xen_uint64_aligned_t slice; member in struct:vki_xen_domctl_scheduler_op::__anon32987::xen_domctl_sched_sedf
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c486 * Compute slice/image to use for 1D or 2D array texture.
491 GLint slice = IFLOOR(coord + 0.5f); local
492 slice = CLAMP(slice, 0, size - 1);
493 return slice;
555 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice,
569 *slice = 0;
578 *slice = 0;
586 *slice = 0;
594 *slice
551 linear_texcoord(const struct gl_sampler_object *samp, const struct gl_texture_object *texObj, GLuint level, const GLfloat texcoord[4], GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice, GLfloat *wi, GLfloat *wj) argument
3573 GLint col, row, slice; local
3598 GLint slice; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c486 * Compute slice/image to use for 1D or 2D array texture.
491 GLint slice = IFLOOR(coord + 0.5f); local
492 slice = CLAMP(slice, 0, size - 1);
493 return slice;
555 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice,
569 *slice = 0;
578 *slice = 0;
586 *slice = 0;
594 *slice
551 linear_texcoord(const struct gl_sampler_object *samp, const struct gl_texture_object *texObj, GLuint level, const GLfloat texcoord[4], GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice, GLfloat *wi, GLfloat *wj) argument
3573 GLint col, row, slice; local
3598 GLint slice; local
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js75 var args = Array.prototype.slice.call(arguments);
98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
162 return Array.prototype.slice.call(iterable);
208 var args = Array.slice(arguments);
609 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
756 return (hex) ? hex.slice(1).hexToRgb(array) : null;
777 if (match.charAt(0) == '\\') return match.slice(1);
1614 (property && property.set) ? property.set.apply(this, Array.slice(arguments, 1)) : this.setProperty(prop, value);
1621 return (property && property.get) ? property.get.apply(this, Array.slice(argument
[all...]

Completed in 5218 milliseconds

12345