Searched refs:MAX_SAMPLE_LOCATION_GRID_SIZE (Results 1 – 3 of 3) sorted by relevance
304 #define MAX_SAMPLE_LOCATION_GRID_SIZE 4 macro310 (MAX_SAMPLE_LOCATION_GRID_SIZE * MAX_SAMPLE_LOCATION_GRID_SIZE * 32)
424 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE || in _mesa_GetProgrammableSampleCaps()425 *outHeight > MAX_SAMPLE_LOCATION_GRID_SIZE) { in _mesa_GetProgrammableSampleCaps()
68 if (grid_width > MAX_SAMPLE_LOCATION_GRID_SIZE || in update_sample_locations()69 grid_height > MAX_SAMPLE_LOCATION_GRID_SIZE) in update_sample_locations()