Searched defs:executionMode (Results 1 – 7 of 7) sorted by relevance
52 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
118 void TIntermediate::insertSpirvExecutionMode(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionMode()134 void TIntermediate::insertSpirvExecutionModeId(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionModeId()
62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
498 const std::string executionMode = in initPrograms() local
1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode()2230 for (size_t executionMode : mExecutionModes) in writeExecutionModes() local
454 uint32_t executionMode = ins->words[ins->operands[1].offset]; in parseExecutionMode() local