HomeSort by relevance Sort by last modified time
    Searched refs:algebraic_properties (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.c 16 .algebraic_properties =
30 .algebraic_properties =
44 .algebraic_properties =
58 .algebraic_properties =
72 .algebraic_properties =
86 .algebraic_properties =
100 .algebraic_properties =
114 .algebraic_properties =
128 .algebraic_properties =
142 .algebraic_properties
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opcodes.py 36 input_types, algebraic_properties, const_expr):
42 - algebraic_properties is a space-seperated string, where nir_op_is_ is
73 assert isinstance(algebraic_properties, str)
87 self.algebraic_properties = algebraic_properties
108 algebraic_properties, const_expr):
111 input_types, algebraic_properties, const_expr)
nir_instr_set.c 58 if (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE) {
278 if (nir_op_infos[alu1->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE) {
nir_search.c 300 if (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE) {
nir.h 752 nir_op_algebraic_property algebraic_properties; member in struct:__anon27419
    [all...]

Completed in 138 milliseconds