/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 44 const DeviceInterface& vki = context.getDeviceInterface(); in createDataBuffer() local 62 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createDataBuffer() 64 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createDataBuffer() 67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createDataBuffer() 78 flushAlloc(vki, device, *allocation); in createDataBuffer() 91 const DeviceInterface& vki = context.getDeviceInterface(); in createColorDataBuffer() local 109 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createColorDataBuffer() 111 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createColorDataBuffer() 114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createColorDataBuffer() 126 flushAlloc(vki, device, *allocation); in createColorDataBuffer() [all …]
|
D | vktApiExternalMemoryTests.cpp | 177 deUint32 chooseQueueFamilyIndex (const vk::InstanceInterface& vki, in chooseQueueFamilyIndex() argument 181 …<vk::VkQueueFamilyProperties> properties (vk::getPhysicalDeviceQueueFamilyProperties(vki, device)); in chooseQueueFamilyIndex() 238 const vk::InstanceInterface& vki, in createTestDevice() argument 381 …xt.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &d… in createTestDevice() 403 void checkSemaphoreSupport (const vk::InstanceInterface& vki, in checkSemaphoreSupport() argument 422 vki.getPhysicalDeviceExternalSemaphoreProperties(device, &info, &properties); in checkSemaphoreSupport() 431 void checkFenceSupport (const vk::InstanceInterface& vki, in checkFenceSupport() argument 450 vki.getPhysicalDeviceExternalFenceProperties(device, &info, &properties); in checkFenceSupport() 459 void checkBufferSupport (const vk::InstanceInterface& vki, in checkBufferSupport() argument 483 vki.getPhysicalDeviceExternalBufferProperties(device, &info, &properties); in checkBufferSupport() [all …]
|
D | vktApiComputeInstanceResultBuffer.cpp | 34 ComputeInstanceResultBuffer::ComputeInstanceResultBuffer (const DeviceInterface &vki, in ComputeInstanceResultBuffer() argument 38 : m_vki(vki), in ComputeInstanceResultBuffer() 58 Move<VkBuffer> ComputeInstanceResultBuffer::createResultBuffer(const DeviceInterface &vki, in createResultBuffer() argument 76 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createResultBuffer() 78 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createResultBuffer() 81 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createResultBuffer() 89 flushAlloc(vki, device, *allocation); in createResultBuffer()
|
D | vktApiComputeInstanceResultBuffer.hpp | 46 ComputeInstanceResultBuffer (const vk::DeviceInterface &vki, 60 static vk::Move<vk::VkBuffer> createResultBuffer(const vk::DeviceInterface &vki,
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 126 …virtual void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const … 129 const InstanceInterface& vki, in operator ()() argument 144 getResult(vki, physDevice, surface, &outputData[0]); // update m_count and m_result in operator ()() 157 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 159 m_result = vki.getPhysicalDeviceSurfaceFormatsKHR(physDevice, surface, &m_count, data); in getResult() 165 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 167 m_result = vki.getPhysicalDeviceSurfacePresentModesKHR(physDevice, surface, &m_count, data); in getResult() 201 const InstanceDriver& vki; member 210 , vki (instance.getDriver()) in InstanceHelper() 220 , vki (instance.getDriver()) in InstanceHelper() [all …]
|
D | vktWsiColorSpaceTests.cpp | 133 const InstanceInterface& vki, in createDeviceWithWsi() argument 176 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi() 183 const InstanceDriver& vki; member 192 , vki (instance.getDriver()) in InstanceHelper() 205 const InstanceInterface& vki, in DeviceHelper() 209 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper() 210 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper() 213 vki, in DeviceHelper() 215 enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL), in DeviceHelper() 326 const InstanceInterface& vki, in getBasicSwapchainParameters() argument [all …]
|
D | vktWsiSwapchainTests.cpp | 136 const InstanceInterface& vki, in createDeviceWithWsi() argument 205 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi() 211 const InstanceInterface& vki, in createDeviceWithWsi() argument 219 …return createDeviceWithWsi(vkp, apiVersion, instance, vki, physicalDevice, supportedExtensions, ad… in createDeviceWithWsi() 226 const InstanceDriver& vki; member 236 , vki (instance.getDriver()) in InstanceHelper() 247 , vki (instance.getDriver()) in InstanceHelper() 260 const InstanceInterface& vki, in DeviceHelper() 265 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper() 266 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper() [all …]
|
D | vktWsiFullScreenExclusiveTests.cpp | 106 const InstanceInterface& vki, in createDeviceWithWsi() argument 151 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi() 158 const InstanceDriver& vki; member 169 , vki (instance.getDriver()) in InstanceHelper() 182 const InstanceInterface& vki, in DeviceHelper() 186 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper() 187 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper() 190 vki, in DeviceHelper() 192 enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL), in DeviceHelper() 255 const InstanceInterface& vki, in getBasicSwapchainParameters() argument [all …]
|
D | vktWsiDisplayControlTests.cpp | 82 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkS… in chooseQueueFamilyIndex() argument 85 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numTotalFamilyIndices, DE_NULL); in chooseQueueFamilyIndex() 89 if (wsi::getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) == VK_TRUE) in chooseQueueFamilyIndex() 100 const InstanceInterface& vki, in createTestDevice() argument 163 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createTestDevice() 166 VkDisplayKHR getDisplayAndDisplayPlane(const InstanceInterface& vki, VkPhysicalDevice physicalDevic… in getDisplayAndDisplayPlane() argument 169 …VkResult result = vki.getPhysicalDeviceDisplayPropertiesKHR(physicalDevice, &countDisplays, DE_NUL… in getDisplayAndDisplayPlane() 177 …result = vki.getPhysicalDeviceDisplayPlanePropertiesKHR(physicalDevice, &countDisplayPlanes, DE_NU… in getDisplayAndDisplayPlane() 184 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, DE_NULL); in getDisplayAndDisplayPlane() 193 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, &displays[0]); in getDisplayAndDisplayPlane() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 160 VkResult createSurface (const InstanceInterface& vki, in createSurface() argument 186 return vki.createXlibSurfaceKHR(instance, &createInfo, pAllocator, pSurface); in createSurface() 202 return vki.createXcbSurfaceKHR(instance, &createInfo, pAllocator, pSurface); in createSurface() 218 return vki.createWaylandSurfaceKHR(instance, &createInfo, pAllocator, pSurface); in createSurface() 232 return vki.createAndroidSurfaceKHR(instance, &createInfo, pAllocator, pSurface); in createSurface() 248 return vki.createWin32SurfaceKHR(instance, &createInfo, pAllocator, pSurface); in createSurface() 262 return vki.createMacOSSurfaceMVK(instance, &createInfo, pAllocator, pSurface); in createSurface() 274 return vki.createHeadlessSurfaceEXT(instance, &createInfo, pAllocator, pSurface); in createSurface() 283 Move<VkSurfaceKHR> createSurface (const InstanceInterface& vki, in createSurface() argument 291 VK_CHECK(createSurface(vki, instance, wsiType, nativeDisplay, nativeWindow, pAllocator, &object)); in createSurface() [all …]
|
D | vkWsiUtil.hpp | 67 VkResult createSurface (const InstanceInterface& vki, 75 Move<VkSurfaceKHR> createSurface (const InstanceInterface& vki, 82 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki, 87 VkBool32 getPhysicalDevicePresentationSupport (const InstanceInterface& vki, 93 VkSurfaceCapabilitiesKHR getPhysicalDeviceSurfaceCapabilities (const InstanceInterface& vki, 97 VkSurfaceCapabilities2EXT getPhysicalDeviceSurfaceCapabilities2EXT(const InstanceInterface& vki, 104 std::vector<VkSurfaceFormatKHR> getPhysicalDeviceSurfaceFormats (const InstanceInterface& vki, 108 std::vector<VkPresentModeKHR> getPhysicalDeviceSurfacePresentModes (const InstanceInterface& vki, 116 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, 120 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, [all …]
|
D | vkDeviceProperties.cpp | 29 DeviceProperties::DeviceProperties (const InstanceInterface& vki, in DeviceProperties() argument 41 …Properties> deviceExtensionProperties = enumerateDeviceExtensionProperties(vki, physicalDevice, DE… in DeviceProperties() 104 vki.getPhysicalDeviceProperties2(physicalDevice, &m_coreProperties2); in DeviceProperties() 124 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
|
D | vkDebugReportUtil.cpp | 137 Move<VkDebugReportCallbackEXT> createCallback (const InstanceInterface& vki, in createCallback() argument 156 return createDebugReportCallbackEXT(vki, instance, &createInfo); in createCallback() 161 DebugReportRecorder::DebugReportRecorder (const InstanceInterface& vki, VkInstance instance, bool p… in DebugReportRecorder() argument 163 , m_callback (createCallback(vki, instance, this)) in DebugReportRecorder()
|
D | vkDeviceFeatures.cpp | 29 DeviceFeatures::DeviceFeatures (const InstanceInterface& vki, in DeviceFeatures() argument 47 …Properties> deviceExtensionProperties = enumerateDeviceExtensionProperties(vki, physicalDevice, DE… in DeviceFeatures() 105 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures() 122 m_coreFeatures2.features = getPhysicalDeviceFeatures(vki, physicalDevice); in DeviceFeatures()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedWriteOpTests.cpp | 184 const DeviceInterface& vki = m_context.getDeviceInterface(); in StorageImage2D() local 213 m_image = createImage(vki, dev, &imageCreateInfo); in StorageImage2D() 217 m_semaphore = createSemaphore(vki, dev); in StorageImage2D() 219 …allocateAndBindSparseImage( vki, dev, m_context.getPhysicalDevice(), m_context.getInstanceInterfac… in StorageImage2D() 225 …m_imageMemory = allocator.allocate(getImageMemoryRequirements(vki, dev, *m_image), MemoryRequireme… in StorageImage2D() 226 …VK_CHECK(vki.bindImageMemory(dev, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()… in StorageImage2D() 230 m_view = makeImageView(vki, dev, *m_image, VK_IMAGE_VIEW_TYPE_2D, m_vkFormat, subresourceRange); in StorageImage2D() 236 const DeviceInterface& vki = m_context.getDeviceInterface(); in upload() local 250 …vki.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_HOST_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, (VkD… in upload() 254 …vki.cmdCopyBufferToImage(cmdBuffer, m_buffer.getBuffer(), *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_O… in upload() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 75 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize() argument 80 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupSize() 84 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment() argument 89 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupBaseAlignment() 159 TestDeviceFeatures (const InstanceInterface& vki, VkPhysicalDevice physicalDevice) in TestDeviceFeatures() 168 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in TestDeviceFeatures() 183 const auto& vki = context.getInstanceInterface(); in DeviceHelper() local 192 TestDeviceFeatures features(vki, physicalDevice); in DeviceHelper() 236 …xt.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &c… in DeviceHelper() 239 …>(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper() [all …]
|
D | vktRayTracingPipelineLibraryTests.cpp | 80 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize() argument 85 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupSize() 89 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment() argument 94 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupBaseAlignment() 150 DeviceTestFeatures (const InstanceInterface& vki, VkPhysicalDevice physicalDevice) in DeviceTestFeatures() 158 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in DeviceTestFeatures() 173 const auto& vki = context.getInstanceInterface(); in DeviceHelper() local 182 DeviceTestFeatures features(vki, physicalDevice); in DeviceHelper() 224 …xt.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &c… in DeviceHelper() 227 …>(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper() [all …]
|
D | vktRayTracingMemGuaranteeTests.cpp | 84 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize() argument 89 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupSize() 93 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment() argument 98 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupBaseAlignment() 139 …MovePtr<BufferWithMemory> createShaderBindingTable (const InstanceInterface& vki, 518 …rWithMemory> RayTracingBuildTestInstance::createShaderBindingTable (const InstanceInterface& vki, in createShaderBindingTable() argument 532 const deUint32 shaderGroupHandleSize = getShaderGroupSize(vki, physicalDevice); in createShaderBindingTable() 533 const deUint32 shaderGroupBaseAlignment = getShaderGroupBaseAlignment(vki, physicalDevice); in createShaderBindingTable() 618 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local 627 const deUint32 shaderGroupHandleSize = getShaderGroupSize(vki, physicalDevice); in runTest() [all …]
|
D | vktRayTracingBuildIndirectTests.cpp | 78 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize() argument 83 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupSize() 88 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment() argument 93 rayTracingPropertiesKHR = makeRayTracingProperties(vki, physicalDevice); in getShaderGroupBaseAlignment() 431 const InstanceInterface& vki = m_context.getInstanceInterface(); in prepareBuffer() local 438 const deUint32 shaderGroupHandleSize = getShaderGroupSize(vki, physicalDevice); in prepareBuffer() 439 const deUint32 shaderGroupBaseAlignment = getShaderGroupBaseAlignment(vki, physicalDevice); in prepareBuffer() 494 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local 503 const deUint32 shaderGroupHandleSize = getShaderGroupSize(vki, physicalDevice); in runTest() 504 const deUint32 shaderGroupBaseAlignment = getShaderGroupBaseAlignment(vki, physicalDevice); in runTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 77 std::vector<VkDrmFormatModifierPropertiesEXT> getDrmFormatModifiers (const InstanceInterface& vki, in getDrmFormatModifiers() argument 92 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers() 97 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers() 102 VkImageFormatProperties2 verifyHandleTypeForFormatModifier (const InstanceInterface& vki, in verifyHandleTypeForFormatModifier() argument 144 …if (vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &imageProperties… in verifyHandleTypeForFormatModifier() 184 const InstanceInterface& vki = context.getInstanceInterface(); in checkExportImportExtensions() local 185 …std::vector<VkDrmFormatModifierPropertiesEXT> drmFormatModifiers = getDrmFormatModifiers(vki, cont… in checkExportImportExtensions() 195 verifyHandleTypeForFormatModifier(vki, context.getPhysicalDevice(), format, in checkExportImportExtensions() 208 deBool isModifierCompatibleWithImageProperties (const InstanceInterface& vki, in isModifierCompatibleWithImageProperties() argument 246 …return vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &imagePropert… in isModifierCompatibleWithImageProperties() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 366 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory() argument 368 const vk::VkMemoryRequirements requirements = vk::getBufferMemoryRequirements(vki, device, buffer); in allocateAndBindObjectMemory() 371 VK_CHECK(vki.bindBufferMemory(device, buffer, allocation->getMemory(), allocation->getOffset())); in allocateAndBindObjectMemory() 375 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory() argument 377 const vk::VkMemoryRequirements requirements = vk::getImageMemoryRequirements(vki, device, image); in allocateAndBindObjectMemory() 380 VK_CHECK(vki.bindImageMemory(device, image, allocation->getMemory(), allocation->getOffset())); in allocateAndBindObjectMemory() 470 static vk::Move<vk::VkImage> createColorAttachment (const vk::DeviceInterface& vki, 477 static vk::Move<vk::VkImageView> createColorAttachmentView (const vk::DeviceInterface& vki, 482 static vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vki, 488 static vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vki, [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 92 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated() argument 94 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() 99 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated() argument 101 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 86 vector<const char*> getValidationLayers (const vk::InstanceInterface& vki, vk::VkPhysicalDevice phy… in getValidationLayers() argument 88 return getValidationLayers(enumerateDeviceLayerProperties(vki, physicalDevice)); in getValidationLayers() 346 …tformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevi… in createCustomDevice() argument 353 enabledLayers = getValidationLayers(vki, physicalDevice); in createCustomDevice() 358 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice() 361 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::V… in createUncheckedDevice() argument 368 enabledLayers = getValidationLayers(vki, physicalDevice); in createUncheckedDevice() 373 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
|
D | vktCustomInstancesDevices.hpp | 49 std::vector<const char*> getValidationLayers (const vk::InstanceInterface& vki, vk::VkPhysicalDevic… 111 …tformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevi… 115 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::V…
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 75 const InstanceInterface& vki = context.getInstanceInterface(); in deviceLimitsTestCase() local 77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase() 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|