OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eStrideOut
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
368
(mtls->fep.
eStrideOut
* mtls->xStart);
371
fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.
eStrideOut
);
396
p.out = mtls->fep.ptrOut + (mtls->fep.
eStrideOut
* xStart);
398
fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.
eStrideOut
);
435
if (mtls->fep.
eStrideOut
) {
436
s2 = targetByteChunk / mtls->fep.
eStrideOut
;
464
(mtls->fep.
eStrideOut
* mtls->xStart);
467
fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.
eStrideOut
);
rsCpuScript.cpp
834
mtls->fep.
eStrideOut
= 0;
837
mtls->fep.
eStrideOut
= aout->getType()->getElementSizeBytes();
[
all
...]
/frameworks/rs/
rs_hal.h
71
uint32_t
eStrideOut
;
Completed in 50 milliseconds