Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.h50 #define V3D_DEBUG_GS (1 << 6) macro
69 V3D_DEBUG_FS | V3D_DEBUG_GS | \
Dv3d_debug.c67 { "gs", V3D_DEBUG_GS,
103 [MESA_SHADER_GEOMETRY] = V3D_DEBUG_GS, in v3d_debug_flag_for_shader_stage()