Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.h45 #define V3D_DEBUG_TGSI (1 << 1) macro
70 #define V3D_DEBUG_SHADERS (V3D_DEBUG_TGSI | V3D_DEBUG_NIR | \
Dv3d_debug.c55 { "tgsi", V3D_DEBUG_TGSI,
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c300 if (unlikely(V3D_DEBUG & V3D_DEBUG_TGSI)) { in v3d_uncompiled_shader_create()