Searched refs:MAX_SAMPLE_LOCATION_GRID_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h319 #define MAX_SAMPLE_LOCATION_GRID_SIZE 4 macro
325 (MAX_SAMPLE_LOCATION_GRID_SIZE * MAX_SAMPLE_LOCATION_GRID_SIZE * 32)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h300 #define MAX_SAMPLE_LOCATION_GRID_SIZE 4 macro
306 (MAX_SAMPLE_LOCATION_GRID_SIZE * MAX_SAMPLE_LOCATION_GRID_SIZE * 32)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_msaa.c78 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE ||
79 *outHeight > MAX_SAMPLE_LOCATION_GRID_SIZE) {
H A Dst_atom_msaa.c65 * when a dimension is greater than MAX_SAMPLE_LOCATION_GRID_SIZE,
68 if (grid_width > MAX_SAMPLE_LOCATION_GRID_SIZE ||
69 grid_height > MAX_SAMPLE_LOCATION_GRID_SIZE)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_msaa.c78 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE ||
79 *outHeight > MAX_SAMPLE_LOCATION_GRID_SIZE) {
H A Dst_atom_msaa.c65 * when a dimension is greater than MAX_SAMPLE_LOCATION_GRID_SIZE,
68 if (grid_width > MAX_SAMPLE_LOCATION_GRID_SIZE ||
69 grid_height > MAX_SAMPLE_LOCATION_GRID_SIZE)

Completed in 6 milliseconds