Searched refs:child_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c270 unsigned int child_count, num_rep; local in function:child_info
313 child_count = 0;
315 child_count += qt_reply[i]->children_len;
317 if (!child_count) {
323 cs = malloc(sizeof(*cs) + child_count * (sizeof(*cs->prop_cookie) + sizeof(*cs->tree_cookie) + sizeof(*cs->win)));
332 cs->tree_cookie = (void *)&cs->prop_cookie[child_count];
333 cs->win = (void *)&cs->tree_cookie[child_count];
334 cs->list_length = child_count;
336 child_count = 0;
340 cs->win[child_count]
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp72 int child_count; member in class:schedule_node
893 this->child_count = 0;
928 if (!n->child_count) {
931 for (int i = 0; i < n->child_count; i++) {
947 for (int i = 0; i < n->child_count; i++) {
962 for (int i = 0; i < n->child_count; i++) {
984 for (int i = 0; i < before->child_count; i++) {
991 if (before->child_array_size <= before->child_count) {
1004 before->children[before->child_count] = after;
1005 before->child_latency[before->child_count]
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp74 int child_count; member in class:schedule_node
965 this->child_count = 0;
998 if (!n->child_count) {
1001 for (int i = 0; i < n->child_count; i++) {
1017 for (int i = 0; i < n->child_count; i++) {
1032 for (int i = 0; i < n->child_count; i++) {
1054 for (int i = 0; i < before->child_count; i++) {
1061 if (before->child_array_size <= before->child_count) {
1074 before->children[before->child_count] = after;
1075 before->child_latency[before->child_count]
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_server_table.py100 child_count = 1 << M;
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_server_table.py100 child_count = 1 << M;
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_acceleration_structure.c592 uint32_t child_count = node_counts[d & 1]; local in function:build_bvh
597 for (dst_count = 0; child_idx < MAX2(1, child_count); ++dst_count, child_idx += 4) {
598 unsigned local_child_count = MIN2(4, child_count - child_idx);
613 if (child_idx == 0 && local_child_count == child_count) {

Completed in 11 milliseconds