Home
last modified time | relevance | path

Searched refs:getInstanceInterface (Results 1 - 25 of 640) sorted by relevance

12345678910>>...26

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiToolingInfoTests.cpp71 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL); in validateGetter()
90 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
113 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
129 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
155 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
180 VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL)); in validateToolsProperties()
191 VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, &deviceToolPropertiesEXTArray[0])); in validateToolsProperties()
H A DvktApiBufferAndImageAllocationUtil.cpp86 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer()
157 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage()
H A DvktApiBufferTests.cpp144 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport()
196 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
407 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
677 const InstanceInterface& vki = context.getInstanceInterface(); in testDepthStencilBufferFeatures()
702 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), in testLargeBuffer()
758 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiToolingInfoTests.cpp71 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL); in validateGetter()
90 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
113 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
129 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
155 result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]); in validateGetter()
180 VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL)); in validateToolsProperties()
191 VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, &deviceToolPropertiesEXTArray[0])); in validateToolsProperties()
H A DvktApiBufferTests.cpp145 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport()
198 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
409 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest()
680 const InstanceInterface& vki = context.getInstanceInterface(); in testDepthStencilBufferFeatures()
705 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), in testLargeBuffer()
761 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support()
H A DvktApiBufferAndImageAllocationUtil.cpp81 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer()
155 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp130 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in CustomDevice()
188 , m_instanceInterface (ctx.getInstanceInterface()) {} in FakeInstanceInterface()
344 const InstanceInterface& getInstanceInterface () const { return m_instanceInterface; } in getInstanceInterface() function in vkt::postmortem::__anon28286::FakeContext
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
432 const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getInstanceInterface() : m_context.getInstanceInterface(); in iterate()
H A DvktPostmortemUtil.cpp81 context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createPostmortemDevice()
90 m_allocator(m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())) in PostmortemTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp130 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in CustomDevice()
188 , m_instanceInterface (ctx.getInstanceInterface()) {} in FakeInstanceInterface()
344 const InstanceInterface& getInstanceInterface () const { return m_instanceInterface; } in getInstanceInterface() function in vkt::postmortem::__anon29499::FakeContext
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
432 const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getInstanceInterface() : m_context.getInstanceInterface(); in iterate()
H A DvktPostmortemUtil.cpp81 context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceParams); in createPostmortemDevice()
90 m_allocator(m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice())) in PostmortemTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp198 checkShaderObjectRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_computePipelineConstructionType); in checkSupport()
236 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &properties); in iterate()
320 checkShaderObjectRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_computePipelineConstructionType); in checkSupport()
331 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
606 checkShaderObjectRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_computePipelineConstructionType); in checkSupport()
617 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
979 checkShaderObjectRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_computePipelineConstructionType); in checkSupport()
1023 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &properties); in iterate()
1103 checkShaderObjectRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_computePipelineConstructionType); in checkSupport()
1107 context.getInstanceInterface() in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp427 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesInside()
437 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesInside()
500 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesOutside()
551 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_DEPTH_CLAMP); in testPrimitivesDepthClamp()
590 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClamp()
602 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClamp()
682 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClip()
694 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClip()
742 if (getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()
779 requireFeatures(context.getInstanceInterface(), contex in testLargePoints()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp92 ctx.getInstanceInterface().getPhysicalDeviceFeatures2(ctx.getPhysicalDevice(), &features2); in createInstance()
108 Move<VkDevice> device = createCustomDevice(ctx.getTestContext().getCommandLine().isValidationEnabled(), ctx.getPlatformInterface(), ctx.getInstance(), ctx.getInstanceInterface(), ctx.getPhysicalDevice(), &deviceCreateInfo); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp85 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsDepthStencilFormat()
104 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsAtLeastOneDepthStencilFormat()
308 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat)) in checkSupport()
314 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
397 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance()
398 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance()
399 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance()
400 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in DepthTestInstance()
404 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType },
405 { context.getInstanceInterface(), contex
[all...]
H A DvktPipelineBlendTests.cpp444 if (!isSupportedBlendFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_colorFormat)) in checkSupport()
447 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
558 if (!isSupportedBlendFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_colorFormat)) in checkSupport()
560 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
608 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance()
609 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance()
610 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance()
611 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in BlendTestInstance()
617 SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()));
1138 SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_contex in verifyImage()
[all...]
H A DvktPipelineMatchedAttachmentsTests.cpp54 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), params.pipelineConstructionType); in checkSupport()
80 const InstanceInterface& vki = context.getInstanceInterface(); in testMatchedAttachments()
H A DvktPipelineStencilTests.cpp289 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_stencilFormat)) in checkSupport()
295 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
365 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance()
366 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance()
367 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance()
368 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in StencilTestInstance()
374 SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.getPhysicalDevice()));
849 SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in verifyImage()
873 SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in verifyImage()
H A DvktPipelineDynamicVertexAttributeTests.cpp201 context.getInstance(), context.getInstanceInterface(), context.getPhysicalDevice(), &deviceInfo); in createDynamicVertexStateDevice()
240 const vk::InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in iterate()
244 vk::SimpleAllocator allocator (vk, *device, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); in iterate()
551 const vk::InstanceInterface& vki = context.getInstanceInterface(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp427 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesInside()
437 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesInside()
500 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesOutside()
551 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_DEPTH_CLAMP); in testPrimitivesDepthClamp()
590 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClamp()
602 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClamp()
682 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClip()
694 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_GEOMETRY_SHADER); in testPrimitivesDepthClip()
742 if (getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()
779 requireFeatures(context.getInstanceInterface(), contex in testLargePoints()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp137 const vk::InstanceInterface& vki = context.getInstanceInterface(); in forbiddenCoreExtensions()
324 const vk::InstanceInterface& vki = context.getInstanceInterface(); in allowedExtensions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp384 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in StencilTestInstance()
433 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in ViewportTestInstance()
480 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in ScissorTestInstance()
548 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in BlendTestInstance()
584 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in LineTestInstance()
628 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp94 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
245 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
525 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
616 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
731 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
818 const InstanceInterface& vk = m_context.getInstanceInterface(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp383 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in StencilTestInstance()
432 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in ViewportTestInstance()
468 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in ScissorTestInstance()
536 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in BlendTestInstance()
572 : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, pickSupportedStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice())) in LineTestInstance()
616 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectApiTests.cpp62 const vk::InstanceInterface& vki = m_context.getInstanceInterface(); in iterate()
208 const vk::InstanceInterface& vki = m_context.getInstanceInterface(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp137 const vk::InstanceInterface& vki = context.getInstanceInterface(); in forbiddenCoreExtensions()
324 const vk::InstanceInterface& vki = context.getInstanceInterface(); in allowedExtensions()

Completed in 28 milliseconds

12345678910>>...26