Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 92) sorted by relevance

1234

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h52 short x1, x2, y1, y2; member
91 ((r1)->x2 > (r2)->x1 && \
92 (r1)->x1 < (r2)->x2 && \
100 if((r)->x1 < (idRect)->extents.x1)\
101 (idRect)->extents.x1 = (r)->x1;\
132 ((R-1)->x1 <= (Rx1)) &&\
139 (r)->x1 = (rx1);\
155 (r)->x1 = (rx1);\
170 ( ((r).x1 <= x)) && \
DXprotostr.h55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c163 assert(rects[0].x0 < rects[0].x1 && rects[0].y0 < rects[0].y1); in setup_viewport_scissor()
164 uint32_t xbits = rects[0].x1 - 1, ybits = rects[0].y1 - 1; in setup_viewport_scissor()
167 assert(rects[r].x0 < rects[r].x1 && rects[r].y0 < rects[r].y1); in setup_viewport_scissor()
168 xbits |= rects[r].x1 - 1; in setup_viewport_scissor()
247 float x1 = rects[r].x1 * x_scale - 1.0f; in create_vertex_buffer() local
255 { x1, y1, z, w }, in create_vertex_buffer()
257 { x1, y0, z, w }, in create_vertex_buffer()
258 { x1, y1, z, w }, in create_vertex_buffer()
Dvk_meta_clear.c273 .x1 = clear_rects[0].rect.offset.x + in vk_meta_clear_attachments()
294 .x1 = clear_rects[r].rect.offset.x + in vk_meta_clear_attachments()
330 .x1 = clear_rects[r].rect.offset.x + in vk_meta_clear_attachments()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h346 static inline float LinearInterpolation(float x, float x1, float x2, float y1, float y2) { in LinearInterpolation() argument
347 if (x2 == x1) { in LinearInterpolation()
348 if (x != x1) { in LinearInterpolation()
361 float t = (x - x1) / (x2 - x1); in LinearInterpolation()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h258 XFixesCreatePointerBarrier(Display *dpy, Window w, int x1, int y1,
263 XFixesCreatePointerBarrierVelocity(Display *dpy, Window w, int x1, int y1,
DXKBgeom.h92 short x1,y1; member
95 #define XkbBoundsWidth(b) (((b)->x2)-((b)->x1))
/hardware/interfaces/audio/common/4.0/
Dtypes.hal230 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
241 AAC_SUB_MAIN = 0x1,
255 E_AC3_SUB_JOC = 0x1,
257 MAT_SUB_1_0 = 0x1,
358 OUT_FRONT_LEFT = 0x1,
506 OUT_EARPIECE = 0x1,
551 IN_COMMUNICATION = BIT_IN | 0x1,
604 DIRECT = 0x1, // this output directly connects a track
640 FAST = 0x1, // prefer an input that supports "fast tracks"
721 JOINT = 0x1, // supports joint channel gain control
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat2x3.hpp39 T x1, T y1, T z1);
48 X1 x1, Y1 y1, Z1 z1,
Dtype_mat3x4.hpp39 T x1, T y1, T z1, T w1,
53 X1 x1, Y1 y1, Z1 z1, W1 w1,
Dtype_mat2x4.hpp39 T x1, T y1, T z1, T w1);
50 X1 x1, Y1 y1, Z1 z1, W1 w1,
Dtype_mat4x2.hpp39 T x1, T y1,
56 X1 x1, Y1 y1,
Dtype_mat3x2.hpp39 T x1, T y1,
53 X1 x1, Y1 y1,
Dtype_mat2x2.hpp37 T const & x1, T const & y1,
47 U const & x1, V const & y1,
Dtype_mat4x3.hpp39 T const & x1, T const & y1, T const & z1,
56 X1 const & x1, Y1 const & y1, Z1 const & z1,
Dtype_mat3x3.hpp38 T x1, T y1, T z1,
52 X1 x1, Y1 y1, Z1 z1,
Dtype_mat4x4.hpp38 T const & x1, T const & y1, T const & z1, T const & w1,
55 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
Dtype_mat2x2.inl53 T const & x1, T const & y1 argument
57 this->value[1] = col_type(x1, y1);
73 X1 const & x1, Y1 const & y1, argument
77 this->value[0] = col_type(static_cast<T>(x1), value_type(y1));
Dtype_mat2x3.inl51 T x1, T y1, T z1 argument
55 this->value[1] = col_type(x1, y1, z1);
73 X1 x1, Y1 y1, Z1 z1, argument
77 this->value[0] = col_type(static_cast<T>(x1), value_type(y1), value_type(z1));
/hardware/interfaces/audio/common/5.0/
Dtypes.hal251 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
262 AAC_SUB_MAIN = 0x1,
276 E_AC3_SUB_JOC = 0x1,
278 MAT_SUB_1_0 = 0x1,
388 OUT_FRONT_LEFT = 0x1,
568 OUT_EARPIECE = 0x1,
613 IN_COMMUNICATION = BIT_IN | 0x1,
692 DIRECT = 0x1, // this output directly connects a track
728 FAST = 0x1, // prefer an input that supports "fast tracks"
850 JOINT = 0x1, // supports joint channel gain control
[all …]
/hardware/interfaces/audio/common/2.0/
Dtypes.hal239 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
250 AAC_SUB_MAIN = 0x1,
353 OUT_FRONT_LEFT = 0x1,
499 OUT_EARPIECE = 0x1,
575 IN_COMMUNICATION = BIT_IN | 0x1,
652 DIRECT = 0x1, // this output directly connects a track
686 FAST = 0x1, // prefer an input that supports "fast tracks"
760 JOINT = 0x1, // supports joint channel gain control
857 SAMPLE_RATE = 0x1,
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Drandom.inl275 genType w, x1, x2; local
279 x1 = linearRand(genType(-1), genType(1));
282 w = x1 * x1 + x2 * x2;
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_mat4.hpp62 float const & x1, float const & y1, float const & z1, float const & w1,
/hardware/interfaces/audio/common/6.0/
Dtypes.hal298 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
309 AAC_SUB_MAIN = 0x1,
323 E_AC3_SUB_JOC = 0x1,
325 MAT_SUB_1_0 = 0x1,
435 OUT_FRONT_LEFT = 0x1,
617 OUT_EARPIECE = 0x1,
662 IN_COMMUNICATION = BIT_IN | 0x1,
741 DIRECT = 0x1, // this output directly connects a track
777 FAST = 0x1, // prefer an input that supports "fast tracks"
1009 JOINT = 0x1, // supports joint channel gain control
[all …]
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1198 * - FAN_DIRECTION_FACE (0x1)
3591 FACE = 0x1,
3620 ENABLE_DEEP_SLEEP_FLAG = 0x1,
3713 WAIT_FOR_VHAL = 0x1,
4143 EVENTS_FROM_CAR = 0x1,
4201 LEFT_FRONT = 0x1,
4230 COMPONENTS_AVAILABLE = 0x1 << 0,
4231 COMPONENTS_INCOMPLETE = 0x1 << 1,
4233 FUEL_SYSTEM_AVAILABLE = 0x1 << 2,
4234 FUEL_SYSTEM_INCOMPLETE = 0x1 << 3,
[all …]

1234