/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceDrmPropertiesTests.cpp | 85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties() local 93 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testDeviceDrmProperties() 94 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testDeviceDrmProperties() 95 deviceProperties2.pNext = &deviceDrmProperties; in testDeviceDrmProperties() 97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
|
D | vktApiDriverPropertiesTests.cpp | 184 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties() local 191 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testQueryProperties() 192 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testQueryProperties() 193 deviceProperties2.pNext = &deviceDriverProperties; in testQueryProperties() 195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
D | vktApiFeatureInfo.cpp | 4532 tcu::TestStatus deviceProperties2 (Context& context) in deviceProperties2() function 6883 …xtendedPropertiesTests.get(), "properties", "Extended Device Properties", deviceProperties2); in createFeatureInfoTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceDrmPropertiesTests.cpp | 85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties() local 93 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testDeviceDrmProperties() 94 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testDeviceDrmProperties() 95 deviceProperties2.pNext = &deviceDrmProperties; in testDeviceDrmProperties() 97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
|
D | vktApiDriverPropertiesTests.cpp | 184 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties() local 191 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testQueryProperties() 192 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testQueryProperties() 193 deviceProperties2.pNext = &deviceDriverProperties; in testQueryProperties() 195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
D | vktApiFeatureInfo.cpp | 4532 tcu::TestStatus deviceProperties2 (Context& context) in deviceProperties2() function 6883 …xtendedPropertiesTests.get(), "properties", "Extended Device Properties", deviceProperties2); in createFeatureInfoTests()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 263 vk::VkPhysicalDeviceProperties2 deviceProperties2; in initializeDisplay() local 270 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in initializeDisplay() 271 deviceProperties2.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in initializeDisplay() 272 deviceProperties2.pNext = &deviceDrmProperties; in initializeDisplay() 274 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in initializeDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 188 VkPhysicalDeviceProperties2 deviceProperties2; in getDrmFdPtr() local 195 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in getDrmFdPtr() 196 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getDrmFdPtr() 197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr() 199 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 188 VkPhysicalDeviceProperties2 deviceProperties2; in getDrmFdPtr() local 195 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in getDrmFdPtr() 196 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getDrmFdPtr() 197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr() 199 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkResourceInterface.cpp | 973 VkPhysicalDeviceProperties2 deviceProperties2 = initVulkanStructure(&vulkanSC10Properties); in importPipelineCacheData() local 974 vki.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in importPipelineCacheData() 1163 VkPhysicalDeviceProperties2 deviceProperties2 = initVulkanStructure(&vulkanSC10Properties); in importPipelineCacheData() local 1164 vki.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in importPipelineCacheData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1664 VkPhysicalDeviceProperties2 deviceProperties2; in InterfaceBlockCaseInstance() local 1669 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in InterfaceBlockCaseInstance() 1672 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in InterfaceBlockCaseInstance() 1673 deviceProperties2.pNext = &transformFeedbackProperties; in InterfaceBlockCaseInstance() 1678 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in InterfaceBlockCaseInstance()
|
D | vktTransformFeedbackSimpleTests.cpp | 513 VkPhysicalDeviceProperties2 deviceProperties2; in TransformFeedbackTestInstance() local 515 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in TransformFeedbackTestInstance() 518 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TransformFeedbackTestInstance() 519 deviceProperties2.pNext = &m_transformFeedbackProperties; in TransformFeedbackTestInstance() 524 …tInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &deviceProperties2); in TransformFeedbackTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1664 VkPhysicalDeviceProperties2 deviceProperties2; in InterfaceBlockCaseInstance() local 1669 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in InterfaceBlockCaseInstance() 1672 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in InterfaceBlockCaseInstance() 1673 deviceProperties2.pNext = &transformFeedbackProperties; in InterfaceBlockCaseInstance() 1678 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in InterfaceBlockCaseInstance()
|
D | vktTransformFeedbackSimpleTests.cpp | 513 VkPhysicalDeviceProperties2 deviceProperties2; in TransformFeedbackTestInstance() local 515 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in TransformFeedbackTestInstance() 518 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TransformFeedbackTestInstance() 519 deviceProperties2.pNext = &m_transformFeedbackProperties; in TransformFeedbackTestInstance() 524 …tInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &deviceProperties2); in TransformFeedbackTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 653 VkPhysicalDeviceProperties2 deviceProperties2; in fillMissingParameters() local 654 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in fillMissingParameters() 655 deviceProperties2.pNext = &multiviewProperties; in fillMissingParameters() 657 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in fillMissingParameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 653 VkPhysicalDeviceProperties2 deviceProperties2; in fillMissingParameters() local 654 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in fillMissingParameters() 655 deviceProperties2.pNext = &multiviewProperties; in fillMissingParameters() 657 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in fillMissingParameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1207 VkPhysicalDeviceProperties2 deviceProperties2; in BaseLineTestInstance() local 1208 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in BaseLineTestInstance() 1209 deviceProperties2.pNext = &lineRasterizationProperties; in BaseLineTestInstance() 1211 …nstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &deviceProperties2); in BaseLineTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1207 VkPhysicalDeviceProperties2 deviceProperties2; in BaseLineTestInstance() local 1208 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in BaseLineTestInstance() 1209 deviceProperties2.pNext = &lineRasterizationProperties; in BaseLineTestInstance() 1211 …nstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &deviceProperties2); in BaseLineTestInstance()
|