/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 54 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface, 57 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface, 62 bool isMinMaxFilteringSupported (const vk::InstanceInterface& instanceInterface,
|
D | vktPipelineMultisampleTestsUtil.cpp | 381 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument 383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
|
D | vktPipelineMultisampleTestsUtil.hpp | 91 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
|
D | vktPipelineLogicOpTests.cpp | 53 bool isSupportedColorAttachmentFormat (const InstanceInterface& instanceInterface, in isSupportedColorAttachmentFormat() argument 58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
|
D | vktPipelineStencilExportTests.cpp | 126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineDepthTests.cpp | 59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineImageUtil.cpp | 77 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()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 125 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice … in isSupportedDepthStencilFormat() argument 129 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineBlendTests.cpp | 68 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument 72 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
|
D | vktPipelineMultisampleTests.cpp | 123 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 186 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/ |
D | vktSpvAsmUtils.cpp | 231 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local 233 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
|
D | vktSpvAsmFloatControlsTests.cpp | 3085 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in verifyIndependenceSettings() local 3086 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in verifyIndependenceSettings()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 113 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/ |
D | vktDeviceGroupRendering.cpp | 219 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/ |
D | vktApiObjectManagementTests.cpp | 242 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/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 276 const vk::InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in isFeaturesSupported() local 277 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFeaturesSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1102 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in testSemaphores() local 1110 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice)); in testSemaphores()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMiscTests.cpp | 7902 const auto& instanceInterface = m_context.getInstanceInterface(); in init() local 7905 m_rayTracingPropsPtr = makeRayTracingProperties(instanceInterface, in init()
|