OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ushort3
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
30
typedef ushort
ushort3
__attribute__((ext_vector_type(3)));
typedef
rsCpuRuntimeStubs.cpp
45
typedef unsigned short
ushort3
__attribute__((ext_vector_type(3)));
typedef
147
static void SC_debugUS3(const char *s, const
ushort3
*c) {
148
ALOGD("
ushort3
%s {%hu, %hu, %hu} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
53
typedef unsigned short
ushort3
__attribute__((ext_vector_type(3)));
typedef
754
ELEMENT_AT(
ushort3
, RS_TYPE_UNSIGNED_16, 3)
[
all
...]
Completed in 57 milliseconds