Searched defs:funcCall (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 303 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 D | AtomicFUTransformerJS.kt | 418 val funcCall = atomicOperationTarget.target as FunctionCall in <lambda>() constant
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 1153 … 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 D | vktShaderRenderTextureGatherTests.cpp | 1666 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 D | codegen.py | 341 def funcCall(self, lhs, funcName, parameters): member in CodeGen
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 18912 string funcCall; in createFloat16ArithmeticFuncTest() local
|