/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 92 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindImageDedicated() argument 94 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() 99 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindBufferDedicated() argument 101 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
|
D | vktPipelineRenderToImageTests.cpp | 176 const VkPhysicalDevice& physDevice, in bindBuffer() argument 192 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer() 204 const VkPhysicalDevice& physDevice, in bindImage() argument 220 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage() 746 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMemoryTypeNdx() local 748 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMemoryTypeNdx() 766 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMaxDeviceHeapSize() local 767 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMaxDeviceHeapSize() 802 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isDepthStencilFormatSupported() argument 804 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported() [all …]
|
D | vktPipelineMakeUtil.hpp | 81 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev… 82 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
|
D | vktPipelineImageSamplingInstance.cpp | 55 const VkPhysicalDevice& physDevice, in allocateBuffer() argument 73 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 85 const VkPhysicalDevice& physDevice, in allocateImage() argument 103 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage() 365 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in ImageSamplingInstance() local 492 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in ImageSamplingInstance() 597 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance() 813 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkExtensions.cpp | 67 VkPhysicalDevice physDevice) { in getSpecVersions() argument 100 if (physDevice == VK_NULL_HANDLE) { in getSpecVersions() 108 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, nullptr); in getSpecVersions() 113 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, extensions); in getSpecVersions()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkExtensions.cpp | 65 VkPhysicalDevice physDevice) { in getSpecVersions() argument 98 if (physDevice == VK_NULL_HANDLE) { in getSpecVersions() 106 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, nullptr); in getSpecVersions() 111 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, extensions); in getSpecVersions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 76 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in deviceLimitsTestCase() local 77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase() 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
D | vktTessellationGeometryPointSizeTests.cpp | 70 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, c… in checkPointSizeRequirements() argument 72 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements() 290 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local 292 …requireFeatures (vki, physDevice, FEATURE_TESSELLATION_SHADER | FEATURE_GEOMETRY_SHADER … in test() 293 checkPointSizeRequirements(vki, physDevice, expectedPointSize); in test()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 258 const VkPhysicalDevice& physDevice, in allocateExtended() argument 264 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in allocateExtended() 287 const VkPhysicalDevice& physDevice, in allocateDedicated() argument 301 …return allocateExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedA… in allocateDedicated() 306 const VkPhysicalDevice& physDevice, in allocateDedicated() argument 320 …return allocateExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedA… in allocateDedicated()
|
D | vkMemUtil.hpp | 152 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice … 153 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice … 154 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice …
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.cpp | 108 VkPhysicalDevice physDevice = mRenderer->getPhysicalDevice(); in initialize() local 116 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, nullptr) != in initialize() 122 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreUtil.cpp | 104 …mBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize mi… in getOptimalUniformBufferChunkSize() argument 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
D | vktImageLoadStoreUtil.hpp | 74 …hunkSize (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, vk::VkDeviceSiz…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceDrmPropertiesTests.cpp | 188 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testDeviceDrmProperties() local 201 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
|
D | vktApiDriverPropertiesTests.cpp | 168 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties() local 181 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLimitTests.cpp | 224 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in createInstance() local 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsOcclusionQueryTests.cpp | 300 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 335 ? pickSupportedDepthStencilFormat(vki, physDevice) in iterate() 680 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in checkSupport() local 687 ? pickSupportedDepthStencilFormat(vki, physDevice) in checkSupport() 700 …vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILI… in checkSupport()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 317 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 341 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 564 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 589 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 1195 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 1214 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 1224 …vki.getPhysicalDeviceImageFormatProperties(physDevice, colorFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TIL… in iterate() 1228 …vki.getPhysicalDeviceImageFormatProperties(physDevice, depthStencilFormat, VK_IMAGE_TYPE_2D, VK_IM… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 367 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local 369 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in execTest() 370 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in execTest() 843 const VkPhysicalDevice physDevice, 1014 …Context& context, const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkImageCr… in isImageSupported() argument 1060 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported() 1160 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported() 1169 …physDevice, info.format, info.imageType, info.tiling, info.usage, info.flags, &imageFormatProperti… in isImageSupported() 1181 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported() 1483 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 466 VkBool32 checkPointSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice) in checkPointSize() argument 468 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
|
D | vktGeometryLayeredRenderingTests.cpp | 170 const VkPhysicalDevice& physDevice, in checkImageFormatProperties() argument 184 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, format, imageType, imageTiling, im… in checkImageFormatProperties() 1225 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local 1229 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in test() 1290 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testLayeredReadBack() local 1294 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in testLayeredReadBack() 1324 …checkImageFormatProperties(vki, physDevice, imageType, VK_IMAGE_TILING_OPTIMAL, dsImageUsage, imag… in testLayeredReadBack() 1573 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testSecondaryCmdBuffer() local 1577 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in testSecondaryCmdBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 127 …virtual void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const … 131 const VkPhysicalDevice physDevice, in operator ()() argument 145 getResult(vki, physDevice, surface, &outputData[0]); // update m_count and m_result in operator ()() 158 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 160 m_result = vki.getPhysicalDeviceSurfaceFormatsKHR(physDevice, surface, &m_count, data); in getResult() 166 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 168 m_result = vki.getPhysicalDeviceSurfacePresentModesKHR(physDevice, surface, &m_count, data); in getResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.hpp | 296 …s (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, const FeatureFl… 297 …port (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, const vk::VkFor…
|
D | vktSynchronizationUtil.cpp | 968 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const Featur… in requireFeatures() argument 970 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures() 991 void requireStorageImageSupport(const InstanceInterface& vki, const VkPhysicalDevice physDevice, co… in requireStorageImageSupport() argument 993 const VkFormatProperties p = getPhysicalDeviceFormatProperties(vki, physDevice, fmt); in requireStorageImageSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 578 const VkPhysicalDevice& physDevice = m_context.getPhysicalDevice(); in iterate() local 759 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate() 794 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate() 1397 const VkPhysicalDevice& physDevice = m_context.getPhysicalDevice(); in iterate() local 1486 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate() 1520 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
|