Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceProperties (Results 1 - 25 of 156) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.cpp167 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
H A DvkDeviceUtil.cpp167 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[deviceNdx]); in chooseDeviceIndex()
H A DvkQueryUtil.cpp238 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 DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp43 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in validateImageSize()
H A DvktPipelineMaxVaryingsTests.cpp736 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 DvktPipelineMultisampleBase.cpp41 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in validateImageSize()
H A DvktPipelineMaxVaryingsTests.cpp740 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 DvktApiBufferTests.cpp202 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 DvktApiBufferTests.cpp204 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 DvktShaderRenderLimitTests.cpp225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLimitTests.cpp225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp158 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 DProgramVk.h135 renderer->getPhysicalDeviceProperties().limits.minUniformBufferOffsetAlignment); in getDefaultUniformAlignedSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp164 if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
H A DvktSparseResourcesImageAlignedMipSize.cpp142 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp226 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &properties); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp91 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 DvktApplicationParametersTests.cpp77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp166 if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
H A DvktSparseResourcesImageAlignedMipSize.cpp144 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in iterate()

Completed in 24 milliseconds

1234567