Searched refs:executionMode (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable 154 (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()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 64 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable 156 (executionMode != iJIT_CALLGRAPH_ON)) in iJIT_NotifyEvent() 270 return executionMode; in iJIT_IsProfilingActive() 394 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize(); in loadiJIT_Funcs() 403 if ( executionMode == iJIT_CALLGRAPH_ON ) in loadiJIT_Funcs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable 154 (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()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SpirvIntrinsics.cpp | 111 void TIntermediate::insertSpirvExecutionMode(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionMode() argument 124 spirvExecutionMode->modes[executionMode] = extraOperands; in insertSpirvExecutionMode() 127 void TIntermediate::insertSpirvExecutionModeId(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionModeId() argument 140 spirvExecutionMode->modeIds[executionMode] = extraOperands; in insertSpirvExecutionModeId()
|
D | localintermediate.h | 878 void insertSpirvExecutionMode(int executionMode, const TIntermAggregate* args = nullptr); 879 void insertSpirvExecutionModeId(int executionMode, const TIntermAggregate* args);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 492 const std::string executionMode = in initPrograms() local 504 tescSrc += executionMode + in initPrograms()
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 690 Value executionMode = in matchAndRewrite() local 693 loc, structType, structValue, executionMode, in matchAndRewrite()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 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()
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVOps.td | 277 "spirv::ExecutionMode":$executionMode, "ArrayRef<int32_t>":$params)>];
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 1668 spirv::ExecutionMode executionMode, in build() argument 1671 builder.getI32IntegerAttr(static_cast<int32_t>(executionMode)), in build()
|