Home
last modified time | relevance | path

Searched defs:vki (Results 1 – 25 of 140) sorted by relevance

123456

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp44 const DeviceInterface& vki = context.getDeviceInterface(); in createDataBuffer() local
91 const DeviceInterface& vki = context.getDeviceInterface(); in createColorDataBuffer() local
135 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSetLayout() local
148 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorPool() local
164 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet() local
201 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet() local
DvktApiExternalMemoryTests.cpp177 deUint32 chooseQueueFamilyIndex (const vk::InstanceInterface& vki, in chooseQueueFamilyIndex()
238 const vk::InstanceInterface& vki, in createTestDevice()
403 void checkSemaphoreSupport (const vk::InstanceInterface& vki, in checkSemaphoreSupport()
431 void checkFenceSupport (const vk::InstanceInterface& vki, in checkFenceSupport()
459 void checkBufferSupport (const vk::InstanceInterface& vki, in checkBufferSupport()
495 void checkImageSupport (const vk::InstanceInterface& vki, in checkImageSupport()
756 const vk::InstanceDriver& vki (instance.getDriver()); in testSemaphoreQueries() local
805 const vk::InstanceDriver& vki (instance.getDriver()); in testSemaphoreWin32Create() local
876 const vk::InstanceDriver& vki (instance.getDriver()); in testSemaphoreImportTwice() local
923 const vk::InstanceDriver& vki (instance.getDriver()); in testSemaphoreImportReimport() local
[all …]
DvktApiComputeInstanceResultBuffer.cpp34 ComputeInstanceResultBuffer::ComputeInstanceResultBuffer (const DeviceInterface &vki, in ComputeInstanceResultBuffer()
58 Move<VkBuffer> ComputeInstanceResultBuffer::createResultBuffer(const DeviceInterface &vki, in createResultBuffer()
DvktApiGetMemoryCommitment.cpp114 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate() local
383 const InstanceInterface& vki = m_context.getInstanceInterface(); in iterate() local
471 const InstanceInterface& vki = m_context.getInstanceInterface(); in isDeviceMemoryCommitmentOk() local
DvktApiFeatureInfo.cpp682 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimits12() local
1161 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportExtDescriptorIndexing() local
1293 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportNvMeshShader() local
1304 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimitsNvMeshShader() local
1410 const InstanceInterface& vki = context.getInstanceInterface(); in checkSupportNvRayTracing() local
1421 const InstanceInterface& vki = context.getInstanceInterface(); in validateLimitsNvRayTracing() local
1576 const InstanceInterface& vki = context.getInstanceInterface(); in featureBitInfluenceOnDeviceCreate() local
1906 const InstanceDriver& vki (instance.getDriver()); in enumeratePhysicalDeviceGroups() local
2124 const InstanceInterface& vki = context.getInstanceInterface(); in testNoKhxExtensions() local
2672 const InstanceDriver& vki (instance.getDriver()); in deviceGroupPeerMemoryFeatures() local
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp160 VkResult createSurface (const InstanceInterface& vki, in createSurface()
283 Move<VkSurfaceKHR> createSurface (const InstanceInterface& vki, in createSurface()
295 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki, in getPhysicalDeviceSurfaceSupport()
307 VkBool32 getPhysicalDevicePresentationSupport (const InstanceInterface& vki, in getPhysicalDevicePresentationSupport()
358 VkSurfaceCapabilitiesKHR getPhysicalDeviceSurfaceCapabilities (const InstanceInterface& vki, in getPhysicalDeviceSurfaceCapabilities()
371 VkSurfaceCapabilities2EXT getPhysicalDeviceSurfaceCapabilities2EXT (const InstanceInterface& vki, in getPhysicalDeviceSurfaceCapabilities2EXT()
403 std::vector<VkSurfaceFormatKHR> getPhysicalDeviceSurfaceFormats (const InstanceInterface& vki, in getPhysicalDeviceSurfaceFormats()
423 std::vector<VkPresentModeKHR> getPhysicalDeviceSurfacePresentModes (const InstanceInterface& vki, in getPhysicalDeviceSurfacePresentModes()
466 std::vector<deUint32> getSupportedQueueFamilyIndices (const InstanceInterface& vki, VkPhysicalDevic… in getSupportedQueueFamilyIndices()
484 std::vector<deUint32> getSortedSupportedQueueFamilyIndices (const vk::InstanceInterface& vki, vk::V… in getSortedSupportedQueueFamilyIndices()
[all …]
DvkDebugReportUtil.cpp137 Move<VkDebugReportCallbackEXT> createCallback (const InstanceInterface& vki, in createCallback()
161 DebugReportRecorder::DebugReportRecorder (const InstanceInterface& vki, VkInstance instance, bool p… in DebugReportRecorder()
DvkDeviceProperties.cpp29 DeviceProperties::DeviceProperties (const InstanceInterface& vki, in DeviceProperties()
DvkMemUtil.cpp256 MovePtr<Allocation> allocateExtended (const InstanceInterface& vki, in allocateExtended()
285 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated()
304 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp77 std::vector<VkDrmFormatModifierPropertiesEXT> getDrmFormatModifiers (const InstanceInterface& vki, in getDrmFormatModifiers()
102 VkImageFormatProperties2 verifyHandleTypeForFormatModifier (const InstanceInterface& vki, in verifyHandleTypeForFormatModifier()
184 const InstanceInterface& vki = context.getInstanceInterface(); in checkExportImportExtensions() local
208 deBool isModifierCompatibleWithImageProperties (const InstanceInterface& vki, in isModifierCompatibleWithImageProperties()
252 const InstanceInterface& vki = context.getInstanceInterface(); in listModifiersCase() local
371 const InstanceInterface& vki = context.getInstanceInterface(); in createImageListModifiersCase() local
442 const InstanceInterface& vki = context.getInstanceInterface(); in exportImportMemoryExplicitModifiersCase() local
686 const InstanceInterface& vki = context.getInstanceInterface(); in exportImportMemoryExplicitModifiersCase() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp92 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated()
99 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()
DvktPipelineRenderToImageTests.cpp174 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki, in bindBuffer()
202 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, in bindImage()
744 const InstanceInterface& vki = context.getInstanceInterface(); in getMemoryTypeNdx() local
765 const InstanceInterface& vki = context.getInstanceInterface(); in getMaxDeviceHeapSize() local
802 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isDepthStencilFormatSupported()
883 const InstanceInterface& vki = context.getInstanceInterface(); in testWithSizeReduction() local
1394 const InstanceInterface& vki = context.getInstanceInterface(); in testRenderToMipMaps() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp75 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize()
84 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment()
183 const auto& vki = context.getInstanceInterface(); in DeviceHelper() local
294 const auto& vki = context.getInstanceInterface(); in checkSupport() local
411 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
DvktRayTracingBuildIndirectTests.cpp78 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize()
88 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment()
431 const InstanceInterface& vki = m_context.getInstanceInterface(); in prepareBuffer() local
494 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
607 const InstanceInterface& vki = m_context.getInstanceInterface(); in checkSupportInInstance() local
DvktRayTracingMemGuaranteeTests.cpp84 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize()
93 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment()
518 …rWithMemory> RayTracingBuildTestInstance::createShaderBindingTable (const InstanceInterface& vki, in createShaderBindingTable()
618 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
732 const InstanceInterface& vki = m_context.getInstanceInterface(); in checkSupportInInstance() local
DvktRayTracingWatertightnessTests.cpp108 deUint32 getShaderGroupSize(const InstanceInterface& vki, in getShaderGroupSize()
118 deUint32 getShaderGroupBaseAlignment(const InstanceInterface& vki, in getShaderGroupBaseAlignment()
245 const auto& vki = context.getInstanceInterface(); in checkSupport() local
600 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
728 const InstanceInterface& vki = m_context.getInstanceInterface(); in checkSupportInInstance() local
DvktRayTracingPipelineLibraryTests.cpp80 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize()
89 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment()
173 const auto& vki = context.getInstanceInterface(); in DeviceHelper() local
260 const auto& vki = context.getInstanceInterface(); in checkSupport() local
477 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
DvktRayTracingBuildLargeTests.cpp71 deUint32 getShaderGroupSize (const InstanceInterface& vki, in getShaderGroupSize()
81 deUint32 getShaderGroupBaseAlignment (const InstanceInterface& vki, in getShaderGroupBaseAlignment()
350 const InstanceInterface& vki = m_context.getInstanceInterface(); in runTest() local
462 const InstanceInterface& vki = m_context.getInstanceInterface(); in checkSupportInInstance() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp366 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory()
375 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevi… in allocateAndBindObjectMemory()
538 …ve<vk::VkImage> SingleTargetRenderInstance::createColorAttachment (const vk::DeviceInterface& vki, in createColorAttachment()
571 …VkImageView> SingleTargetRenderInstance::createColorAttachmentView (const vk::DeviceInterface& vki, in createColorAttachmentView()
597 …e<vk::VkFramebuffer> SingleTargetRenderInstance::createFramebuffer (const vk::DeviceInterface& vki, in createFramebuffer()
619 …e<vk::VkCommandPool> SingleTargetRenderInstance::createCommandPool (const vk::DeviceInterface& vki, in createCommandPool()
746 RenderInstanceShaders::RenderInstanceShaders (const vk::DeviceInterface& vki, in RenderInstanceShaders()
760 void RenderInstanceShaders::addStage (const vk::DeviceInterface& vki, in addStage()
1366 …::vector<BufferHandleSp> BufferRenderInstance::createSourceBuffers (const vk::DeviceInterface& vki, in createSourceBuffers()
1412 vk::Move<vk::VkBuffer> BufferRenderInstance::createSourceBuffer (const vk::DeviceInterface& vki, in createSourceBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp184 const DeviceInterface& vki = m_context.getDeviceInterface(); in StorageImage2D() local
236 const DeviceInterface& vki = m_context.getDeviceInterface(); in upload() local
274 const DeviceInterface& vki = m_context.getDeviceInterface(); in download() local
317 const DeviceInterface& vki = m_context.getDeviceInterface(); in StorageBuffer2D() local
836 const DeviceInterface& vki = m_context.getDeviceInterface(); in iterate() local
DvktImageLoadStoreUtil.cpp104 VkDeviceSize getOptimalUniformBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice… in getOptimalUniformBufferChunkSize()
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp86 vector<const char*> getValidationLayers (const vk::InstanceInterface& vki, vk::VkPhysicalDevice phy… in getValidationLayers()
346 … const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::… in createCustomDevice()
361 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::V… in createUncheckedDevice()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp70 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, c… in checkPointSizeRequirements()
289 const InstanceInterface& vki = context.getInstanceInterface(); in test() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayControlTests.cpp82 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkS… in chooseQueueFamilyIndex()
100 const InstanceInterface& vki, in createTestDevice()
166 VkDisplayKHR getDisplayAndDisplayPlane(const InstanceInterface& vki, VkPhysicalDevice physicalDevic… in getDisplayAndDisplayPlane()
208 VkSurfaceKHR createSurface(const InstanceInterface& vki, VkInstance instance, VkPhysicalDevice phys… in createSurface()
967 const InstanceInterface& vki = context.getInstanceInterface(); in getDisplays() local
DvktWsiFullScreenExclusiveTests.cpp106 const InstanceInterface& vki, in createDeviceWithWsi()
158 const InstanceDriver& vki; member
255 const InstanceInterface& vki, in getBasicSwapchainParameters()

123456