Home
last modified time | relevance | path

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

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