Searched refs:inexact (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.h136 bool inexact; member in struct:__anon6df600ff0608
H A Dnir_search.c379 state->inexact_match = expr->inexact || state->inexact_match;
565 if (expr->inexact)
H A Dnir_algebraic.py199 ${'true' if val.inexact else 'false'},
313 _opcode_re = re.compile(r"(?P<inexact>~)?(?P<opcode>\w+)(?:@(?P<bits>\d+))?"
326 self.inexact = m.group('inexact') is not None
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.h141 bool inexact; member in struct:__anond19bc6b20608
H A Dnir_search.c408 state->inexact_match = expr->inexact || state->inexact_match;
614 if (expr->inexact)
888 !(xform->search->inexact && ignore_inexact) &&
H A Dnir_algebraic.py193 ${'true' if val.inexact else 'false'}, ${'true' if val.exact else 'false'},
340 _opcode_re = re.compile(r"(?P<inexact>~)?(?P<exact>!)?(?P<opcode>\w+)(?:@(?P<bits>\d+))?"
353 self.inexact = m.group('inexact') is not None
357 assert not self.inexact or not self.exact, \
358 'Expression cannot be both exact and inexact.'
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.8.rst89 - Revert "ac: generate FMA for inexact instructions for radeonsi"
H A D20.1.7.rst160 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
H A D20.3.5.rst253 - nir/algebraic: mark more optimization with fsat(NaN) as inexact
H A D19.3.0.rst435 inexact
3009 - nir/algebraic: disable inexact optimizations depending on float
3030 - nir/algebraic: refactor inexact opcode restrictions
H A D20.1.0.rst3148 - ac: generate FMA for inexact instructions for radeonsi
3149 - ac: reassociate FP expressions for inexact instructions for radeonsi
3185 - Revert "ac: reassociate FP expressions for inexact instructions for
H A D20.2.0.rst3204 - Revert "ac: reassociate FP expressions for inexact instructions for radeonsi"
3401 - Revert "ac: generate FMA for inexact instructions for radeonsi"
4496 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
H A D19.0.0.rst926 - glsl: fall back to inexact function-match
H A D20.3.0.rst3375 - Revert "ac: generate FMA for inexact instructions for radeonsi"
4305 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
H A D19.1.0.rst1925 - intel/compiler: remove inexact algebraic optimizations from the
H A D21.0.0.rst3099 - nir/algebraic: mark more optimization with fsat(NaN) as inexact
H A D21.1.0.rst5065 - nir/algebraic: mark more optimization with fsat(NaN) as inexact

Completed in 50 milliseconds