Searched refs:algebraic_properties (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_opcodes.c | 307 .algebraic_properties = 322 .algebraic_properties = 337 .algebraic_properties = 352 .algebraic_properties = 367 .algebraic_properties = 382 .algebraic_properties = 397 .algebraic_properties = 412 .algebraic_properties = 427 .algebraic_properties = 442 .algebraic_properties [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_opcodes.c | 289 .algebraic_properties = 304 .algebraic_properties = 319 .algebraic_properties = 334 .algebraic_properties = 349 .algebraic_properties = 364 .algebraic_properties = 379 .algebraic_properties = 394 .algebraic_properties = 409 .algebraic_properties = 424 .algebraic_properties [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): 43 - algebraic_properties is a space-seperated string, where nir_op_is_ is 75 assert isinstance(algebraic_properties, str) 90 self.algebraic_properties = algebraic_properties 144 is_conversion, algebraic_properties, const_expr): 147 input_types, is_conversion, algebraic_properties,
|
| H A D | nir_algebraic.py | 343 "commutative" in opcodes[self.opcode].algebraic_properties: 800 and "commutative" in opcodes[opcode].algebraic_properties
|
| H A D | nir_instr_set.c | 117 if (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE) { 595 if (nir_op_infos[alu1->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE) {
|
| H A D | nir.h | 1025 nir_op_algebraic_property algebraic_properties; member in struct:__anon3bab288a1208
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): 43 - algebraic_properties is a space-seperated string, where nir_op_is_ is 75 assert isinstance(algebraic_properties, str) 92 self.algebraic_properties = algebraic_properties 156 is_conversion, algebraic_properties, const_expr): 159 input_types, is_conversion, algebraic_properties,
|
| H A D | nir_algebraic.py | 418 "2src_commutative" in opcodes[self.opcode].algebraic_properties and \ 877 and "2src_commutative" in opcodes[opcode].algebraic_properties
|
| H A D | nir_instr_set.c | 122 if (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_2SRC_COMMUTATIVE) { 582 if (nir_op_infos[alu1->op].algebraic_properties & NIR_OP_IS_2SRC_COMMUTATIVE) {
|
| H A D | nir.h | 1412 nir_op_algebraic_property algebraic_properties; member in struct:nir_op_info
|
Completed in 33 milliseconds