OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ushort4
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
31
typedef ushort
ushort4
__attribute__((ext_vector_type(4)));
typedef
rsCpuRuntimeStubs.cpp
46
typedef unsigned short
ushort4
__attribute__((ext_vector_type(4)));
typedef
150
static void SC_debugUS4(const char *s, const
ushort4
*c) {
151
ALOGD("
ushort4
%s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
54
typedef unsigned short
ushort4
__attribute__((ext_vector_type(4)));
typedef
755
ELEMENT_AT(
ushort4
, RS_TYPE_UNSIGNED_16, 4)
[
all
...]
Completed in 26 milliseconds