Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_util.h47 #define PAN_DBG_LINEAR 0x1000 macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c69 {"linear", PAN_DBG_LINEAR, "Force linear textures"},
Dpan_resource.c401 if (unlikely(dev->debug & PAN_DBG_LINEAR)) in panfrost_best_modifier()