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);
188 static const char *names[] = {
254 STATIC_ASSERT(ARRAY_SIZE(names) == VARYING_SLOT_MAX);
261 static const char *names[] = {
342 STATIC_ASSERT(ARRAY_SIZE(names) == SYSTEM_VALUE_MAX);
349 static const char *names[] = {
357 STATIC_ASSERT(ARRAY_SIZE(names) == INTERP_MODE_COUNT);
364 static const char *names[] = {
378 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX);