/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreUtil.cpp | 104 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
|
D | vkQueryUtil.cpp | 80 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties() function 86 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
|
D | vkInitInstanceFunctionPointers.inl | 9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkGe…
|
D | vkInstanceDriverImpl.inl | 30 void InstanceDriver::getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevice… function in InstanceDriver 32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties);
|
D | vkQueryUtil.hpp | 40 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPh…
|
D | vkVirtualInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
D | vkConcreteInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
D | vktTessellationGeometryPointSizeTests.cpp | 69 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 88 …m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_co… in FilteringAnisotropyInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 303 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate() 647 …else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonReside… in iterate()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 148 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 141 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, … in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 209 …if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spar… in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 185 …if (imageSparseMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits… in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 202 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate()
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 642 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in recordCommands()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 240 , m_deviceProperties (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice)) in DefaultDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 217 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevic… in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 755 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in checkGeometryShaderSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 374 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in requireFeatureMultiViewport()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 199 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in testBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 76 instance_interface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); in getResultBlockAlignedSize()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 1064 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), … in testWideLines() 1335 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in testClipDistance()
|