Searched refs:funcCall (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLInliner.cpp | 403 const FunctionCall& funcCall = expression.as<FunctionCall>(); in inlineExpression() local 406 funcCall.type().clone(symbolTableForExpression), in inlineExpression() 407 funcCall.function(), in inlineExpression() 408 argList(funcCall.arguments())); in inlineExpression() 1162 FunctionCall& funcCall = (*candidate.fCandidateExpr)->as<FunctionCall>(); in analyze() local 1165 InlinedCall inlinedCall = this->inlineCall(&funcCall, candidate.fSymbols, *usage, in analyze()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1020 …r5, int numTexCoordComponents, glu::DataType samplerType, const string& funcCall, bool useNormaliz… 1130 const string& funcCall, in genFragmentShaderSource() argument 1154 " o_color = " + funcCall + ";\n" in genFragmentShaderSource() 1242 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources() local 1245 …<< genFragmentShaderSource(requireGpuShader5(gatherType), numDims, samplerType, funcCall, useNorma… in genProgramSources()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1555 const string& funcCall, in genFragmentShaderSource() argument 1610 frag << "\tint success = " << funcCall << ";\n"; in genFragmentShaderSource() 1620 frag << "\t\to_color = " << funcCall << ";\n"; in genFragmentShaderSource() 1847 …const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, gat… in genGatherPrograms() local 1848 …r5(baseParams.gatherType, baseParams.offsetSize), numDims, samplerType, funcCall, useNormalizedCoo… in genGatherPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 18524 string funcCall; in createFloat16ArithmeticFuncTest() local 18648 funcCall = StringTemplate(argFragments->bodies).specialize(specs); in createFloat16ArithmeticFuncTest() 18654 specs["arg_func_call"] = funcCall; in createFloat16ArithmeticFuncTest()
|