Searched refs:op_count (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_server_table.py99 op_count = 1 << (remaining_bits - M);
104 for i in range(min_opcode, next_opcode, op_count):
108 for j in range(i, i + op_count):
115 if empty == op_count:
118 if used == op_count:
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
135 for i in range(min_opcode, next_opcode, op_count):
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_server_table.py99 op_count = 1 << (remaining_bits - M);
104 for i in range(min_opcode, next_opcode, op_count):
108 for j in range(i, i + op_count):
115 if empty == op_count:
118 if used == op_count:
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
135 for i in range(min_opcode, next_opcode, op_count):
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4258 unsigned op_count = dst[i].bytes() / elem_size_bytes; local in function:aco::__anon562fcc110110::split_store_data
4259 if (op_count == 1) {
4268 Format::PSEUDO, op_count, 1)};
4269 for (unsigned j = 0; j < op_count; j++) {

Completed in 23 milliseconds