Searched refs:op_count (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_server_table.py | 99 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 D | glX_server_table.py | 99 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 D | aco_instruction_selection.cpp | 4258 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