Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_limits.h49 #define MESA_VK_MAX_SAMPLE_LOCATIONS 32 macro
Dvk_graphics_state.h273 VkSampleLocationEXT locations[MESA_VK_MAX_SAMPLE_LOCATIONS];
Dvk_graphics_state.c584 assert(sl_info->sampleLocationsCount <= MESA_VK_MAX_SAMPLE_LOCATIONS); in vk_sample_locations_state_init()
1935 MESA_VK_MAX_SAMPLE_LOCATIONS); in vk_common_CmdSetSampleLocationsEXT()