Lines Matching defs:names
34 #define NAME(val) ((((val) < ARRAY_SIZE(names)) && names[(val)]) ? names[(val)] : "UNKNOWN")
39 static const char *names[] = {
56 STATIC_ASSERT(ARRAY_SIZE(names) == MESA_ALL_SHADER_STAGES);
119 static const char *names[] = {
153 STATIC_ASSERT(ARRAY_SIZE(names) == VERT_ATTRIB_MAX);
187 static const char *names[] = {
253 STATIC_ASSERT(ARRAY_SIZE(names) == VARYING_SLOT_MAX);
260 static const char *names[] = {
337 STATIC_ASSERT(ARRAY_SIZE(names) == SYSTEM_VALUE_MAX);
344 static const char *names[] = {
352 STATIC_ASSERT(ARRAY_SIZE(names) == INTERP_MODE_COUNT);
359 static const char *names[] = {
373 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX);