Lines Matching refs:Kernel

336 defm Kernel : CapabilityOperand<6, 0, 0, [], []>;
337 defm Vector16 : CapabilityOperand<7, 0, 0, [], [Kernel]>;
338 defm Float16Buffer : CapabilityOperand<8, 0, 0, [], [Kernel]>;
343 defm ImageBasic : CapabilityOperand<13, 0, 0, [], [Kernel]>;
346 defm Pipes : CapabilityOperand<17, 0, 0, [], [Kernel]>;
349 defm LiteralSampler : CapabilityOperand<20, 0, 0, [], [Kernel]>;
385 defm NamedBarrier : CapabilityOperand<59, 0x10100, 0, [], [Kernel]>;
476 … USMStorageClassesINTEL : CapabilityOperand<5935, 0, 0, [SPV_INTEL_usm_storage_classes], [Kernel]>;
568 defm Kernel: ExecutionModelOperand<6, [Kernel]>;
602 defm OpenCL : MemoryModelOperand<2, [Kernel]>;
644 defm LocalSizeHint : ExecutionModeOperand<18, [Kernel]>;
656 defm VecTypeHint : ExecutionModeOperand<30, [Kernel]>;
657 defm ContractionOff : ExecutionModeOperand<31, [Kernel]>;
658 defm Initializer : ExecutionModeOperand<33, [Kernel]>;
659 defm Finalizer : ExecutionModeOperand<34, [Kernel]>;
664 defm LocalSizeHintId : ExecutionModeOperand<39, [Kernel]>;
746 defm DIM_2D : DimOperand<1, "2D", [Shader, Kernel, ImageMSArray]>;
775 defm None : SamplerAddressingModeOperand<0, [Kernel]>;
776 defm ClampToEdge : SamplerAddressingModeOperand<1, [Kernel]>;
777 defm Clamp : SamplerAddressingModeOperand<2, [Kernel]>;
778 defm Repeat : SamplerAddressingModeOperand<3, [Kernel]>;
779 defm RepeatMirrored : SamplerAddressingModeOperand<4, [Kernel]>;
803 defm Nearest : SamplerFilterModeOperand<0, [Kernel]>;
804 defm Linear : SamplerFilterModeOperand<1, [Kernel]>;
891 defm R : ImageChannelOrderOperand<0, [Kernel]>;
892 defm A : ImageChannelOrderOperand<1, [Kernel]>;
893 defm RG : ImageChannelOrderOperand<2, [Kernel]>;
894 defm RA : ImageChannelOrderOperand<3, [Kernel]>;
895 defm RGB : ImageChannelOrderOperand<4, [Kernel]>;
896 defm RGBA : ImageChannelOrderOperand<5, [Kernel]>;
897 defm BGRA : ImageChannelOrderOperand<6, [Kernel]>;
898 defm ARGB : ImageChannelOrderOperand<7, [Kernel]>;
899 defm Intensity : ImageChannelOrderOperand<8, [Kernel]>;
900 defm Luminance : ImageChannelOrderOperand<9, [Kernel]>;
901 defm Rx : ImageChannelOrderOperand<10, [Kernel]>;
902 defm RGx : ImageChannelOrderOperand<11, [Kernel]>;
903 defm RGBx : ImageChannelOrderOperand<12, [Kernel]>;
904 defm Depth : ImageChannelOrderOperand<13, [Kernel]>;
905 defm DepthStencil : ImageChannelOrderOperand<14, [Kernel]>;
906 defm sRGB : ImageChannelOrderOperand<15, [Kernel]>;
907 defm sRGBx : ImageChannelOrderOperand<16, [Kernel]>;
908 defm sRGBA : ImageChannelOrderOperand<17, [Kernel]>;
909 defm sBGRA : ImageChannelOrderOperand<18, [Kernel]>;
910 defm ABGR : ImageChannelOrderOperand<19, [Kernel]>;
936 defm UnormInt8 : ImageChannelDataTypeOperand<2, [Kernel]>;
937 defm UnormInt16 : ImageChannelDataTypeOperand<3, [Kernel]>;
938 defm UnormShort565 : ImageChannelDataTypeOperand<4, [Kernel]>;
939 defm UnormShort555 : ImageChannelDataTypeOperand<5, [Kernel]>;
940 defm UnormInt101010 : ImageChannelDataTypeOperand<6, [Kernel]>;
941 defm SignedInt8 : ImageChannelDataTypeOperand<7, [Kernel]>;
942 defm SignedInt16 : ImageChannelDataTypeOperand<8, [Kernel]>;
943 defm SignedInt32 : ImageChannelDataTypeOperand<9, [Kernel]>;
944 defm UnsignedInt8 : ImageChannelDataTypeOperand<10, [Kernel]>;
945 defm UnsignedInt16 : ImageChannelDataTypeOperand<11, [Kernel]>;
946 defm UnsigendInt32 : ImageChannelDataTypeOperand<12, [Kernel]>;
947 defm HalfFloat : ImageChannelDataTypeOperand<13, [Kernel]>;
948 defm Float : ImageChannelDataTypeOperand<14, [Kernel]>;
949 defm UnormInt24 : ImageChannelDataTypeOperand<15, [Kernel]>;
950 defm UnormInt101010_2 : ImageChannelDataTypeOperand<16, [Kernel]>;
1013 defm NotNaN : FPFastMathModeOperand<0x1, [Kernel]>;
1014 defm NotInf : FPFastMathModeOperand<0x2, [Kernel]>;
1015 defm NSZ : FPFastMathModeOperand<0x4, [Kernel]>;
1016 defm AllowRecip : FPFastMathModeOperand<0x8, [Kernel]>;
1017 defm Fast : FPFastMathModeOperand<0x10, [Kernel]>;
1094 defm ReadOnly : AccessQualifierOperand<0, [Kernel]>;
1095 defm WriteOnly : AccessQualifierOperand<1, [Kernel]>;
1096 defm ReadWrite : AccessQualifierOperand<2, [Kernel]>;
1120 defm Zext : FunctionParameterAttributeOperand<0, [Kernel]>;
1121 defm Sext : FunctionParameterAttributeOperand<1, [Kernel]>;
1122 defm ByVal : FunctionParameterAttributeOperand<2, [Kernel]>;
1123 defm Sret : FunctionParameterAttributeOperand<3, [Kernel]>;
1124 defm NoAlias : FunctionParameterAttributeOperand<4, [Kernel]>;
1125 defm NoCapture : FunctionParameterAttributeOperand<5, [Kernel]>;
1126 defm NoWrite : FunctionParameterAttributeOperand<6, [Kernel]>;
1127 defm NoReadWrite : FunctionParameterAttributeOperand<7, [Kernel]>;
1153 defm SpecId : DecorationOperand<1, 0, 0, [], [Shader, Kernel]>;
1162 defm CPacked : DecorationOperand<10, 0, 0, [], [Kernel]>;
1173 defm Constant : DecorationOperand<22, 0, 0, [], [Kernel]>;
1179 defm SaturatedConversion : DecorationOperand<28, 0, 0, [], [Kernel]>;
1189 defm FuncParamAttr : DecorationOperand<38, 0, 0, [], [Kernel]>;
1191 defm FPFastMathMode : DecorationOperand<40, 0, 0, [], [Kernel]>;
1195 defm Alignment : DecorationOperand<44, 0, 0, [], [Kernel]>;
1197 defm AlignmentId : DecorationOperand<46, 0, 0, [], [Kernel]>;
1275 defm WorkDim : BuiltInOperand<30, 0, 0, [], [Kernel]>;
1276 defm GlobalSize : BuiltInOperand<31, 0, 0, [], [Kernel]>;
1277 defm EnqueuedWorkgroupSize : BuiltInOperand<32, 0, 0, [], [Kernel]>;
1278 defm GlobalOffset : BuiltInOperand<33, 0, 0, [], [Kernel]>;
1279 defm GlobalLinearId : BuiltInOperand<34, 0, 0, [], [Kernel]>;
1280 defm SubgroupSize : BuiltInOperand<36, 0, 0, [], [Kernel, GroupNonUniform, SubgroupBallotKHR]>;
1281 defm SubgroupMaxSize : BuiltInOperand<37, 0, 0, [], [Kernel]>;
1282 defm NumSubgroups : BuiltInOperand<38, 0, 0, [], [Kernel, GroupNonUniform]>;
1283 defm NumEnqueuedSubgroups : BuiltInOperand<39, 0, 0, [], [Kernel]>;
1284 defm SubgroupId : BuiltInOperand<40, 0, 0, [], [Kernel, GroupNonUniform]>;
1285 defm SubgroupLocalInvocationId : BuiltInOperand<41, 0, 0, [], [Kernel, GroupNonUniform, SubgroupBal…
1548 defm Reduce : GroupOperationOperand<0, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNonUnifor…
1549 defm InclusiveScan : GroupOperationOperand<1, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNo…
1550 defm ExclusiveScan : GroupOperationOperand<2, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNo…
1579 defm NoWait : KernelEnqueueFlagsOperand<0, 0, 0, [], [Kernel]>;
1580 defm WaitKernel : KernelEnqueueFlagsOperand<1, 0, 0, [], [Kernel]>;
1581 defm WaitWorkGroup : KernelEnqueueFlagsOperand<2, 0, 0, [], [Kernel]>;
1607 defm CmdExecTime : KernelProfilingInfoOperand<0x1, 0, 0, [], [Kernel]>;