Searched refs:algebraic_properties (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opcodes.c307 .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 Dnir_opcodes.c289 .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 Dnir_opcodes.py36 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 Dnir_algebraic.py343 "commutative" in opcodes[self.opcode].algebraic_properties:
800 and "commutative" in opcodes[opcode].algebraic_properties
H A Dnir_instr_set.c117 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 Dnir.h1025 nir_op_algebraic_property algebraic_properties; member in struct:__anon3bab288a1208
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes.py36 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 Dnir_algebraic.py418 "2src_commutative" in opcodes[self.opcode].algebraic_properties and \
877 and "2src_commutative" in opcodes[opcode].algebraic_properties
H A Dnir_instr_set.c122 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 Dnir.h1412 nir_op_algebraic_property algebraic_properties; member in struct:nir_op_info

Completed in 33 milliseconds