Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVAnnotation

424 class SPIRVAnnotation:public SPIRVAnnotationGeneric {
427 SPIRVAnnotation(const SPIRVEntry *TheTarget, unsigned TheWordCount)
431 SPIRVAnnotation():SPIRVAnnotationGeneric(OC){}
434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {
446 class SPIRVName:public SPIRVAnnotation<OpName> {
459 class SPIRVMemberName:public SPIRVAnnotation<OpName> {
465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)),
491 class SPIRVLine:public SPIRVAnnotation<OpLine> {
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),
541 class SPIRVExecutionMode:public SPIRVAnnotation<OpExecutionMode> {
546 :SPIRVAnnotation(TheTarget, 6), ExecMode(TheExecMode){
555 :SPIRVAnnotation(TheTarget, 4), ExecMode(TheExecMode){
561 :SPIRVAnnotation(TheTarget, 3), ExecMode(TheExecMode){