Home
last modified time | relevance | path

Searched defs:unroll (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputHLSL.cpp2841 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local
2844 out << "{" << unroll << " do\n"; in visitLoop() local
2850 out << "{" << unroll << " for("; in visitLoop() local
3133 const char *unroll = in handleExcessiveLoop() local
3136 out << unroll << " for("; in handleExcessiveLoop() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1851 bool unroll = (loop.iterations <= 4); in visitLoop() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp247 bool unroll; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp254 bool unroll; member
/third_party/glslang/glslang/Include/
H A Dintermediate.h1287 bool unroll; // true if unroll requested member in glslang::TIntermLoop

Completed in 26 milliseconds