Lines Matching defs:names
34 #define NAME(val) ((((val) < ARRAY_SIZE(names)) && names[(val)]) ? names[(val)] : "UNKNOWN")
39 static const char *names[] = {
48 STATIC_ASSERT(ARRAY_SIZE(names) == MESA_ALL_SHADER_STAGES);
95 static const char *names[] = {
129 STATIC_ASSERT(ARRAY_SIZE(names) == VERT_ATTRIB_MAX);
136 static const char *names[] = {
201 STATIC_ASSERT(ARRAY_SIZE(names) == VARYING_SLOT_MAX);
208 static const char *names[] = {
255 STATIC_ASSERT(ARRAY_SIZE(names) == SYSTEM_VALUE_MAX);
262 static const char *names[] = {
268 STATIC_ASSERT(ARRAY_SIZE(names) == INTERP_MODE_COUNT);
275 static const char *names[] = {
289 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX);