Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceProperties (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl30 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 …]
DvkInstanceFunctionPointers.inl9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
DvkInitInstanceFunctionPointers.inl9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADD…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp124 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
DvkDeviceUtil.cpp124 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
DvkQueryUtil.cpp212 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/
DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp220 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()
DvktTestCase.cpp174 …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/
DvktPipelineMultisampleBase.cpp41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize()
DvktPipelineMaxVaryingsTests.cpp748 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/
DvktShaderRenderLimitTests.cpp225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp97 …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/
Dvk_caps_utils.cpp448 renderer->getPhysicalDeviceProperties(); in GenerateDefaultConfig()
514 display->getRenderer()->getPhysicalDeviceProperties().limits; in GenerateConfigs()
DQueryVk.cpp178 double timestampPeriod = renderer->getPhysicalDeviceProperties().limits.timestampPeriod; in getResult()
DRendererVk.h71 const VkPhysicalDeviceProperties &getPhysicalDeviceProperties() const in getPhysicalDeviceProperties() function
DTransformFeedbackVk.cpp81 rendererVk->getPhysicalDeviceProperties().limits.minStorageBufferOffsetAlignment; in bindIndexedBuffer()
DRenderbufferVk.cpp115 const VkPhysicalDeviceLimits &limits = renderer->getPhysicalDeviceProperties().limits; in setStorageMultisample()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp144 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
DvktSparseResourcesBufferSparseBinding.cpp166 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp258 …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/
DvktApiBufferTests.cpp204 …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/
DvktTextureFilteringAnisotropyTests.cpp91 …m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_co… in FilteringAnisotropyInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp221 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prope… in iterate()

1234