HomeSort by: relevance | last modified time | path
    Searched defs:num_nodes (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir_ra.c 140 unsigned num_nodes = etna_live_defs(impl, defs, live_map); local
141 struct ra_graph *g = ra_alloc_interference_graph(regs, num_nodes);
144 for (unsigned i = 0; i < num_nodes; i++) {
224 for (unsigned i = 0; i < num_nodes; i++) {
241 c->num_nodes = num_nodes;
249 for (unsigned i = 0; i < c->num_nodes; i++) {
etnaviv_compiler_nir.h 56 unsigned num_nodes; member in struct:etna_compile
  /xsrc/external/mit/freetype/dist/src/cache/
ftcmanag.h 98 FT_UInt num_nodes; member in struct:FTC_ManagerRec_
ftcglyph.h 137 FT_UInt num_nodes; /* current number of nodes in this family */ member in struct:FTC_FamilyRec_
298 _gqfamily->num_nodes++; \
302 if ( --_gqfamily->num_nodes == 0 ) \
ftcmru.h 122 FT_UInt num_nodes; member in struct:FTC_MruListRec_
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
scheduler.c 744 int num_nodes[gpir_op_num] = {0}; local
749 num_nodes[node->op]++;
759 if (num_nodes[i]) {
760 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]);
761 n += num_nodes[i];
  /xsrc/external/mit/brotli/dist/c/enc/
hash_to_binary_tree_inc.h 54 uint32_t* forest_; /* uint32_t[2 * num_nodes] */
84 size_t num_nodes = (size_t)1 << params->lgwin; local
85 if (one_shot && input_size < num_nodes) {
86 num_nodes = input_size;
88 return sizeof(uint32_t) * BUCKET_SIZE + 2 * sizeof(uint32_t) * num_nodes;
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_rectpack.h 128 STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes);
131 // using temporary storage provided by the array 'nodes', which is 'num_nodes' long
140 // 1. make sure 'num_nodes' >= 'width'
186 int num_nodes; member in struct:stbrp_context
250 // so that num_nodes is always enough nodes.
252 // I.e. num_nodes * align >= width
253 // align >= width / num_nodes
254 // align = ceil(width/num_nodes)
256 context->align = (context->width + context->num_nodes-1) / context->num_nodes;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_rectpack.h 128 STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes);
131 // using temporary storage provided by the array 'nodes', which is 'num_nodes' long
140 // 1. make sure 'num_nodes' >= 'width'
186 int num_nodes; member in struct:stbrp_context
250 // so that num_nodes is always enough nodes.
252 // I.e. num_nodes * align >= width
253 // align >= width / num_nodes
254 // align = ceil(width/num_nodes)
256 context->align = (context->width + context->num_nodes-1) / context->num_nodes;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
scheduler.c 1640 int num_nodes[gpir_op_num] = {0}; local
1645 num_nodes[node->op]++;
1655 if (num_nodes[i]) {
1656 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]);
1657 n += num_nodes[i];
  /xsrc/external/mit/editres/dist/
editresP.h 163 Cardinal num_nodes, alloc_nodes; /* number of active nodes, and space */ member in struct:_TreeInfo

Completed in 16 milliseconds