Searched refs:index_offset (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_translate.c31 unsigned *index_size, unsigned index_offset,
44 &r300->context, ib, index_offset,
52 if (index_offset) {
58 index_offset, *start,
66 if (index_offset) {
72 index_offset, *start,
28 r300_translate_index_buffer(struct r300_context *r300, struct pipe_index_buffer *ib, struct pipe_resource **out_buffer, unsigned *index_size, unsigned index_offset, unsigned *start, unsigned count) argument
H A Dr300_screen_buffer.c40 unsigned index_offset; local
47 &index_offset,
50 *start = index_offset / index_size;
H A Dr300_render.c146 * - index_offset: the value that must be manually subtracted from indices
149 int *buffer_offset, int *index_offset)
174 *index_offset = index_bias - *buffer_offset;
605 int buffer_offset = 0, index_offset = 0; /* for index bias emulation */ local
610 &index_offset);
614 &indexSize, index_offset, &start, count);
148 r300_split_index_bias(struct r300_context *r300, int index_bias, int *buffer_offset, int *index_offset) argument
H A Dr300_context.h710 unsigned *index_size, unsigned index_offset,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c114 unsigned index_offset = start * index_size; local
124 assert( index_buffer->width0 >= index_offset + count * index_size );
128 index_offset,
131 &index_offset,
145 range.indexArray.offset = index_offset;
/external/squashfs-tools/kernel/fs/squashfs/
H A Ddir.c53 u64 *next_block, int *next_offset, u64 index_start, int index_offset,
74 &index_offset, sizeof(dir_index));
86 &index_offset, le32_to_cpu(dir_index.size) + 1);
52 get_dir_index_using_offset(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, u64 f_pos) argument
H A Dnamei.c77 int index_offset, int i_count, const char *name,
99 &index_offset, sizeof(*index));
107 &index_offset, size);
75 get_dir_index_using_name(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, const char *name, int len) argument
H A Dfile.c235 * <index_block, index_offset> for index (scaled to nearest cache index).
238 u64 *index_block, int *index_offset, u64 *data_block)
318 *index_offset = cur_offset;
237 fill_meta_index(struct inode *inode, int index, u64 *index_block, int *index_offset, u64 *data_block) argument
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dsquashfs2_0.c428 unsigned int index_offset, int i_count,
446 index_start, index_offset,
448 &index_offset); local
452 index_start, index_offset,
454 &index_offset); local
459 squashfs_get_cached_block(s, NULL, index_start, index_offset,
461 &index_offset);
477 unsigned int index_offset, int i_count,
496 index_start, index_offset,
498 &index_offset); local
425 get_dir_index_using_offset(struct super_block *s, long long *next_block, unsigned int *next_offset, long long index_start, unsigned int index_offset, int i_count, long long f_pos) argument
474 get_dir_index_using_name(struct super_block *s, long long *next_block, unsigned int *next_offset, long long index_start, unsigned int index_offset, int i_count, const char *name, int size) argument
[all...]
H A Dinode.c1326 long long *index_block, int *index_offset,
1398 *index_offset = cur_offset;
1636 unsigned int index_offset, int i_count,
1655 index_start, index_offset,
1657 &index_offset); local
1661 index_start, index_offset,
1663 &index_offset); local
1668 squashfs_get_cached_block(s, NULL, index_start, index_offset,
1670 &index_offset);
1686 unsigned int index_offset, in
1325 get_meta_index(struct inode *inode, int index, long long *index_block, int *index_offset, long long *data_block, char *block_list) argument
1633 get_dir_index_using_offset(struct super_block *s, long long *next_block, unsigned int *next_offset, long long index_start, unsigned int index_offset, int i_count, long long f_pos) argument
1683 get_dir_index_using_name(struct super_block *s, long long *next_block, unsigned int *next_offset, long long index_start, unsigned int index_offset, int i_count, const char *name, int size) argument
1707 &index_offset); local
[all...]
/external/v8/src/ast/
H A Dscopeinfo.h139 int index(int i) { return Smi::cast(get(index_offset(i)))->value(); }
155 inline int index_offset(int i) { return INDEX_OFFSET + i * ITEM_SIZE; } function in class:v8::internal::ModuleInfo
167 set(index_offset(i), Smi::FromInt(index));
/external/icu/tools/
H A DZoneCompactor.java106 // int index_offset -- so we can slip in extra header fields in a backwards-compatible way
122 int index_offset = (int) f.getFilePointer();
166 f.writeInt(index_offset);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h88 unsigned index_offset; member in struct:mesh
105 index_offset = vertex_size * num_vertices;
113 bufferd.ByteWidth = index_offset + index_format * num_indices;
117 memcpy(data + index_offset, indices, index_size * num_indices);
138 ctx->IASetIndexBuffer(buffer, index_format, index_offset);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc1133 int32_t index_offset = size; local
1139 index_offset += new_data->WriteUShort(index_offset, b->platform_id());
1140 index_offset += new_data->WriteUShort(index_offset, b->encoding_id());
1141 index_offset += new_data->WriteULong(index_offset, size);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h72 unsigned index_offset; member in struct:GalliumD3D11DeviceContext
165 index_offset = 0;
664 ib.offset = index_offset;
676 if(index_buffer.p != new_index_buffer || index_format != new_index_format || index_offset != new_index_offset)
680 index_offset = new_index_offset;
697 *out_index_offset = index_offset;
1941 index_offset = 0;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 437 milliseconds