Home
last modified time | relevance | path

Searched refs:TheExecMode (Results 1 – 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h544 SPIRVExecutionMode(SPIRVEntry *TheTarget, SPIRVExecutionModeKind TheExecMode, in SPIRVExecutionMode() argument
546 :SPIRVAnnotation(TheTarget, 6), ExecMode(TheExecMode){ in SPIRVExecutionMode()
553 SPIRVExecutionMode(SPIRVEntry *TheTarget, SPIRVExecutionModeKind TheExecMode, in SPIRVExecutionMode() argument
555 :SPIRVAnnotation(TheTarget, 4), ExecMode(TheExecMode){ in SPIRVExecutionMode()
560 SPIRVExecutionMode(SPIRVEntry *TheTarget, SPIRVExecutionModeKind TheExecMode) in SPIRVExecutionMode() argument
561 :SPIRVAnnotation(TheTarget, 3), ExecMode(TheExecMode){ in SPIRVExecutionMode()