Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbifrost.h470 BIFROST_TEXTURE_FORMAT_F32 = 4, enumerator
Dbifrost_compile.c1441 case nir_type_float32: return BIFROST_TEXTURE_FORMAT_F32 + outmod; in bi_texture_format()