Searched refs:sampleLocationsProperties (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 237 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; in getSampleLocationsPropertiesEXT() local 238 deMemset(&sampleLocationsProperties, 0, sizeof(sampleLocationsProperties)); in getSampleLocationsPropertiesEXT() 240 sampleLocationsProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT; in getSampleLocationsPropertiesEXT() 241 sampleLocationsProperties.pNext = DE_NULL; in getSampleLocationsPropertiesEXT() 246 &sampleLocationsProperties, // void* pNext; in getSampleLocationsPropertiesEXT() 252 return sampleLocationsProperties; in getSampleLocationsPropertiesEXT() 274 void logPixelGrid (tcu::TestLog& log, const VkPhysicalDeviceSampleLocationsPropertiesEXT& sampleLocationsProperties, const MultisamplePixelGrid& pixelGrid) in logPixelGrid() argument 277 << tcu::TestLog::Message << sampleLocationsProperties << tcu::TestLog::EndMessage in logPixelGrid() 295 const deUint32 height = deMinu32(1u << sampleLocationsProperties in logPixelGrid() 1194 const VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties = getSampleLocationsPropertiesEXT(context); testQuerySampleLocationProperties() local 1246 const VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties = getSampleLocationsPropertiesEXT(context); testQueryMultisampleProperties() local [all...] |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 728 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations member 733 : sampleLocationsProperties () in WorkingData() 1247 subpassData.pixelGrid = MovePtr<MultisamplePixelGrid>(new MultisamplePixelGrid(UVec2(wd.sampleLocationsProperties.maxSampleLocationGridSize.width, in createPerSubpassData() 1248 wd.sampleLocationsProperties.maxSampleLocationGridSize.height), in createPerSubpassData() 1252 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData() 1342 wd.sampleLocationsProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT; in test() 1343 wd.sampleLocationsProperties.pNext = DE_NULL; in test() 1348 &wd.sampleLocationsProperties, // void* pNext; in test() 1356 if ((wd.sampleLocationsProperties.sampleLocationSampleCounts & params.perSubpassSamples[subpassNdx].numCoverageSamples) == 0u) in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 236 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; in getSampleLocationsPropertiesEXT() local 237 deMemset(&sampleLocationsProperties, 0, sizeof(sampleLocationsProperties)); in getSampleLocationsPropertiesEXT() 239 sampleLocationsProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT; in getSampleLocationsPropertiesEXT() 240 sampleLocationsProperties.pNext = DE_NULL; in getSampleLocationsPropertiesEXT() 245 &sampleLocationsProperties, // void* pNext; in getSampleLocationsPropertiesEXT() 251 return sampleLocationsProperties; in getSampleLocationsPropertiesEXT() 273 void logPixelGrid (tcu::TestLog& log, const VkPhysicalDeviceSampleLocationsPropertiesEXT& sampleLocationsProperties, const MultisamplePixelGrid& pixelGrid) in logPixelGrid() argument 276 << tcu::TestLog::Message << sampleLocationsProperties << tcu::TestLog::EndMessage in logPixelGrid() 294 const deUint32 height = deMinu32(1u << sampleLocationsProperties in logPixelGrid() 1174 const VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties = getSampleLocationsPropertiesEXT(context); testQuerySampleLocationProperties() local 1226 const VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties = getSampleLocationsPropertiesEXT(context); testQueryMultisampleProperties() local [all...] |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 726 VkPhysicalDeviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations member 731 : sampleLocationsProperties () in WorkingData() 1255 subpassData.pixelGrid = MovePtr<MultisamplePixelGrid>(new MultisamplePixelGrid(UVec2(wd.sampleLocationsProperties.maxSampleLocationGridSize.width, in createPerSubpassData() 1256 wd.sampleLocationsProperties.maxSampleLocationGridSize.height), in createPerSubpassData() 1260 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData() 1350 wd.sampleLocationsProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT; in test() 1351 wd.sampleLocationsProperties.pNext = DE_NULL; in test() 1356 &wd.sampleLocationsProperties, // void* pNext; in test() 1364 if ((wd.sampleLocationsProperties.sampleLocationSampleCounts & params.perSubpassSamples[subpassNdx].numCoverageSamples) == 0u) in test()
|
Completed in 13 milliseconds