/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreUtil.cpp | 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreUtil.cpp | 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceProperties.cpp | 167 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
|
H A D | vkDeviceUtil.cpp | 167 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[deviceNdx]); in chooseDeviceIndex()
|
H A D | vkQueryUtil.cpp | 238 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice) in getPhysicalDeviceProperties() function 244 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 43 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in validateImageSize()
|
H A D | vktPipelineMaxVaryingsTests.cpp | 736 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in supportedCheck() 989 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 41 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in validateImageSize()
|
H A D | vktPipelineMaxVaryingsTests.cpp | 740 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in supportedCheck() 992 vki.getPhysicalDeviceProperties(context.getPhysicalDevice(), &properties); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 202 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest() 413 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest() 702 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), in testLargeBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 204 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest() 415 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest() 705 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), in testLargeBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLimitTests.cpp | 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLimitTests.cpp | 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 158 contextVk->getRenderer()->getPhysicalDeviceProperties().limits.maxDrawIndirectCount); in CanMultiDrawIndirectUseCmd() 515 rendererVk->getPhysicalDeviceProperties().limits.minUniformBufferOffsetAlignment); in init() 891 mRenderer->getPhysicalDeviceProperties().limits.minUniformBufferOffsetAlignment); in initialize() 915 static_cast<size_t>(mRenderer->getPhysicalDeviceProperties().limits.minMemoryMapAlignment); in initialize() 916 ASSERT(gl::isPow2(mRenderer->getPhysicalDeviceProperties().limits.nonCoherentAtomSize)); in initialize() 918 mRenderer->getPhysicalDeviceProperties().limits.optimalBufferCopyOffsetAlignment)); in initialize() 922 mRenderer->getPhysicalDeviceProperties().limits.optimalBufferCopyOffsetAlignment))); in initialize() 925 static_cast<size_t>(mRenderer->getPhysicalDeviceProperties().limits.nonCoherentAtomSize))); in initialize() 2509 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) / in synchronizeCpuGpuTime() 2617 getRenderer()->getPhysicalDeviceProperties() in synchronizeCpuGpuTime() [all...] |
H A D | ProgramVk.h | 135 renderer->getPhysicalDeviceProperties().limits.minUniformBufferOffsetAlignment); in getDefaultUniformAlignedSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseBinding.cpp | 164 if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
|
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 142 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 226 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &properties); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringAnisotropyTests.cpp | 91 m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits.maxSamplerAnisotropy, m_refParams.maxAnisotropy); in FilteringAnisotropyInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseBinding.cpp | 166 if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
|
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 144 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in iterate()
|