Searched refs:MAX_SAMPLE_LOCATION_TABLE_SIZE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h324 #define MAX_SAMPLE_LOCATION_TABLE_SIZE \ macro
H A Dmultisample.c110 if (index >= MAX_SAMPLE_LOCATION_TABLE_SIZE * 2) {
H A Dfbobject.c4951 if (start + count > MAX_SAMPLE_LOCATION_TABLE_SIZE) {
4959 size_t size = MAX_SAMPLE_LOCATION_TABLE_SIZE * 2 * sizeof(GLfloat);
4966 for (i = 0; i < MAX_SAMPLE_LOCATION_TABLE_SIZE * 2; i++)
H A Dget.c1275 v->value_uint = MAX_SAMPLE_LOCATION_TABLE_SIZE;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h305 #define MAX_SAMPLE_LOCATION_TABLE_SIZE \ macro
H A Dmultisample.c112 if (index >= MAX_SAMPLE_LOCATION_TABLE_SIZE * 2) {
H A Dfbobject.c5452 if (start + count > MAX_SAMPLE_LOCATION_TABLE_SIZE) {
5460 size_t size = MAX_SAMPLE_LOCATION_TABLE_SIZE * 2 * sizeof(GLfloat);
5467 for (i = 0; i < MAX_SAMPLE_LOCATION_TABLE_SIZE * 2; i++)
H A Dget.c1331 v->value_uint = MAX_SAMPLE_LOCATION_TABLE_SIZE;

Completed in 22 milliseconds