Searched refs:tgsi_property_names (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_strings.h47 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
H A Dtgsi_strings.c136 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] = variable in typeref:typename:const char * []
245 STATIC_ASSERT(ARRAY_SIZE(tgsi_property_names) == TGSI_PROPERTY_COUNT);
H A Dtgsi_dump.c487 ENM(prop->Property.PropertyName, tgsi_property_names);
H A Dtgsi_text.c1784 if (streq_nocase_uprcase(tgsi_property_names[property_name], id)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_strings.h47 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
H A Dtgsi_strings.c138 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] = variable in typeref:typename:const char * []
251 STATIC_ASSERT(ARRAY_SIZE(tgsi_property_names) == TGSI_PROPERTY_COUNT);
H A Dtgsi_dump.c471 ENM(prop->Property.PropertyName, tgsi_property_names);
H A Dtgsi_text.c1784 if (streq_nocase_uprcase(tgsi_property_names[property_name], id)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_dump.c172 fprintf(stderr, "PROP: %s = %d\n", tgsi_property_names[i], shader->properties[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2866 tgsi_property_names[prop->Property.PropertyName]);

Completed in 21 milliseconds