/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4534 VkPhysicalDeviceProperties2 extProperties; in deviceProperties2() local 4536 extProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in deviceProperties2() 4537 extProperties.pNext = DE_NULL; in deviceProperties2() 4540 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2() 4542 TCU_CHECK(extProperties.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2); in deviceProperties2() 4543 TCU_CHECK(extProperties.pNext == DE_NULL); in deviceProperties2() 4554 const deUint8* extPropertyBytes = reinterpret_cast<deUint8*>(&extProperties.properties) + offset; in deviceProperties2() 4560 log << TestLog::Message << extProperties.properties << TestLog::EndMessage; in deviceProperties2() 4754 extProperties.pNext = prev; in deviceProperties2() 4756 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2() 5194 VkFormatProperties2 extProperties; deviceFormatProperties2() local 5275 VkPhysicalDeviceMemoryProperties2 extProperties; deviceMemoryProperties2() local 5685 VkPhysicalDeviceProperties2 extProperties; devicePropertiesVulkan12() local 5812 VkPhysicalDeviceProperties2 extProperties; devicePropertiesVulkan13() local 6208 VkPhysicalDeviceProperties2 extProperties = initVulkanStructure(&vulkan11Properties); devicePropertyExtensionsConsistencyVulkan12() local 6374 VkPhysicalDeviceProperties2 extProperties = initVulkanStructure(&vulkan13Properties); devicePropertyExtensionsConsistencyVulkan13() local 6507 VkImageFormatProperties2 extProperties; imageFormatProperties2() local [all...] |
H A D | vktApiVersionCheck.cpp | 288 vector<string> filterMultiAuthorExtensions (vector<VkExtensionProperties> extProperties) in filterMultiAuthorExtensions() argument 297 for (size_t extNdx = 0; extNdx < extProperties.size(); extNdx++) in filterMultiAuthorExtensions() 301 if (deStringBeginsWith(extProperties[extNdx].extensionName, extensionGroups[extGroupNdx])) in filterMultiAuthorExtensions() 302 multiAuthorExtensions.push_back(extProperties[extNdx].extensionName); in filterMultiAuthorExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4539 VkPhysicalDeviceProperties2 extProperties; in deviceProperties2() local 4541 extProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in deviceProperties2() 4542 extProperties.pNext = DE_NULL; in deviceProperties2() 4545 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2() 4547 TCU_CHECK(extProperties.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2); in deviceProperties2() 4548 TCU_CHECK(extProperties.pNext == DE_NULL); in deviceProperties2() 4559 const deUint8* extPropertyBytes = reinterpret_cast<deUint8*>(&extProperties.properties) + offset; in deviceProperties2() 4565 log << TestLog::Message << extProperties.properties << TestLog::EndMessage; in deviceProperties2() 4759 extProperties.pNext = prev; in deviceProperties2() 4761 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2() 5199 VkFormatProperties2 extProperties; deviceFormatProperties2() local 5280 VkPhysicalDeviceMemoryProperties2 extProperties; deviceMemoryProperties2() local 5690 VkPhysicalDeviceProperties2 extProperties; devicePropertiesVulkan12() local 5817 VkPhysicalDeviceProperties2 extProperties; devicePropertiesVulkan13() local 6213 VkPhysicalDeviceProperties2 extProperties = initVulkanStructure(&vulkan11Properties); devicePropertyExtensionsConsistencyVulkan12() local 6379 VkPhysicalDeviceProperties2 extProperties = initVulkanStructure(&vulkan13Properties); devicePropertyExtensionsConsistencyVulkan13() local 6512 VkImageFormatProperties2 extProperties; imageFormatProperties2() local [all...] |
H A D | vktApiVersionCheck.cpp | 284 vector<string> filterMultiAuthorExtensions (vector<VkExtensionProperties> extProperties) in filterMultiAuthorExtensions() argument 293 for (size_t extNdx = 0; extNdx < extProperties.size(); extNdx++) in filterMultiAuthorExtensions() 297 if (deStringBeginsWith(extProperties[extNdx].extensionName, extensionGroups[extGroupNdx])) in filterMultiAuthorExtensions() 298 multiAuthorExtensions.push_back(extProperties[extNdx].extensionName); in filterMultiAuthorExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 399 VkImageFormatProperties2 extProperties = in testFormat() local 420 propsResult = vki.getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &extProperties); in testFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 399 VkImageFormatProperties2 extProperties = in testFormat() local 420 propsResult = vki.getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &extProperties); in testFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 292 VkImageFormatProperties2 extProperties = in createImage() local 309 if ((vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &formatInfo2, &extProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED) in createImage() 310 || extProperties.imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 311 || extProperties.imageFormatProperties.maxExtent.height < imageExtent.height in createImage() 312 || ((extProperties.imageFormatProperties.sampleCounts & sampleCountBit) == 0)) in createImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 292 VkImageFormatProperties2 extProperties = in createImage() local 309 if ((vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &formatInfo2, &extProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED) in createImage() 310 || extProperties.imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 311 || extProperties.imageFormatProperties.maxExtent.height < imageExtent.height in createImage() 312 || ((extProperties.imageFormatProperties.sampleCounts & sampleCountBit) == 0)) in createImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 234 VkImageFormatProperties2 extProperties = in checkSupportImageSamplingInstance() local 251 if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &formatInfo2, &extProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupportImageSamplingInstance() 252 || extProperties.imageFormatProperties.maxExtent.width < (deUint32)params.imageSize.x() in checkSupportImageSamplingInstance() 253 || extProperties.imageFormatProperties.maxExtent.height < (deUint32)params.imageSize.y()) in checkSupportImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 232 VkImageFormatProperties2 extProperties = in checkSupportImageSamplingInstance() local 249 if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &formatInfo2, &extProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupportImageSamplingInstance() 250 || extProperties.imageFormatProperties.maxExtent.width < (deUint32)params.imageSize.x() in checkSupportImageSamplingInstance() 251 || extProperties.imageFormatProperties.maxExtent.height < (deUint32)params.imageSize.y()) in checkSupportImageSamplingInstance()
|