• Home
  • Raw
  • Download

Lines Matching full:supported

1043 	// VK_IMAGE_CREATE_PROTECTED_BIT not currently supported.  in getProperties()
1431 // robustImageAccess2 is not supported. in getPipelineRobustnessProperties()
1535 // CheckFeature returns false if requested is asking for a feature that is not supported
1536 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.fe… argument
1543 T supported; in getSupportedFeatures() local
1544 supported.sType = requested->sType; in getSupportedFeatures()
1545 supported.pNext = nullptr; in getSupportedFeatures()
1546 features.pNext = &supported; in getSupportedFeatures()
1548 return supported; in getSupportedFeatures()
1553 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1555 return CheckFeature(requested, supported, rectangularLines) && in hasExtendedFeatures()
1556 CheckFeature(requested, supported, bresenhamLines) && in hasExtendedFeatures()
1557 CheckFeature(requested, supported, smoothLines) && in hasExtendedFeatures()
1558 CheckFeature(requested, supported, stippledRectangularLines) && in hasExtendedFeatures()
1559 CheckFeature(requested, supported, stippledBresenhamLines) && in hasExtendedFeatures()
1560 CheckFeature(requested, supported, stippledSmoothLines); in hasExtendedFeatures()
1565 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1567 return CheckFeature(requested, supported, provokingVertexLast) && in hasExtendedFeatures()
1568 CheckFeature(requested, supported, transformFeedbackPreservesProvokingVertex); in hasExtendedFeatures()
1573 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1575 return CheckFeature(requested, supported, storageBuffer16BitAccess) && in hasExtendedFeatures()
1576 CheckFeature(requested, supported, uniformAndStorageBuffer16BitAccess) && in hasExtendedFeatures()
1577 CheckFeature(requested, supported, storagePushConstant16) && in hasExtendedFeatures()
1578 CheckFeature(requested, supported, storageInputOutput16) && in hasExtendedFeatures()
1579 CheckFeature(requested, supported, multiview) && in hasExtendedFeatures()
1580 CheckFeature(requested, supported, multiviewGeometryShader) && in hasExtendedFeatures()
1581 CheckFeature(requested, supported, multiviewTessellationShader) && in hasExtendedFeatures()
1582 CheckFeature(requested, supported, variablePointersStorageBuffer) && in hasExtendedFeatures()
1583 CheckFeature(requested, supported, variablePointers) && in hasExtendedFeatures()
1584 CheckFeature(requested, supported, protectedMemory) && in hasExtendedFeatures()
1585 CheckFeature(requested, supported, samplerYcbcrConversion) && in hasExtendedFeatures()
1586 CheckFeature(requested, supported, shaderDrawParameters); in hasExtendedFeatures()
1591 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1593 return CheckFeature(requested, supported, samplerMirrorClampToEdge) && in hasExtendedFeatures()
1594 CheckFeature(requested, supported, drawIndirectCount) && in hasExtendedFeatures()
1595 CheckFeature(requested, supported, storageBuffer8BitAccess) && in hasExtendedFeatures()
1596 CheckFeature(requested, supported, uniformAndStorageBuffer8BitAccess) && in hasExtendedFeatures()
1597 CheckFeature(requested, supported, storagePushConstant8) && in hasExtendedFeatures()
1598 CheckFeature(requested, supported, shaderBufferInt64Atomics) && in hasExtendedFeatures()
1599 CheckFeature(requested, supported, shaderSharedInt64Atomics) && in hasExtendedFeatures()
1600 CheckFeature(requested, supported, shaderFloat16) && in hasExtendedFeatures()
1601 CheckFeature(requested, supported, shaderInt8) && in hasExtendedFeatures()
1602 CheckFeature(requested, supported, descriptorIndexing) && in hasExtendedFeatures()
1603 CheckFeature(requested, supported, shaderInputAttachmentArrayDynamicIndexing) && in hasExtendedFeatures()
1604 CheckFeature(requested, supported, shaderUniformTexelBufferArrayDynamicIndexing) && in hasExtendedFeatures()
1605 CheckFeature(requested, supported, shaderStorageTexelBufferArrayDynamicIndexing) && in hasExtendedFeatures()
1606 CheckFeature(requested, supported, shaderUniformBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1607 CheckFeature(requested, supported, shaderSampledImageArrayNonUniformIndexing) && in hasExtendedFeatures()
1608 CheckFeature(requested, supported, shaderStorageBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1609 CheckFeature(requested, supported, shaderStorageImageArrayNonUniformIndexing) && in hasExtendedFeatures()
1610 CheckFeature(requested, supported, shaderInputAttachmentArrayNonUniformIndexing) && in hasExtendedFeatures()
1611 CheckFeature(requested, supported, shaderUniformTexelBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1612 CheckFeature(requested, supported, shaderStorageTexelBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1613 CheckFeature(requested, supported, descriptorBindingUniformBufferUpdateAfterBind) && in hasExtendedFeatures()
1614 CheckFeature(requested, supported, descriptorBindingSampledImageUpdateAfterBind) && in hasExtendedFeatures()
1615 CheckFeature(requested, supported, descriptorBindingStorageImageUpdateAfterBind) && in hasExtendedFeatures()
1616 CheckFeature(requested, supported, descriptorBindingStorageBufferUpdateAfterBind) && in hasExtendedFeatures()
1617 CheckFeature(requested, supported, descriptorBindingUniformTexelBufferUpdateAfterBind) && in hasExtendedFeatures()
1618 CheckFeature(requested, supported, descriptorBindingStorageTexelBufferUpdateAfterBind) && in hasExtendedFeatures()
1619 CheckFeature(requested, supported, descriptorBindingUpdateUnusedWhilePending) && in hasExtendedFeatures()
1620 CheckFeature(requested, supported, descriptorBindingPartiallyBound) && in hasExtendedFeatures()
1621 CheckFeature(requested, supported, descriptorBindingVariableDescriptorCount) && in hasExtendedFeatures()
1622 CheckFeature(requested, supported, runtimeDescriptorArray) && in hasExtendedFeatures()
1623 CheckFeature(requested, supported, samplerFilterMinmax) && in hasExtendedFeatures()
1624 CheckFeature(requested, supported, scalarBlockLayout) && in hasExtendedFeatures()
1625 CheckFeature(requested, supported, imagelessFramebuffer) && in hasExtendedFeatures()
1626 CheckFeature(requested, supported, uniformBufferStandardLayout) && in hasExtendedFeatures()
1627 CheckFeature(requested, supported, shaderSubgroupExtendedTypes) && in hasExtendedFeatures()
1628 CheckFeature(requested, supported, separateDepthStencilLayouts) && in hasExtendedFeatures()
1629 CheckFeature(requested, supported, hostQueryReset) && in hasExtendedFeatures()
1630 CheckFeature(requested, supported, timelineSemaphore) && in hasExtendedFeatures()
1631 CheckFeature(requested, supported, bufferDeviceAddress) && in hasExtendedFeatures()
1632 CheckFeature(requested, supported, bufferDeviceAddressCaptureReplay) && in hasExtendedFeatures()
1633 CheckFeature(requested, supported, bufferDeviceAddressMultiDevice) && in hasExtendedFeatures()
1634 CheckFeature(requested, supported, vulkanMemoryModel) && in hasExtendedFeatures()
1635 CheckFeature(requested, supported, vulkanMemoryModelDeviceScope) && in hasExtendedFeatures()
1636 CheckFeature(requested, supported, vulkanMemoryModelAvailabilityVisibilityChains) && in hasExtendedFeatures()
1637 CheckFeature(requested, supported, shaderOutputViewportIndex) && in hasExtendedFeatures()
1638 CheckFeature(requested, supported, shaderOutputLayer) && in hasExtendedFeatures()
1639 CheckFeature(requested, supported, subgroupBroadcastDynamicId); in hasExtendedFeatures()
1644 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1646 return CheckFeature(requested, supported, robustImageAccess) && in hasExtendedFeatures()
1647 CheckFeature(requested, supported, inlineUniformBlock) && in hasExtendedFeatures()
1648 CheckFeature(requested, supported, descriptorBindingInlineUniformBlockUpdateAfterBind) && in hasExtendedFeatures()
1649 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
1650 CheckFeature(requested, supported, privateData) && in hasExtendedFeatures()
1651 CheckFeature(requested, supported, shaderDemoteToHelperInvocation) && in hasExtendedFeatures()
1652 CheckFeature(requested, supported, shaderTerminateInvocation) && in hasExtendedFeatures()
1653 CheckFeature(requested, supported, subgroupSizeControl) && in hasExtendedFeatures()
1654 CheckFeature(requested, supported, computeFullSubgroups) && in hasExtendedFeatures()
1655 CheckFeature(requested, supported, synchronization2) && in hasExtendedFeatures()
1656 CheckFeature(requested, supported, textureCompressionASTC_HDR) && in hasExtendedFeatures()
1657 CheckFeature(requested, supported, shaderZeroInitializeWorkgroupMemory) && in hasExtendedFeatures()
1658 CheckFeature(requested, supported, dynamicRendering) && in hasExtendedFeatures()
1659 CheckFeature(requested, supported, shaderIntegerDotProduct) && in hasExtendedFeatures()
1660 CheckFeature(requested, supported, maintenance4); in hasExtendedFeatures()
1665 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1667 return CheckFeature(requested, supported, depthClipEnable); in hasExtendedFeatures()
1672 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1674 return CheckFeature(requested, supported, advancedBlendCoherentOperations); in hasExtendedFeatures()
1679 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1681 return CheckFeature(requested, supported, inlineUniformBlock) && in hasExtendedFeatures()
1682 CheckFeature(requested, supported, descriptorBindingInlineUniformBlockUpdateAfterBind); in hasExtendedFeatures()
1687 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1689 return CheckFeature(requested, supported, shaderIntegerDotProduct); in hasExtendedFeatures()
1694 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1696 return CheckFeature(requested, supported, extendedDynamicState); in hasExtendedFeatures()
1701 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1703 return CheckFeature(requested, supported, vertexInputDynamicState); in hasExtendedFeatures()
1708 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1710 return CheckFeature(requested, supported, privateData); in hasExtendedFeatures()
1715 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1717 return CheckFeature(requested, supported, textureCompressionASTC_HDR); in hasExtendedFeatures()
1722 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1724 return CheckFeature(requested, supported, shaderDemoteToHelperInvocation); in hasExtendedFeatures()
1729 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1731 return CheckFeature(requested, supported, shaderTerminateInvocation); in hasExtendedFeatures()
1736 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1738 return CheckFeature(requested, supported, subgroupSizeControl) && in hasExtendedFeatures()
1739 CheckFeature(requested, supported, computeFullSubgroups); in hasExtendedFeatures()
1744 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1746 return CheckFeature(requested, supported, shaderZeroInitializeWorkgroupMemory); in hasExtendedFeatures()
1751 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1753 return CheckFeature(requested, supported, primitiveTopologyListRestart) && in hasExtendedFeatures()
1754 CheckFeature(requested, supported, primitiveTopologyPatchListRestart); in hasExtendedFeatures()
1759 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1761 return CheckFeature(requested, supported, graphicsPipelineLibrary); in hasExtendedFeatures()
1766 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1768 return CheckFeature(requested, supported, swapchainMaintenance1); in hasExtendedFeatures()
1773 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1775 return CheckFeature(requested, supported, hostImageCopy); in hasExtendedFeatures()
1780 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1782 return CheckFeature(requested, supported, indexTypeUint8); in hasExtendedFeatures()
1787 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1789 return CheckFeature(requested, supported, shaderInputAttachmentArrayDynamicIndexing) && in hasExtendedFeatures()
1790 CheckFeature(requested, supported, shaderUniformTexelBufferArrayDynamicIndexing) && in hasExtendedFeatures()
1791 CheckFeature(requested, supported, shaderStorageTexelBufferArrayDynamicIndexing) && in hasExtendedFeatures()
1792 CheckFeature(requested, supported, shaderUniformBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1793 CheckFeature(requested, supported, shaderSampledImageArrayNonUniformIndexing) && in hasExtendedFeatures()
1794 CheckFeature(requested, supported, shaderStorageBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1795 CheckFeature(requested, supported, shaderStorageImageArrayNonUniformIndexing) && in hasExtendedFeatures()
1796 CheckFeature(requested, supported, shaderInputAttachmentArrayNonUniformIndexing) && in hasExtendedFeatures()
1797 CheckFeature(requested, supported, shaderUniformTexelBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1798 CheckFeature(requested, supported, shaderStorageTexelBufferArrayNonUniformIndexing) && in hasExtendedFeatures()
1799 CheckFeature(requested, supported, descriptorBindingUniformBufferUpdateAfterBind) && in hasExtendedFeatures()
1800 CheckFeature(requested, supported, descriptorBindingSampledImageUpdateAfterBind) && in hasExtendedFeatures()
1801 CheckFeature(requested, supported, descriptorBindingStorageImageUpdateAfterBind) && in hasExtendedFeatures()
1802 CheckFeature(requested, supported, descriptorBindingStorageBufferUpdateAfterBind) && in hasExtendedFeatures()
1803 CheckFeature(requested, supported, descriptorBindingUniformTexelBufferUpdateAfterBind) && in hasExtendedFeatures()
1804 CheckFeature(requested, supported, descriptorBindingStorageTexelBufferUpdateAfterBind) && in hasExtendedFeatures()
1805 CheckFeature(requested, supported, descriptorBindingUpdateUnusedWhilePending) && in hasExtendedFeatures()
1806 CheckFeature(requested, supported, descriptorBindingPartiallyBound) && in hasExtendedFeatures()
1807 CheckFeature(requested, supported, descriptorBindingVariableDescriptorCount) && in hasExtendedFeatures()
1808 CheckFeature(requested, supported, runtimeDescriptorArray); in hasExtendedFeatures()
1813 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1815 return CheckFeature(requested, supported, pipelineRobustness); in hasExtendedFeatures()
1820 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1822 return CheckFeature(requested, supported, protectedMemory); in hasExtendedFeatures()
1827 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1829 return CheckFeature(requested, supported, bufferDeviceAddress) && in hasExtendedFeatures()
1830 CheckFeature(requested, supported, bufferDeviceAddressCaptureReplay) && in hasExtendedFeatures()
1831 CheckFeature(requested, supported, bufferDeviceAddressMultiDevice); in hasExtendedFeatures()
1836 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1838 return CheckFeature(requested, supported, globalPriorityQuery); in hasExtendedFeatures()
1954 …// TODO(b/171299814): Compressed formats and cube maps are not supported for sampling using VK_IMA… in isFormatSupported()
1955 …// in linear tiling is always supported as long as it can be sampled when using VK_IMAGE_TILING_OP… in isFormatSupported()
2294 …T: // Note: either VK_FORMAT_D32_SFLOAT or VK_FORMAT_X8_D24_UNORM_PACK32 must be supported in GetFormatProperties()
2295 …INT: // Note: either VK_FORMAT_D24_UNORM_S8_UINT or VK_FORMAT_D32_SFLOAT_S8_UINT must be supported in GetFormatProperties()
2306 …T: // Note: either VK_FORMAT_D32_SFLOAT or VK_FORMAT_X8_D24_UNORM_PACK32 must be supported in GetFormatProperties()
2307 …INT: // Note: either VK_FORMAT_D24_UNORM_S8_UINT or VK_FORMAT_D32_SFLOAT_S8_UINT must be supported in GetFormatProperties()
2453 // "If VK_EXT_host_image_copy is supported and VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT is supported in GetFormatProperties()
2455 …// VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT must also be supported in optimalTilingFeatures in GetFormatProperties()