Home
last modified time | relevance | path

Searched defs:funcCall (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/
DSkSLInliner.cpp303 const FunctionCall& funcCall = expression.as<FunctionCall>(); in inlineExpression() local
1121 const FunctionCall& funcCall = (*candidate.fCandidateExpr)->as<FunctionCall>(); in analyze() local
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformerJS.kt418 val funcCall = atomicOperationTarget.target as FunctionCall in <lambda>() constant
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1153 … glu::DataType samplerType, const string &funcCall, in genFragmentShaderSource()
1266 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, offsetR… in genProgramSources() local
/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
Dcodegen.py341 def funcCall(self, lhs, funcName, parameters): member in CodeGen
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1666 glu::DataType samplerType, const string &funcCall, in genFragmentShaderSource()
1960 …const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, … in genGatherPrograms() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18950 string funcCall; in createFloat16ArithmeticFuncTest() local