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

  /frameworks/rs/driver/runtime/
rs_abi_debuginfo.c 11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
  /frameworks/rs/cpu_ref/
rsCpuCoreRuntime.h 48 uint32_t outStride[RS_KERNEL_INPUT_LIMIT];
rsCpuCore.h 39 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
rsCpuCore.cpp 415 fn(&fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]);
440 fn(&fep, mtls->start.x, mtls->end.x, fep.outStride[0]);
464 fn(&fep, xStart, xEnd, fep.outStride[0]);
818 format_bytes(&fmt, mtls->redp.outPtr[0], mtls->redp.outStride[0]));
915 fn(&mtls->fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]);
    [all...]
rsCpuScript.cpp 614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
729 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
    [all...]
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 110 int outStride = 0;
113 &outStride);
114 *stride = static_cast<uint32_t>(outStride);
GraphicBuffer.cpp 171 uint32_t outStride = 0;
173 &handle, &outStride);
179 stride = static_cast<int>(outStride);
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 46 int outStride, float ulpCount) {
47 int minStride = refStride > outStride ? outStride : refStride;
51 int outIdx = i * outStride + j;
62 int outStride) {
63 int minStride = refStride > outStride ? outStride : refStride;
67 int outIdx = i * outStride + j;
  /external/aac/libSBRenc/src/
resampler.cpp 492 INT outStride /*!< increment of output samples */
501 outSamples += outStride;
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 717 static bool compareTransformFeedbackOutput (tcu::TestLog& log, deUint32 primitiveType, const Output& output, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride)
738 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32);
    [all...]

Completed in 954 milliseconds