Searched refs:callDepth (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.cpp | 37 callDepth = 0; in FunctionNode() 63 callDepth = 0; in analyzeCallDepth() 85 callDepth = std::max(callDepth, calleeDepth); in analyzeCallDepth() 89 return callDepth; in analyzeCallDepth() 94 return callDepth; in getLastDepth()
|
H A D | AnalyzeCallDepth.h | 53 unsigned int callDepth; member in AnalyzeCallDepth::FunctionNode
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 631 , callDepth (callDepth_) {} in EvalContext() 636 int callDepth; member 882 ctx.env, ctx.callDepth + 1); in evaluate() 887 std::cerr << string(ctx.callDepth, ' '); in evaluate() 1515 EvalContext funCtx(ctx.format, ctx.floatPrecision, funEnv, ctx.callDepth); in doApply()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1118 , callDepth (callDepth_) {} in EvalContext() 1123 int callDepth; member 1382 ctx.env, ctx.callDepth + 1); in evaluate() 1387 std::cerr << string(ctx.callDepth, ' '); in evaluate() 2088 EvalContext funCtx(ctx.format, ctx.floatPrecision, funEnv, ctx.callDepth); in doApply()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1119 , callDepth (callDepth_) {} in EvalContext() 1124 int callDepth; member 1383 ctx.env, ctx.callDepth + 1); in evaluate() 1388 std::cerr << string(ctx.callDepth, ' '); in evaluate() 2061 EvalContext funCtx(ctx.format, ctx.floatPrecision, funEnv, ctx.callDepth); in doApply()
|
Completed in 37 milliseconds