Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost.h41 #define BIFROST_DBG_NOOPT 0x0100 macro
Dbifrost_compile.c49 {"noopt", BIFROST_DBG_NOOPT, "Skip optimization passes"},
3769 bool optimize = !(bifrost_debug & BIFROST_DBG_NOOPT); in bifrost_compile_shader_nir()