Home
last modified time | relevance | path

Searched refs:MAX_SAMPLE_LOCATIONS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h39 #define MAX_SAMPLE_LOCATIONS 32 macro
Dradv_private.h1141 VkSampleLocationEXT locations[MAX_SAMPLE_LOCATIONS];
Dradv_cmd_buffer.c848 assert(pixel_offset <= MAX_SAMPLE_LOCATIONS); in radv_convert_user_sample_locs()
5154 assert(pSampleLocationsInfo->sampleLocationsCount <= MAX_SAMPLE_LOCATIONS); in radv_CmdSetSampleLocationsEXT()
Dradv_pipeline.c1669 assert(pSampleLocationsInfo->sampleLocationsCount <= MAX_SAMPLE_LOCATIONS); in radv_pipeline_init_dynamic_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h204 #define MAX_SAMPLE_LOCATIONS 16 macro
2791 VkSampleLocationEXT locations[MAX_SAMPLE_LOCATIONS];