Home
last modified time | relevance | path

Searched refs:funcCall (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1019 …r5, int numTexCoordComponents, glu::DataType samplerType, const string& funcCall, bool useNormaliz…
1132 const string& funcCall, in genFragmentShaderSource() argument
1156 " o_color = " + funcCall + ";\n" in genFragmentShaderSource()
1244 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources() local
1247 …<< genFragmentShaderSource(requireGpuShader5(gatherType), numDims, samplerType, funcCall, useNorma… in genProgramSources()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1454 const string& funcCall, in genFragmentShaderSource() argument
1506 frag << "\tint success = " << funcCall << ";\n"; in genFragmentShaderSource()
1516 frag << "\t\to_color = " << funcCall << ";\n"; in genFragmentShaderSource()
1650 …const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, gat… in genGatherPrograms() local
1651 …r5(baseParams.gatherType, baseParams.offsetSize), numDims, samplerType, funcCall, useNormalizedCoo… in genGatherPrograms()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16538 string funcCall; in createFloat16ArithmeticFuncTest() local
16650 funcCall = StringTemplate(argFragments->bodies).specialize(specs); in createFloat16ArithmeticFuncTest()
16656 specs["arg_func_call"] = funcCall; in createFloat16ArithmeticFuncTest()