Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dconfig.h319 #define MAX_SAMPLE_LOCATION_TABLE_SIZE \ macro
Dmultisample.c111 if (index >= MAX_SAMPLE_LOCATION_TABLE_SIZE * 2) { in _mesa_GetMultisamplefv()
Dfbobject.c5406 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()
Dget.c1316 v->value_uint = MAX_SAMPLE_LOCATION_TABLE_SIZE; in find_custom_value()