OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskLen
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
load_store.cpp
107
const int
maskLen
= h-l;
110
assert(
maskLen
<=11);
112
assert(
maskLen
<=8);
117
const int mask = ((1<<
maskLen
)-1) << l;
139
d.s =
maskLen
;
/external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp
86
const int
maskLen
= highestBitNdx + 1;
88
return ((
maskLen
- 1) / wordSize) + 1; // round_up(mask_len / wordSize)
[
all
...]
es31fTextureMultisampleTests.cpp
86
const int
maskLen
= highestBitNdx + 1;
88
return ((
maskLen
- 1) / wordSize) + 1; // round_up(mask_len / wordSize)
[
all
...]
Completed in 1547 milliseconds