OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSliceSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
169
if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->
mSliceSize
) {
356
uint32_t yStart = mtls->yStart + slice * mtls->
mSliceSize
;
357
uint32_t yEnd = yStart + mtls->
mSliceSize
;
386
uint32_t xStart = mtls->xStart + slice * mtls->
mSliceSize
;
387
uint32_t xEnd = xStart + mtls->
mSliceSize
;
421
mtls->
mSliceSize
= rsMin(s1, s2);
423
if(mtls->
mSliceSize
< 1) {
424
mtls->
mSliceSize
= 1;
427
// mtls->
mSliceSize
= 2;
440
mtls->
mSliceSize
= rsMin(s1, s2)
[
all
...]
rsCpuCore.h
61
uint32_t
mSliceSize
;
rsCpuScript.cpp
820
mtls->
mSliceSize
= 1;
[
all
...]
Completed in 39 milliseconds