• Home
  • Raw
  • Download

Lines Matching refs:CAPABILITY

679             CASE0(CAPABILITY, CapabilityMatrix),
680 CASE1(CAPABILITY, CapabilityShader, Matrix),
681 CASE1(CAPABILITY, CapabilityGeometry, Shader),
682 CASE1(CAPABILITY, CapabilityTessellation, Shader),
683 CASE0(CAPABILITY, CapabilityAddresses),
684 CASE0(CAPABILITY, CapabilityLinkage),
685 CASE0(CAPABILITY, CapabilityKernel),
686 CASE1(CAPABILITY, CapabilityVector16, Kernel),
687 CASE1(CAPABILITY, CapabilityFloat16Buffer, Kernel),
688 CASE0(CAPABILITY, CapabilityFloat16), // Bug 15234
689 CASE0(CAPABILITY, CapabilityFloat64),
690 CASE0(CAPABILITY, CapabilityInt64),
691 CASE1(CAPABILITY, CapabilityInt64Atomics, Int64),
692 CASE1(CAPABILITY, CapabilityImageBasic, Kernel),
693 CASE1(CAPABILITY, CapabilityImageReadWrite, ImageBasic),
694 CASE1(CAPABILITY, CapabilityImageMipmap, ImageBasic),
696 CASE1(CAPABILITY, CapabilityPipes, Kernel),
697 CASE0(CAPABILITY, CapabilityGroups),
698 CASE1(CAPABILITY, CapabilityDeviceEnqueue, Kernel),
699 CASE1(CAPABILITY, CapabilityLiteralSampler, Kernel),
700 CASE1(CAPABILITY, CapabilityAtomicStorage, Shader),
701 CASE0(CAPABILITY, CapabilityInt16),
702 CASE1(CAPABILITY, CapabilityTessellationPointSize, Tessellation),
703 CASE1(CAPABILITY, CapabilityGeometryPointSize, Geometry),
704 CASE1(CAPABILITY, CapabilityImageGatherExtended, Shader),
706 CASE1(CAPABILITY, CapabilityStorageImageMultisample, Shader),
707 CASE1(CAPABILITY, CapabilityUniformBufferArrayDynamicIndexing, Shader),
708 CASE1(CAPABILITY, CapabilitySampledImageArrayDynamicIndexing, Shader),
709 CASE1(CAPABILITY, CapabilityStorageBufferArrayDynamicIndexing, Shader),
710 CASE1(CAPABILITY, CapabilityStorageImageArrayDynamicIndexing, Shader),
711 CASE1(CAPABILITY, CapabilityClipDistance, Shader),
712 CASE1(CAPABILITY, CapabilityCullDistance, Shader),
713 CASE1(CAPABILITY, CapabilityImageCubeArray, SampledCubeArray),
714 CASE1(CAPABILITY, CapabilitySampleRateShading, Shader),
715 CASE1(CAPABILITY, CapabilityImageRect, SampledRect),
716 CASE1(CAPABILITY, CapabilitySampledRect, Shader),
717 CASE1(CAPABILITY, CapabilityGenericPointer, Addresses),
718 CASE0(CAPABILITY, CapabilityInt8),
719 CASE1(CAPABILITY, CapabilityInputAttachment, Shader),
720 CASE1(CAPABILITY, CapabilitySparseResidency, Shader),
721 CASE1(CAPABILITY, CapabilityMinLod, Shader),
722 CASE1(CAPABILITY, CapabilityImage1D, Sampled1D),
723 CASE1(CAPABILITY, CapabilitySampledCubeArray, Shader),
724 CASE1(CAPABILITY, CapabilityImageBuffer, SampledBuffer),
725 CASE1(CAPABILITY, CapabilityImageMSArray, Shader),
726 CASE1(CAPABILITY, CapabilityStorageImageExtendedFormats, Shader),
727 CASE1(CAPABILITY, CapabilityImageQuery, Shader),
728 CASE1(CAPABILITY, CapabilityDerivativeControl, Shader),
729 CASE1(CAPABILITY, CapabilityInterpolationFunction, Shader),
730 CASE1(CAPABILITY, CapabilityTransformFeedback, Shader),
731 CASE1(CAPABILITY, CapabilityGeometryStreams, Geometry),
732 CASE1(CAPABILITY, CapabilityStorageImageReadWithoutFormat, Shader),
733 CASE1(CAPABILITY, CapabilityStorageImageWriteWithoutFormat, Shader),
734 CASE1(CAPABILITY, CapabilityMultiViewport, Geometry),
742 CASE1(CAPABILITY, CapabilitySubgroupDispatch, DeviceEnqueue),
743 CASE1(CAPABILITY, CapabilityNamedBarrier, Kernel),
744 CASE1(CAPABILITY, CapabilityPipeStorage, Pipes),