/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_screen.c | 126 int size, ret; local 136 size = sizeof(nv04_data); 139 size = sizeof(nvc0_data); 143 data, size, &screen->channel);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_shader.c | 343 unsigned size; local 353 size = constants ? constants->width0 : 0; 364 draw_set_mapped_constant_buffer(softpipe->draw, shader, index, data, size); 368 softpipe->const_buffer_size[shader][index] = size;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw.c | 303 unsigned size = vb ? vb->width0 : 0; local 310 assert(size); 311 assert(offset < size); 373 assert(offset + index_bias*stride + width <= size); 385 unsigned size = ib->width0; local 390 assert(size); 391 assert(offset < size); 419 assert(offset + count*stride <= size);
|
svga_draw_arrays.c | 50 unsigned size = index_size * nr; local 57 size );
|
svga_draw_elements.c | 52 unsigned size = index_size * nr; local 60 size );
|
svga_pipe_draw.c | 88 unsigned first, size; local 97 size = vb->stride * (count - 1) + elemSize; 100 size = vb->stride * (count - 1) + elemSize; 104 buffer->uploaded.end = MAX2(buffer->uploaded.end, first + size);
|
svga_screen_cache.h | 40 /* Guess the storage size of cached surfaces and try and keep it under 64 SVGA3dSize size; member in struct:svga_host_surface_cache_key
|
svga_swtnl_backend.c | 66 size_t size = (size_t)nr_vertices * (size_t)vertex_size; local 78 if (svga_render->vbuf_size < svga_render->vbuf_offset + svga_render->vbuf_used + size) 87 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); 265 size_t size = 2 * nr_indices; local 269 if (svga_render->ibuf_size < svga_render->ibuf_offset + size) 273 svga_render->ibuf_size = MAX2(size, svga_render->ibuf_alloc_size); 315 svga_render->ibuf_offset += size;
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
memory.cpp | 29 size_t size, void *host_ptr) : 31 __size(size), __host_ptr(host_ptr), 34 data.append((char *)host_ptr, size); 52 _cl_mem::size() const { function in class:_cl_mem 62 size_t size, void *host_ptr) : 63 memory_obj(ctx, flags, size, host_ptr) { 72 size_t size, void *host_ptr) : 73 buffer(ctx, flags, size, host_ptr) { 93 size_t offset, size_t size) : 94 buffer(parent.ctx, flags, size, [all...] |
/external/mesa3d/src/gallium/winsys/sw/dri/ |
dri_sw_winsys.c | 89 unsigned nblocksy, size, format_stride; local 103 size = dri_sw_dt->stride * nblocksy; 105 dri_sw_dt->data = align_malloc(size, alignment);
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.c | 56 unsigned size; member in struct:gdi_sw_displaytarget 145 gdt->size = gdt->stride * height; 147 gdt->data = align_malloc(gdt->size, alignment);
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 77 uint32_t handle, size; member in struct:gbm_dri_bo
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug_fp.c | 302 GLuint size = program[0] & 0x1ff; local 307 assert(size + 2 == sz);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_cc.c | 43 int size; local 54 size = sizeof(*blend) * nr_draw_buffers; 56 size, 64, &brw->cc.blend_state_offset); 58 memset(blend, 0, size);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_fb.c | 62 size = pitch * height; local 64 if (!nfb->hierz.bo || nfb->hierz.bo->size != size) { 71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, local
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.h | 45 GLuint size; /** Size of each image, in bytes */ member in struct:_radeon_mipmap_level 66 GLuint totalsize; /** total size of the miptree, in bytes */
|
/external/mesa3d/src/mesa/main/ |
syncobj.c | 378 GLsizei size = 0; local 390 size = 1; 395 size = 1; 406 size = 1; 411 size = 1; 419 if (size > 0) { 420 const GLsizei copy_count = MIN2(size, bufSize); 426 *length = size;
|
texcompress_cpal.c | 51 GLuint size; member in struct:cpal_format_info 73 memcpy(pixel, palette + info->size * index, info->size); 74 return info->size; 127 expect_size = info->palette_size * info->size; 187 indices = (const GLubyte *) palette + info->palette_size * info->size; 204 if (w * info->size % align) { 211 image = (GLubyte *) malloc(num_texels * info->size);
|
/external/mesa3d/src/mesa/math/ |
m_vector.h | 65 GLuint count; /**< size of the vector (in elements) */ 67 GLuint size; /**< 2-4 for vertices and 1-4 for texcoords */ member in struct:__anon19811 70 GLuint storage_count; /**< storage size in elements */
|
/external/mesa3d/src/mesa/program/ |
prog_cache.c | 49 GLuint size, n_items; member in struct:gl_program_cache 86 GLuint size, i; local 90 size = cache->size * 3; 91 items = (struct cache_item**) malloc(size * sizeof(*items)); 92 memset(items, 0, size * sizeof(*items)); 94 for (i = 0; i < cache->size; i++) 97 c->next = items[c->hash % size]; 98 items[c->hash % size] = c; 103 cache->size = size [all...] |
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_vb.c | 53 GLuint size = GET_VERTEX_SIZE(); local 54 GLuint *dst = (GLuint *)(verts + (edst * size)); 55 GLuint *src = (GLuint *)(verts + (esrc * size)); 64 GLuint size = GET_VERTEX_SIZE(); local 65 GLuint *dst = (GLuint *)(verts + (edst * size)); 66 GLuint *src = (GLuint *)(verts + (esrc * size)); 74 GLuint size = GET_VERTEX_SIZE(); local 75 GLuint *dst = (GLuint *)(verts + (edst * size)); 76 GLuint *src = (GLuint *)(verts + (esrc * size)); 187 dst->pointSize = ctx->Point.Size; [all...] |
/external/minijail/ |
libminijail_unittest.c | 117 size_t size; local 124 self->size = minijail_size(self->m); 125 ASSERT_GT(sizeof(self->buf), self->size) { 137 EXPECT_EQ(0, minijail_unmarshal(self->j, self->buf, self->size));
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Attribute.java | 145 * @param maxStack the maximum stack size of the method corresponding to
182 * Returns the size of all the attributes in this attribute list.
192 * @param maxStack the maximum stack size of the method corresponding to
198 * @return the size of all the attributes in this attribute list. This size
199 * includes the size of the attribute headers.
209 int size = 0;
local 212 size += attr.write(cw, code, len, maxStack, maxLocals).length + 6;
215 return size;
230 * @param maxStack the maximum stack size of the method corresponding to [all...] |
FieldWriter.java | 171 * Returns the size of this field.
173 * @return the size of this field.
176 int size = 8;
local 179 size += 8;
185 size += 6;
189 size += 6;
193 size += 8;
197 size += 8 + anns.getSize();
201 size += 8 + ianns.getSize();
204 size += attrs.getSize(cw, null, 0, -1, -1); [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
AbstractBoxParser.java | 31 * This BoxParser handles the basic stuff like reading size and extracting box type. 40 * Parses the next size and type, creates a box instance and parses the box's content. 52 long size = IsoTypeReader.readUInt32(header); local 54 if (size < 8 && size > 1) { 55 LOG.severe("Plausibility check failed: size < 8 (size = " + size + "). Stop parsing!"); 64 if (size == 1) { 68 size = IsoTypeReader.readUInt64(bb) [all...] |