Searched refs:MALLOC (Results 51 - 75 of 212) sorted by relevance

123456789

/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c338 modes = MALLOC(sizeof(*modes));
355 connectors = MALLOC(sizeof(*connectors));
379 configs = MALLOC(sizeof(*configs));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c598 tmp_z = MALLOC(width * sizeof *tmp_z);
603 tmp_s = MALLOC(width * sizeof *tmp_s);
638 tmp_row = MALLOC(y_step * tmp_stride);
663 tmp_row = MALLOC(y_step * tmp_stride);
H A Du_slab.c60 page = MALLOC(pool->page_size);
H A Du_tile.c468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
559 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
587 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
883 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
914 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c167 rbuf->malloced_buffer = MALLOC(templ->width0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_bufferobj.c93 nbo->sys = MALLOC(size);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c598 tmp_z = MALLOC(width * sizeof *tmp_z);
603 tmp_s = MALLOC(width * sizeof *tmp_s);
638 tmp_row = MALLOC(y_step * tmp_stride);
663 tmp_row = MALLOC(y_step * tmp_stride);
H A Du_slab.c60 page = MALLOC(pool->page_size);
H A Du_tile.c468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
559 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
587 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
883 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
914 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c167 rbuf->malloced_buffer = MALLOC(templ->width0);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_bufferobj.c93 nbo->sys = MALLOC(size);
/external/srec/portable/src/
H A DPFileImpl.c51 impl->filename = MALLOC(sizeof(LCHAR) * (LSTRLEN(filename) + 1), MTAG);
H A Dpstream.c114 fb = (FileBufferFrame *)MALLOC(sizeof(FileBufferFrame), "FileBufferFrame");
128 if ((fb->buffer = (unsigned char *)MALLOC(size, "FileBufferFrame Buffer")) == NULL)
275 PortFile = (PORT_FILE)MALLOC(sizeof(PORT_FILE_HANDLE), "PortFile");
/external/srec/shared/src/
H A DCircularBuffer.c40 Interface = (CircularBuffer *) MALLOC(sizeof(CircularBuffer) + capacity, mtag);
H A DIntArrayListImpl.c47 impl->contents = MALLOC((INITIAL_SIZE + 1) * sizeof(int), MTAG);
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c130 impl->acc_scripts = MALLOC(sizeof(LCHAR) * MAX_SCRIPT_LEN, NULL);
693 dst = MALLOC(sizeof(LCHAR) * (LSTRLEN(p) + 1), L("semproc.meaning"));
744 dst = MALLOC(sizeof(LCHAR) * (LSTRLEN(meaning) + 1), L("semproc.meaning"));
1009 dst = MALLOC(sizeof(LCHAR) * (LSTRLEN(p) + 1), L("semproc.meaning"));
1039 dst = MALLOC(sizeof(LCHAR) * (LSTRLEN(meaning) + 1), L("semproc.meaning"));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c187 (struct vertex_header *)MALLOC(output_verts->vertex_size *
219 (struct vertex_header *)MALLOC(fpme->vertex_size *
H A Ddraw_vs_variant.c136 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
203 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dshaders_cache.c80 tokens = (struct tgsi_token *) MALLOC(num_tokens * sizeof(tokens[0]));
435 struct vg_shader *shader = (struct vg_shader *)MALLOC(
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c187 (struct vertex_header *)MALLOC(output_verts->vertex_size *
219 (struct vertex_header *)MALLOC(fpme->vertex_size *
H A Ddraw_vs_variant.c136 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
203 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dshaders_cache.c80 tokens = (struct tgsi_token *) MALLOC(num_tokens * sizeof(tokens[0]));
435 struct vg_shader *shader = (struct vg_shader *)MALLOC(
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_zscan.c109 o_vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
186 vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_src));
187 tmp = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c109 o_vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
186 vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_src));
187 tmp = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c99 return MALLOC(hash->nodeSize);
147 hash->buckets = MALLOC(sizeof(struct cso_node*) * hash->numBuckets);

Completed in 454 milliseconds

123456789