Searched refs:MAX_SAMPLE_LOCATION_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
319 #define MAX_SAMPLE_LOCATION_TABLE_SIZE \ macro
111 if (index >= MAX_SAMPLE_LOCATION_TABLE_SIZE * 2) { in _mesa_GetMultisamplefv()
5406 if (start + count > MAX_SAMPLE_LOCATION_TABLE_SIZE) { in sample_locations()5414 size_t size = MAX_SAMPLE_LOCATION_TABLE_SIZE * 2 * sizeof(GLfloat); in sample_locations()5421 for (i = 0; i < MAX_SAMPLE_LOCATION_TABLE_SIZE * 2; i++) in sample_locations()
1316 v->value_uint = MAX_SAMPLE_LOCATION_TABLE_SIZE; in find_custom_value()