Home
last modified time | relevance | path

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

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