Searched refs:MAX_SAMPLE_LOCATIONS (Results 1 – 5 of 5) sorted by relevance
39 #define MAX_SAMPLE_LOCATIONS 32 macro
1233 VkSampleLocationEXT locations[MAX_SAMPLE_LOCATIONS];2020 VkSampleLocationEXT sample_locs[MAX_SAMPLE_LOCATIONS];
1044 assert(pixel_offset <= MAX_SAMPLE_LOCATIONS); in radv_convert_user_sample_locs()5799 assert(pSampleLocationsInfo->sampleLocationsCount <= MAX_SAMPLE_LOCATIONS); in radv_CmdSetSampleLocationsEXT()
1761 assert(pSampleLocationsInfo->sampleLocationsCount <= MAX_SAMPLE_LOCATIONS); in radv_pipeline_init_multisample_info()
226 #define MAX_SAMPLE_LOCATIONS 16 macro