Home
last modified time | relevance | path

Searched defs:executionMode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
Djitprofiling.c52 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp118 void TIntermediate::insertSpirvExecutionMode(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionMode()
134 void TIntermediate::insertSpirvExecutionModeId(int executionMode, const TIntermAggregate* args) in insertSpirvExecutionModeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp498 const std::string executionMode = in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp498 const std::string executionMode = in initPrograms() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode()
2230 for (size_t executionMode : mExecutionModes) in writeExecutionModes() local
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp454 uint32_t executionMode = ins->words[ins->operands[1].offset]; in parseExecutionMode() local