Home
last modified time | relevance | path

Searched refs:vki (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp167 const DeviceInterface& vki = m_context.getDeviceInterface(); in Buffer() local
187 m_buffer = makeShared(createBuffer(vki, dev, &bufferCreateInfo)); in Buffer()
188 …m_bufferMemory = makeShared(allocator.allocate(getBufferMemoryRequirements(vki, dev, **m_buffer), … in Buffer()
190 …VK_CHECK(vki.bindBufferMemory(dev, **m_buffer, (*m_bufferMemory)->getMemory(), (*m_bufferMemory)->… in Buffer()
206 const DeviceInterface& vki = m_context.getDeviceInterface(); in getDeviceAddress() local
215 return vki.getBufferDeviceAddress(dev, &info); in getDeviceAddress()
226 const DeviceInterface& vki = m_context.getDeviceInterface(); in flush() local
228 flushAlloc(vki, dev, **m_bufferMemory); in flush()
233 const DeviceInterface& vki = m_context.getDeviceInterface(); in invalidate() local
235 invalidateAlloc(vki, dev, **m_bufferMemory); in invalidate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp127 …virtual void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const …
130 const InstanceInterface& vki, 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()
202 const InstanceDriver& vki; member
211 , vki (instance.getDriver()) in InstanceHelper()
221 , vki (instance.getDriver()) in InstanceHelper()
[all …]
DvktWsiSwapchainTests.cpp137 const InstanceInterface& vki, in createDeviceWithWsi() argument
206 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
212 const InstanceInterface& vki, in createDeviceWithWsi() argument
220 …return createDeviceWithWsi(vkp, apiVersion, instance, vki, physicalDevice, supportedExtensions, ad… in createDeviceWithWsi()
227 const InstanceDriver& vki; member
237 , vki (instance.getDriver()) in InstanceHelper()
248 , vki (instance.getDriver()) in InstanceHelper()
261 const InstanceInterface& vki, in DeviceHelper()
266 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper()
267 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper()
[all …]
DvktWsiColorSpaceTests.cpp134 const InstanceInterface& vki, in createDeviceWithWsi() argument
177 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
184 const InstanceDriver& vki; member
193 , vki (instance.getDriver()) in InstanceHelper()
206 const InstanceInterface& vki, in DeviceHelper()
210 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper()
211 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper()
214 vki, in DeviceHelper()
216 enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL), in DeviceHelper()
277 const InstanceInterface& vki, in getBasicSwapchainParameters() argument
[all …]
DvktWsiFullScreenExclusiveTests.cpp108 const InstanceInterface& vki, in createDeviceWithWsi() argument
153 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
160 const InstanceDriver& vki; member
171 , vki (instance.getDriver()) in InstanceHelper()
184 const InstanceInterface& vki, in DeviceHelper()
188 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper()
189 , queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, surface)) in DeviceHelper()
192 vki, in DeviceHelper()
194 enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL), in DeviceHelper()
257 const InstanceInterface& vki, in getBasicSwapchainParameters() argument
[all …]
DvktWsiPresentIdWaitTests.cpp147 const vk::InstanceDriver& vki; member
152 , vki (instance.getDriver()) in InstanceHelper()
165 const vk::InstanceInterface& vki, in createDeviceWithWsi() argument
206 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
218 const vk::InstanceInterface& vki, in DeviceHelper()
223 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper()
224 , queueFamilyIndex (vk::wsi::chooseQueueFamilyIndex(vki, physicalDevice, surfaces)) in DeviceHelper()
227 vki, in DeviceHelper()
240 const vk::InstanceInterface& vki, in getBasicSwapchainParameters() argument
246 …st vk::VkSurfaceCapabilitiesKHR capabilities = vk::wsi::getPhysicalDeviceSurfaceCapabilities(vki, in getBasicSwapchainParameters()
[all …]
DvktWsiDisplayControlTests.cpp82 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp44 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 …]
DvktApiExternalMemoryTests.cpp177 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 …]
DvktApiComputeInstanceResultBuffer.cpp34 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()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp160 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 …]
DvkWsiUtil.hpp67 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 …]
DvkDeviceProperties.cpp29 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()
DvkDeviceFeatures.cpp29 DeviceFeatures::DeviceFeatures (const InstanceInterface& vki, in DeviceFeatures() argument
48 …Properties> deviceExtensionProperties = enumerateDeviceExtensionProperties(vki, physicalDevice, DE… in DeviceFeatures()
106 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures()
123 m_coreFeatures2.features = getPhysicalDeviceFeatures(vki, physicalDevice); in DeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp258 const DeviceInterface& vki = m_context.getDeviceInterface(); in StorageImage2D() local
287 m_image = createImage(vki, dev, &imageCreateInfo); in StorageImage2D()
291 m_semaphore = createSemaphore(vki, dev); in StorageImage2D()
293 …allocateAndBindSparseImage( vki, dev, m_context.getPhysicalDevice(), m_context.getInstanceInterfac… in StorageImage2D()
299 …m_imageMemory = allocator.allocate(getImageMemoryRequirements(vki, dev, *m_image), MemoryRequireme… in StorageImage2D()
300 …VK_CHECK(vki.bindImageMemory(dev, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()… in StorageImage2D()
304 m_view = makeImageView(vki, dev, *m_image, VK_IMAGE_VIEW_TYPE_2D, m_vkFormat, subresourceRange); in StorageImage2D()
310 const DeviceInterface& vki = m_context.getDeviceInterface(); in upload() local
324vki.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_HOST_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, (VkD… in upload()
328vki.cmdCopyBufferToImage(cmdBuffer, m_buffer.getBuffer(), *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_O… in upload()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp75 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 …]
DvktRayTracingPipelineLibraryTests.cpp80 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 …]
DvktRayTracingMemGuaranteeTests.cpp84 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 …]
DvktRayTracingBuildIndirectTests.cpp78 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp361 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory() argument
363 const vk::VkMemoryRequirements requirements = vk::getBufferMemoryRequirements(vki, device, buffer); in allocateAndBindObjectMemory()
366 VK_CHECK(vki.bindBufferMemory(device, buffer, allocation->getMemory(), allocation->getOffset())); in allocateAndBindObjectMemory()
370 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory() argument
372 const vk::VkMemoryRequirements requirements = vk::getImageMemoryRequirements(vki, device, image); in allocateAndBindObjectMemory()
375 VK_CHECK(vki.bindImageMemory(device, image, allocation->getMemory(), allocation->getOffset())); in allocateAndBindObjectMemory()
465 static vk::Move<vk::VkImage> createColorAttachment (const vk::DeviceInterface& vki,
472 static vk::Move<vk::VkImageView> createColorAttachmentView (const vk::DeviceInterface& vki,
477 static vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vki,
483 static vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vki,
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp81 std::vector<VkDrmFormatModifierPropertiesEXT> getDrmFormatModifiers (const InstanceInterface& vki, in getDrmFormatModifiers() argument
96 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers()
101 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers()
107 bool verifyHandleTypeForFormatModifier (const InstanceInterface& vki, in verifyHandleTypeForFormatModifier() argument
146 …if (vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &imageProperties… in verifyHandleTypeForFormatModifier()
157 const auto& vki = context.getInstanceInterface(); in getExportImportCompatibleModifiers() local
158 const auto drmFormatModifiers = getDrmFormatModifiers(vki, context.getPhysicalDevice(), format); in getExportImportCompatibleModifiers()
172 const auto supported = verifyHandleTypeForFormatModifier(vki, context.getPhysicalDevice(), format, in getExportImportCompatibleModifiers()
221 deBool isModifierCompatibleWithImageProperties (const InstanceInterface& vki, in isModifierCompatibleWithImageProperties() argument
259 …return vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &imagePropert… in isModifierCompatibleWithImageProperties()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp92 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp91 vector<const char*> getValidationLayers (const vk::InstanceInterface& vki, vk::VkPhysicalDevice phy… in getValidationLayers() argument
93 return getValidationLayers(enumerateDeviceLayerProperties(vki, physicalDevice)); in getValidationLayers()
390 …tformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevi… in createCustomDevice() argument
397 enabledLayers = getValidationLayers(vki, physicalDevice); in createCustomDevice()
402 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice()
405 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::V… in createUncheckedDevice() argument
412 enabledLayers = getValidationLayers(vki, physicalDevice); in createUncheckedDevice()
417 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
DvktCustomInstancesDevices.hpp49 std::vector<const char*> getValidationLayers (const vk::InstanceInterface& vki, vk::VkPhysicalDevic…
113 …tformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevi…
117 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::V…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp75 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()

12345678