Searched refs:MSAA_VISUAL_MAX_SAMPLES (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c44 #define MSAA_VISUAL_MAX_SAMPLES 8 macro
86 uint8_t msaa_samples_array[MSAA_VISUAL_MAX_SAMPLES];
104 ? MSAA_VISUAL_MAX_SAMPLES : 1;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c44 #define MSAA_VISUAL_MAX_SAMPLES 8 macro
86 uint8_t msaa_samples_array[MSAA_VISUAL_MAX_SAMPLES];
104 ? MSAA_VISUAL_MAX_SAMPLES : 1;
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c44 #define MSAA_VISUAL_MAX_SAMPLES 8 macro
86 uint8_t msaa_samples_array[MSAA_VISUAL_MAX_SAMPLES];
104 ? MSAA_VISUAL_MAX_SAMPLES : 1;

Completed in 260 milliseconds