Home
last modified time | relevance | path

Searched refs:BIFROST_FTZ_ALWAYS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost.h77 BIFROST_FTZ_ALWAYS = 2, enumerator
Ddisassemble.c92 else if (header.flush_to_zero == BIFROST_FTZ_ALWAYS) in dump_header()
Dbi_pack.c61 .flush_to_zero = clause->ftz ? BIFROST_FTZ_ALWAYS : BIFROST_FTZ_DISABLE in bi_pack_header()