Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp201 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; in getSampleLocationsPropertiesEXT() local
202 deMemset(&sampleLocationsProperties, 0, sizeof(sampleLocationsProperties)); in getSampleLocationsPropertiesEXT()
204sampleLocationsProperties.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() argument
302 << 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 …]