Searched refs:alloc_count (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftinit.c | 46 int alloc_count; member in struct:__anonc3fe12ff0108 77 XftInUse[i].alloc_count, (unsigned long) XftInUse[i].alloc_mem, 92 XftInUse[kind].alloc_count++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 339 unsigned alloc_count; member in struct:ir3_ra_ctx 604 ctx->alloc_count++; 643 ctx->alloc_count += ctx->class_alloc_count[total_class_count]; 645 ctx->g = ra_alloc_interference_graph(ctx->set->regs, ctx->alloc_count); 647 ctx->def = rzalloc_array(ctx->g, unsigned, ctx->alloc_count); 648 ctx->use = rzalloc_array(ctx->g, unsigned, ctx->alloc_count); 658 debug_assert(name < ctx->alloc_count); 679 unsigned bitset_words = BITSET_WORDS(ctx->alloc_count); 825 unsigned bitset_words = BITSET_WORDS(ctx->alloc_count); 911 print_bitset(" def", bd->def, ctx->alloc_count); [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftdbgmem.c | 121 FT_Long alloc_count; member in struct:FT_MemTableRec_ 692 table->alloc_count >= table->alloc_count_max ) 705 table->alloc_count++; 732 table->alloc_count--; 792 table->alloc_count >= table->alloc_count_max ) 969 table->alloc_total, table->alloc_count );
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_cmd_buffer.c | 329 if (cmd_buffer->state.query.end.alloc_count > 0) 3044 uint32_t *alloc_count, 3047 if (used_count >= *alloc_count) { 3048 const uint32_t prev_slot_count = *alloc_count; 3051 const uint32_t new_slot_count = MAX2(*alloc_count * 2, 4); 3062 *alloc_count = new_slot_count; 3064 assert(used_count < *alloc_count); 3099 &state->query.end.alloc_count, 3041 v3dv_cmd_buffer_ensure_array_state(struct v3dv_cmd_buffer * cmd_buffer,uint32_t slot_size,uint32_t used_count,uint32_t * alloc_count,void ** ptr) argument
|
| H A D | v3dv_private.h | 1068 uint32_t *alloc_count, 1201 uint32_t alloc_count; member in struct:v3dv_cmd_buffer_state::__anon4b4f7c651508::__anon4b4f7c651608
|
| H A D | v3dvx_cmd_buffer.c | 1543 &p_state->query.end.alloc_count,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 4702 unsigned alloc_count = local in function:si_create_vertex_elements 4704 v->vb_desc_list_alloc_size = align(alloc_count * 16, SI_CPDMA_ALIGNMENT);
|
Completed in 23 milliseconds