HomeSort by relevance Sort by last modified time
    Searched refs:combFunc (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCore.h 47 ReduceCombinerFunc_t combFunc; // user combiner function
98 ReduceCombinerFunc_t combFunc;
rsCpuExecutable.cpp 537 if (!(reduceDescriptions[i].combFunc =
544 reduceDescriptions[i].combFunc = nullptr;
rsCpuCore.cpp 722 if (!mtls->combFunc) {
785 if (mtls->combFunc) {
795 mtls->combFunc(finalAccumPtr, thisAccumPtr);
    [all...]
rsCpuScript.cpp 784 mtls->combFunc = desc->combFunc; // might legally be nullptr
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 210 def __init__(self, inComps, combFunc):
212 self.outValues = combFunc(inComps)
288 for combFunc in combFuncList:
289 res += [CombineCase(comps, combFunc)]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 223 def __init__(self, inComps, combFunc):
225 self.outValues = combFunc(inComps)
314 for combFunc in combFuncList:
315 res += [CombineCase(comps, combFunc)]

Completed in 185 milliseconds