Searched refs:executionMode (Results 1 – 6 of 6) sorted by relevance
62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable154 (executionMode != iJIT_CALLGRAPH_ON)) in iJIT_NotifyEvent()268 return executionMode; in iJIT_IsProfilingActive()392 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize(); in loadiJIT_Funcs()401 if ( executionMode == iJIT_CALLGRAPH_ON ) in loadiJIT_Funcs()
1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() argument1674 ASSERT(static_cast<size_t>(executionMode) < mExecutionModes.size()); in addExecutionMode()1675 mExecutionModes.set(executionMode); in addExecutionMode()2230 for (size_t executionMode : mExecutionModes) in writeExecutionModes() local2233 static_cast<spv::ExecutionMode>(executionMode), {}); in writeExecutionModes()
358 void addExecutionMode(spv::ExecutionMode executionMode);
492 const std::string executionMode = in initPrograms() local504 tescSrc += executionMode + in initPrograms()
422 uint32_t executionMode = ins->words[ins->operands[1].offset]; in parseExecutionMode() local423 if (executionMode != SpvExecutionModeVecTypeHint) in parseExecutionMode()
2869 string& executionMode) const;2986 string& executionMode) const in getBehaviorCapabilityAndExecutionMode()3001 executionMode += "OpExecutionMode %main " + behaviorName + " " + in getBehaviorCapabilityAndExecutionMode()3008 DE_ASSERT(!capability.empty() && !executionMode.empty()); in getBehaviorCapabilityAndExecutionMode()