Searched refs:maxSampleLocationGridSize (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h172 VkExtent2D maxSampleLocationGridSize[5]; member in struct:zink_screen
H A Dzink_screen.c1848 assert(idx < ARRAY_SIZE(screen->maxSampleLocationGridSize));
1849 *width = screen->maxSampleLocationGridSize[idx].width;
1850 *height = screen->maxSampleLocationGridSize[idx].height;
1963 for (unsigned i = 0; i < ARRAY_SIZE(screen->maxSampleLocationGridSize); i++) {
1966 screen->maxSampleLocationGridSize[i] = prop.maxSampleLocationGridSize;
H A Dzink_context.c1995 VkExtent2D grid_size = screen->maxSampleLocationGridSize[idx];
2220 loc->sampleLocationGridSize = screen->maxSampleLocationGridSize[idx];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c1059 properties->maxSampleLocationGridSize = (VkExtent2D) { 1 , 1 };
2535 pMultisampleProperties->maxSampleLocationGridSize = (VkExtent2D){ 1, 1 };
2537 pMultisampleProperties->maxSampleLocationGridSize = (VkExtent2D){ 0, 0 };
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c2417 props->maxSampleLocationGridSize.width = 1;
2418 props->maxSampleLocationGridSize.height = 1;
4657 pMultisampleProperties->maxSampleLocationGridSize = grid_size;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c2101 properties->maxSampleLocationGridSize = (VkExtent2D){2, 2};
7974 pMultisampleProperties->maxSampleLocationGridSize = (VkExtent2D){2, 2};
7976 pMultisampleProperties->maxSampleLocationGridSize = (VkExtent2D){0, 0};
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h7756 VkExtent2D maxSampleLocationGridSize; member in struct:VkPhysicalDeviceSampleLocationsPropertiesEXT
7765 VkExtent2D maxSampleLocationGridSize; member in struct:VkMultisamplePropertiesEXT
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h9887 VkExtent2D maxSampleLocationGridSize; member in struct:VkPhysicalDeviceSampleLocationsPropertiesEXT
9896 VkExtent2D maxSampleLocationGridSize; member in struct:VkMultisamplePropertiesEXT
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst3968 - zink: populate maxSampleLocationGridSize for all available sample sizes on init

Completed in 99 milliseconds