Lines Matching refs:pSampleLocationsInfo
1914 const VkSampleLocationsInfoEXT *pSampleLocationsInfo)
1921 pSampleLocationsInfo->sampleLocationsPerPixel);
1924 pSampleLocationsInfo->sampleLocationGridSize.width);
1927 pSampleLocationsInfo->sampleLocationGridSize.height);
1929 assert(pSampleLocationsInfo->sampleLocationsCount ==
1930 pSampleLocationsInfo->sampleLocationsPerPixel *
1931 pSampleLocationsInfo->sampleLocationGridSize.width *
1932 pSampleLocationsInfo->sampleLocationGridSize.height);
1934 assert(pSampleLocationsInfo->sampleLocationsCount <=
1939 0, pSampleLocationsInfo->sampleLocationsCount,
1940 pSampleLocationsInfo->pSampleLocations);