Home
last modified time | relevance | path

Searched refs:instanceInterface (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp54 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
57 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
62 bool isMinMaxFilteringSupported (const vk::InstanceInterface& instanceInterface,
DvktPipelineMultisampleTestsUtil.cpp381 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument
383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
DvktPipelineMultisampleTestsUtil.hpp91 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
DvktPipelineLogicOpTests.cpp53 bool isSupportedColorAttachmentFormat (const InstanceInterface& instanceInterface, in isSupportedColorAttachmentFormat() argument
58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
DvktPipelineStencilExportTests.cpp126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineStencilTests.cpp61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineDepthTests.cpp59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineImageUtil.cpp77 bool isSupportedSamplableFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice devic… in isSupportedSamplableFormat() argument
84 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures); in isSupportedSamplableFormat()
103 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
DvktPipelineDepthRangeUnrestrictedTests.cpp125 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice … in isSupportedDepthStencilFormat() argument
129 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineBlendTests.cpp68 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument
72 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
DvktPipelineMultisampleTests.cpp123 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevic…
855 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalD… in isSupportedSampleCount() argument
859 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); in isSupportedSampleCount()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp186 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument
189 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
193 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument
199 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp231 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local
233 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
DvktSpvAsmFloatControlsTests.cpp3085 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in verifyIndependenceSettings() local
3086 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in verifyIndependenceSettings()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp113 MovePtr<SparseAllocation> build (const InstanceInterface& instanceInterface,
208 …Ptr<SparseAllocation> SparseAllocationBuilder::build (const InstanceInterface& instanceInterface, in build() argument
223 …const deUint32 memoryTypeNdx = findMatchingMemoryType(instanceInterface, physicalDevice, mem… in build()
256 …sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice, memor… in build()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp219 const InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in init() local
246 …alDeviceGroupProperties> properties = enumeratePhysicalDeviceGroups(instanceInterface, m_context.g… in init()
300 …VkPhysicalDeviceFeatures enabledDeviceFeatures = getPhysicalDeviceFeatures(instanceInterface, phys… in init()
326 …abled(), m_context.getPlatformInterface(), m_context.getInstance(), instanceInterface, physicalDev… in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp242 const InstanceInterface& instanceInterface; member
255 , instanceInterface (context.getInstanceInterface()) in Environment()
280 , instanceInterface (instanceInterface_) in Environment()
2731 …, env (parent.vkp, parent.apiVersion, parent.instanceInterface, parent.instance, vkd, *device, de… in EnvClone()
2802 resEnv.env.instanceInterface, in createSingleAllocCallbacksTest()
2869 resEnv.env.instanceInterface, in allocCallbackFailTest()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp276 const vk::InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in isFeaturesSupported() local
277 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1102 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in testSemaphores() local
1110 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice)); in testSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp7902 const auto& instanceInterface = m_context.getInstanceInterface(); in init() local
7905 m_rayTracingPropsPtr = makeRayTracingProperties(instanceInterface, in init()