Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_util.h40 #define PAN_DBG_PRECOMPILE 0x0020 macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c72 .shaderdb = !!(dev->debug & PAN_DBG_PRECOMPILE), in panfrost_shader_compile()
Dpan_screen.c63 {"precompile", PAN_DBG_PRECOMPILE, "Precompile shaders for shader-db"},
Dpan_context.c311 if (unlikely((dev->debug & PAN_DBG_PRECOMPILE) && cso->type == PIPE_SHADER_IR_NIR)) { in panfrost_create_shader_state()