HomeSort by relevance Sort by last modified time
    Searched full:chan_type (Results 1 - 25 of 34) sorted by null

1 2

  /device/samsung/manta/libsensors/iio/
events.h 48 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
58 #define IIO_EVENT_CODE(chan_type, diff, modifier, direction, \
62 ((u64)chan_type << 32) | (((u16)chan2) << 16) | ((u16)chan1) | \
72 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
79 #define IIO_MOD_EVENT_CODE(chan_type, number, modifier, \
81 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
85 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
91 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \
92 IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h 53 #define CHAN_TYPE GL_UNSIGNED_BYTE
58 #define CHAN_TYPE GL_UNSIGNED_SHORT
63 #define CHAN_TYPE GL_FLOAT
s_context.c 117 #if CHAN_TYPE == GL_FLOAT
516 #if CHAN_TYPE == GL_FLOAT
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
785 #if CHAN_TYPE == GL_UNSIGNED_BYTE
787 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
937 #if CHAN_TYPE == GL_FLOAT
s_aatriangle.c 135 #if CHAN_TYPE == GL_FLOAT
s_context.h 435 #if CHAN_TYPE == GL_FLOAT
s_aaline.c 175 #if CHAN_TYPE == GL_FLOAT
s_copypix.c 196 span.array->ChanType = CHAN_TYPE; /* restore */
s_triangle.c 235 #if CHAN_TYPE != GL_FLOAT
860 #endif /*CHAN_TYPE != GL_FLOAT*/
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_chan.h 53 #define CHAN_TYPE GL_UNSIGNED_BYTE
58 #define CHAN_TYPE GL_UNSIGNED_SHORT
63 #define CHAN_TYPE GL_FLOAT
s_context.c 117 #if CHAN_TYPE == GL_FLOAT
516 #if CHAN_TYPE == GL_FLOAT
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
785 #if CHAN_TYPE == GL_UNSIGNED_BYTE
787 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
937 #if CHAN_TYPE == GL_FLOAT
s_aatriangle.c 135 #if CHAN_TYPE == GL_FLOAT
s_context.h 435 #if CHAN_TYPE == GL_FLOAT
s_aaline.c 175 #if CHAN_TYPE == GL_FLOAT
s_copypix.c 196 span.array->ChanType = CHAN_TYPE; /* restore */
s_triangle.c 235 #if CHAN_TYPE != GL_FLOAT
860 #endif /*CHAN_TYPE != GL_FLOAT*/
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 101 enum util_format_type chan_type; local
114 chan_type = UTIL_FORMAT_TYPE_FLOAT;
116 chan_type = UTIL_FORMAT_TYPE_FIXED;
118 chan_type = UTIL_FORMAT_TYPE_SIGNED;
120 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
129 if (desc->channel[chan].type != chan_type ||
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 101 enum util_format_type chan_type; local
114 chan_type = UTIL_FORMAT_TYPE_FLOAT;
116 chan_type = UTIL_FORMAT_TYPE_FIXED;
118 chan_type = UTIL_FORMAT_TYPE_SIGNED;
120 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
129 if (desc->channel[chan].type != chan_type ||
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.c 689 #if CHAN_TYPE == GL_UNSIGNED_BYTE
691 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
693 #elif CHAN_TYPE == GL_FLOAT
  /external/mesa3d/src/mesa/math/
m_translate.c 689 #if CHAN_TYPE == GL_UNSIGNED_BYTE
691 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
693 #elif CHAN_TYPE == GL_FLOAT
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 118 && CHAN_TYPE != GL_FLOAT;
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 118 && CHAN_TYPE != GL_FLOAT;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_sse.c 579 switch (CHAN_TYPE) {
594 printf("unknown CHAN_TYPE %s\n", _mesa_lookup_enum_by_nr(CHAN_TYPE));
t_vertex.c 502 switch(CHAN_TYPE) {
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 579 switch (CHAN_TYPE) {
594 printf("unknown CHAN_TYPE %s\n", _mesa_lookup_enum_by_nr(CHAN_TYPE));
t_vertex.c 502 switch(CHAN_TYPE) {

Completed in 696 milliseconds

1 2