Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2051 bool is_f = base == nir_type_float && (sz == 16 || sz == 32); in emit_tex() local
2053 if (is_normal && is_2d && is_f && !instr->is_shadow && !instr->is_array) in emit_tex()