Lines Matching refs:CAPABILITY
663 CASE0(CAPABILITY, CapabilityMatrix),
664 CASE1(CAPABILITY, CapabilityShader, Matrix),
665 CASE1(CAPABILITY, CapabilityGeometry, Shader),
666 CASE1(CAPABILITY, CapabilityTessellation, Shader),
667 CASE0(CAPABILITY, CapabilityAddresses),
668 CASE0(CAPABILITY, CapabilityLinkage),
669 CASE0(CAPABILITY, CapabilityKernel),
670 CASE1(CAPABILITY, CapabilityVector16, Kernel),
671 CASE1(CAPABILITY, CapabilityFloat16Buffer, Kernel),
672 CASE0(CAPABILITY, CapabilityFloat16), // Bug 15234
673 CASE0(CAPABILITY, CapabilityFloat64),
674 CASE0(CAPABILITY, CapabilityInt64),
675 CASE1(CAPABILITY, CapabilityInt64Atomics, Int64),
676 CASE1(CAPABILITY, CapabilityImageBasic, Kernel),
677 CASE1(CAPABILITY, CapabilityImageReadWrite, ImageBasic),
678 CASE1(CAPABILITY, CapabilityImageMipmap, ImageBasic),
680 CASE1(CAPABILITY, CapabilityPipes, Kernel),
681 CASE0(CAPABILITY, CapabilityGroups),
682 CASE1(CAPABILITY, CapabilityDeviceEnqueue, Kernel),
683 CASE1(CAPABILITY, CapabilityLiteralSampler, Kernel),
684 CASE1(CAPABILITY, CapabilityAtomicStorage, Shader),
685 CASE0(CAPABILITY, CapabilityInt16),
686 CASE1(CAPABILITY, CapabilityTessellationPointSize, Tessellation),
687 CASE1(CAPABILITY, CapabilityGeometryPointSize, Geometry),
688 CASE1(CAPABILITY, CapabilityImageGatherExtended, Shader),
690 CASE1(CAPABILITY, CapabilityStorageImageMultisample, Shader),
691 CASE1(CAPABILITY, CapabilityUniformBufferArrayDynamicIndexing, Shader),
692 CASE1(CAPABILITY, CapabilitySampledImageArrayDynamicIndexing, Shader),
693 CASE1(CAPABILITY, CapabilityStorageBufferArrayDynamicIndexing, Shader),
694 CASE1(CAPABILITY, CapabilityStorageImageArrayDynamicIndexing, Shader),
695 CASE1(CAPABILITY, CapabilityClipDistance, Shader),
696 CASE1(CAPABILITY, CapabilityCullDistance, Shader),
697 CASE1(CAPABILITY, CapabilityImageCubeArray, SampledCubeArray),
698 CASE1(CAPABILITY, CapabilitySampleRateShading, Shader),
699 CASE1(CAPABILITY, CapabilityImageRect, SampledRect),
700 CASE1(CAPABILITY, CapabilitySampledRect, Shader),
701 CASE1(CAPABILITY, CapabilityGenericPointer, Addresses),
702 CASE0(CAPABILITY, CapabilityInt8),
703 CASE1(CAPABILITY, CapabilityInputAttachment, Shader),
704 CASE1(CAPABILITY, CapabilitySparseResidency, Shader),
705 CASE1(CAPABILITY, CapabilityMinLod, Shader),
706 CASE1(CAPABILITY, CapabilityImage1D, Sampled1D),
707 CASE1(CAPABILITY, CapabilitySampledCubeArray, Shader),
708 CASE1(CAPABILITY, CapabilityImageBuffer, SampledBuffer),
709 CASE1(CAPABILITY, CapabilityImageMSArray, Shader),
710 CASE1(CAPABILITY, CapabilityStorageImageExtendedFormats, Shader),
711 CASE1(CAPABILITY, CapabilityImageQuery, Shader),
712 CASE1(CAPABILITY, CapabilityDerivativeControl, Shader),
713 CASE1(CAPABILITY, CapabilityInterpolationFunction, Shader),
714 CASE1(CAPABILITY, CapabilityTransformFeedback, Shader),
715 CASE1(CAPABILITY, CapabilityGeometryStreams, Geometry),
716 CASE1(CAPABILITY, CapabilityStorageImageReadWithoutFormat, Shader),
717 CASE1(CAPABILITY, CapabilityStorageImageWriteWithoutFormat, Shader),
718 CASE1(CAPABILITY, CapabilityMultiViewport, Geometry),
726 CASE1(CAPABILITY, CapabilitySubgroupDispatch, DeviceEnqueue),
727 CASE1(CAPABILITY, CapabilityNamedBarrier, Kernel),
728 CASE1(CAPABILITY, CapabilityPipeStorage, Pipes),