Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Ddisassemble.c106 if (header.float_exceptions == BIFROST_EXCEPTIONS_DISABLED) in dump_header()
108 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_DIVISION) in dump_header()
110 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_SQRT) in dump_header()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost.h151 enum bifrost_exceptions float_exceptions : 2; member