Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c45 {"nofp16", IR3_DBG_NOFP16, "Don't lower mediump to fp16"},
309 if (compiler->gen >= 5 && !(ir3_shader_debug & IR3_DBG_NOFP16)) in ir3_compiler_create()
Dir3_compiler.h265 IR3_DBG_NOFP16 = BITFIELD_BIT(10), enumerator
Dir3_nir.c465 !(ir3_shader_debug & IR3_DBG_NOFP16)) { in ir3_nir_post_finalize()