Home
last modified time | relevance | path

Searched refs:MAX_SAMPLE_LOCATION_GRID_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dconfig.h314 #define MAX_SAMPLE_LOCATION_GRID_SIZE 4 macro
320 (MAX_SAMPLE_LOCATION_GRID_SIZE * MAX_SAMPLE_LOCATION_GRID_SIZE * 32)
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c78 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE || in st_GetProgrammableSampleCaps()
79 *outHeight > MAX_SAMPLE_LOCATION_GRID_SIZE) { in st_GetProgrammableSampleCaps()
Dst_atom_msaa.c68 if (grid_width > MAX_SAMPLE_LOCATION_GRID_SIZE || in update_sample_locations()
69 grid_height > MAX_SAMPLE_LOCATION_GRID_SIZE) in update_sample_locations()