OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ushort2
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
29
typedef ushort
ushort2
__attribute__((ext_vector_type(2)));
typedef
rsCpuRuntimeStubs.cpp
44
typedef unsigned short
ushort2
__attribute__((ext_vector_type(2)));
typedef
144
static void SC_debugUS2(const char *s, const
ushort2
*c) {
145
ALOGD("
ushort2
%s {%hu, %hu} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
52
typedef unsigned short
ushort2
__attribute__((ext_vector_type(2)));
typedef
753
ELEMENT_AT(
ushort2
, RS_TYPE_UNSIGNED_16, 2)
[
all
...]
Completed in 373 milliseconds