Searched refs:tgsi_fs_coord_pixel_center_names (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_strings.c158 const char *tgsi_fs_coord_pixel_center_names[2] = variable
185 (void) tgsi_fs_coord_pixel_center_names;
H A Dtgsi_strings.h59 extern const char *tgsi_fs_coord_pixel_center_names[2];
H A Dtgsi_dump.c427 ENM(prop->u[i].Data, tgsi_fs_coord_pixel_center_names);
H A Dtgsi_text.c1408 for (i = 0; i < Elements(tgsi_fs_coord_pixel_center_names); i++) {
1411 if (str_match_nocase_whole( &cur, tgsi_fs_coord_pixel_center_names[i])) {

Completed in 1452 milliseconds