/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 30 void InstanceDriver::getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevice… function in InstanceDriver 32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties); 73 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 83 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 93 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 103 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 113 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 123 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 133 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); 143 m_vk.getPhysicalDeviceProperties(physicalDevice, &props); [all …]
|
D | vkInstanceFunctionPointers.inl | 9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
|
D | vkInitInstanceFunctionPointers.inl | 9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADD…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreUtil.cpp | 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.cpp | 124 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
|
D | vkDeviceUtil.cpp | 124 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
|
D | vkQueryUtil.cpp | 212 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties() function 218 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 220 static vk::VkPhysicalDeviceProperties getPhysicalDeviceProperties(vkt::Context& context) in getPhysicalDeviceProperties() function 226 vki.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties() 237 , m_deviceProperties (getPhysicalDeviceProperties(m_context)) in TestCaseExecutor()
|
D | vktTestCase.cpp | 174 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, devices[dev… in determineDeviceVersions() 180 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, choosenDev… in determineDeviceVersions() 407 …, m_deviceVersion (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice).apiVersi… in DefaultDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize()
|
D | vktPipelineMaxVaryingsTests.cpp | 748 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in supportedCheck() 998 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLimitTests.cpp | 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 97 …fferSize = de::roundUp(static_cast<VkDeviceSize>(m_dataSize), getPhysicalDeviceProperties(vki, ph… in BindVertexBuffersData() 659 …const auto bufferSize = de::roundUp(dataSize, getPhysicalDeviceProperties(vki, phyDev).limits.no… in iterateTransfer() 789 …tBufferSize = de::roundUp(static_cast<VkDeviceSize>(dataSize), getPhysicalDeviceProperties(vki, ph… in iterateCompute()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 448 renderer->getPhysicalDeviceProperties(); in GenerateDefaultConfig() 514 display->getRenderer()->getPhysicalDeviceProperties().limits; in GenerateConfigs()
|
D | QueryVk.cpp | 178 double timestampPeriod = renderer->getPhysicalDeviceProperties().limits.timestampPeriod; in getResult()
|
D | RendererVk.h | 71 const VkPhysicalDeviceProperties &getPhysicalDeviceProperties() const in getPhysicalDeviceProperties() function
|
D | TransformFeedbackVk.cpp | 81 rendererVk->getPhysicalDeviceProperties().limits.minStorageBufferOffsetAlignment; in bindIndexedBuffer()
|
D | RenderbufferVk.cpp | 115 const VkPhysicalDeviceLimits &limits = renderer->getPhysicalDeviceProperties().limits; in setStorageMultisample()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageAlignedMipSize.cpp | 144 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 166 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 258 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate() 1022 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate() 1101 …context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), &propertie… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 204 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest() 403 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 91 …m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_co… in FilteringAnisotropyInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOCornerCase.cpp | 221 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate()
|