Home
last modified time | relevance | path

Searched refs:float_exceptions (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Ddisassemble.c100 if (header.float_exceptions == BIFROST_EXCEPTIONS_DISABLED) in dump_header()
102 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_DIVISION) in dump_header()
104 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_SQRT) in dump_header()
Dbifrost.h127 enum bifrost_exceptions float_exceptions : 2; member