Searched refs:sampleLocationsProperties (Results 1 – 1 of 1) sorted by relevance
201 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; in getSampleLocationsPropertiesEXT() local202 deMemset(&sampleLocationsProperties, 0, sizeof(sampleLocationsProperties)); in getSampleLocationsPropertiesEXT()204 …sampleLocationsProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EX… in getSampleLocationsPropertiesEXT()205 sampleLocationsProperties.pNext = DE_NULL; in getSampleLocationsPropertiesEXT()210 &sampleLocationsProperties, // void* pNext; in getSampleLocationsPropertiesEXT()216 return sampleLocationsProperties; in getSampleLocationsPropertiesEXT()299 …stLog& log, const VkPhysicalDeviceSampleLocationsPropertiesEXT& sampleLocationsProperties, const M… in logPixelGrid() argument302 << tcu::TestLog::Message << sampleLocationsProperties << tcu::TestLog::EndMessage in logPixelGrid()320 …const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u)… in logPixelGrid()1191 …const VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties = getSampleLocationsP… in testQuerySampleLocationProperties() local[all …]