Searched refs:class_count (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
D | lcra.c | 44 unsigned node_count, unsigned class_count) in lcra_alloc_equations() argument 49 l->class_count = class_count; in lcra_alloc_equations() 55 l->class_start = calloc(sizeof(l->class_start[0]), class_count); in lcra_alloc_equations() 56 l->class_disjoint = calloc(sizeof(l->class_disjoint[0]), class_count * class_count); in lcra_alloc_equations() 57 l->class_size = calloc(sizeof(l->class_size[0]), class_count); in lcra_alloc_equations() 94 l->class_disjoint[(c1 * l->class_count) + c2] = true; in lcra_set_disjoint_class() 95 l->class_disjoint[(c2 * l->class_count) + c1] = true; in lcra_set_disjoint_class() 115 if (l->class_disjoint[(l->class[i] * l->class_count) + l->class[j]]) in lcra_add_node_interference()
|
D | lcra.h | 62 unsigned class_count; member 82 unsigned node_count, unsigned class_count);
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 222 regs->class_count + 1); in ra_alloc_reg_class() 228 class->index = regs->class_count++; in ra_alloc_reg_class() 296 for (b = 0; b < regs->class_count; b++) { in ra_set_finalize() 297 regs->classes[b]->q = ralloc_array(regs, unsigned int, regs->class_count); in ra_set_finalize() 301 for (b = 0; b < regs->class_count; b++) { in ra_set_finalize() 302 for (c = 0; c < regs->class_count; c++) { in ra_set_finalize() 310 for (b = 0; b < regs->class_count; b++) { in ra_set_finalize() 311 for (c = 0; c < regs->class_count; c++) { in ra_set_finalize() 382 for (int c = 0; c < regs->class_count; c++) in ra_set_finalize() 400 blob_write_uint32(blob, regs->class_count); in ra_set_serialize() [all …]
|
D | register_allocate_internal.h | 51 unsigned int class_count; member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | register_pressure.h | 73 [®_class](const std::pair<RegisterClass, size_t>& class_count) { in AddRegisterClass() 74 return class_count.first == reg_class; in AddRegisterClass()
|
/third_party/spirv-tools/source/opt/ |
D | register_pressure.h | 73 [®_class](const std::pair<RegisterClass, size_t>& class_count) { in AddRegisterClass() 74 return class_count.first == reg_class; in AddRegisterClass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | register_pressure.h | 73 [®_class](const std::pair<RegisterClass, size_t>& class_count) { in AddRegisterClass() 74 return class_count.first == reg_class; in AddRegisterClass()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_reg_allocate.cpp | 103 const int class_count = MAX_VGRF_SIZE; in brw_vec4_alloc_reg_set() local 106 for (int i = 0; i < class_count; i++) in brw_vec4_alloc_reg_set() 115 compiler->vec4_reg_set.classes = ralloc_array(compiler, struct ra_class *, class_count); in brw_vec4_alloc_reg_set() 120 for (int i = 0; i < class_count; i++) { in brw_vec4_alloc_reg_set()
|
D | brw_fs_reg_allocate.cpp | 116 const int class_count = MAX_VGRF_SIZE; in brw_alloc_reg_set() local 124 struct ra_class **classes = ralloc_array(compiler, struct ra_class *, class_count); in brw_alloc_reg_set() 130 for (int i = 0; i < class_count; i++) { in brw_alloc_reg_set() 169 for (int i = 0; i < class_count; i++) in brw_alloc_reg_set()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.h | 144 uint32_t class_count() const { in class_count() function 289 uint32_t class_count() const { return class_count_; } in class_count() function
|
D | web-snapshot.cc | 401 WriteObjects(total_serializer, class_count(), class_serializer_, "classes"); in WriteSnapshot()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 686 const AnchorMatrix &anchors, unsigned int class_count, in apply() 696 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply() 2222 unsigned class_count, in subset() 2239 + hb_range (src.rows * class_count) in subset() 2240 | hb_filter ([=] (unsigned index) { return klass_mapping->has (index % class_count); }) in subset()
|