Searched refs:int32_t (Results 1 - 25 of 714) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/include/android_stub/android/
H A Drect.h47 typedef int32_t value_type;
50 int32_t left;
52 int32_t top;
54 int32_t right;
56 int32_t bottom;
H A Dnative_window.h96 int32_t width;
99 int32_t height;
103 int32_t stride;
106 int32_t format;
131 int32_t ANativeWindow_getWidth(ANativeWindow* window);
138 int32_t ANativeWindow_getHeight(ANativeWindow* window);
145 int32_t ANativeWindow_getFormat(ANativeWindow* window);
164 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window,
165 int32_t width, int32_t heigh
[all...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_501.h69 int32_t address : bits( 0, 27);
70 int32_t u0 : bits(28, 29);
71 int32_t idle : bits(30, 30);
72 int32_t start : bits(31, 31);
74 int32_t value;
129 int32_t engine : bits( 0, 0);
130 int32_t cmdfifo : bits( 1, 1);
131 int32_t setup : bits( 2, 2);
132 int32_t u0 : bits( 3, 10);
133 int32_t pvsyn
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostglx.h43 int32_t *a_num_visuals,
44 int32_t *a_num_props,
45 int32_t *a_props_buf_size,
46 int32_t **a_props_buf) ;
49 int32_t *a_num_visuals,
50 int32_t *a_num_props,
51 int32_t *a_props_buf_size,
52 int32_t **a_props_buf);
53 Bool ephyrHostGLXGetMajorOpcode (int32_t *a_opcode) ;
54 Bool ephyrHostGLXSendClientInfo (int32_t a_majo
[all...]
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_futex.h35 static inline int sys_futex(void *addr, int op, int32_t val)
40 static inline int futex_wake(int32_t *addr) {
44 static inline int futex_wait(int32_t *addr, int32_t value) {
65 static inline int futex_wake(int32_t *addr) {
69 static inline int futex_wait(int32_t *addr, int32_t value) {
77 static inline void atomic_store(int32_t *f, int32_t v)
84 static inline int32_t atomic_fetc
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h59 /* int32_t */
62 vn_sizeof_int32_t(const int32_t *val)
69 vn_encode_int32_t(struct vn_cs_encoder *enc, const int32_t *val)
75 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val)
81 vn_sizeof_int32_t_array(const int32_t *val, uint32_t count)
90 vn_encode_int32_t_array(struct vn_cs_encoder *enc, const int32_t *val, uint32_t count)
98 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count)
110 assert(sizeof(*val) == sizeof(int32_t));
111 return vn_sizeof_int32_t((const int32_t *)val);
117 vn_encode_int32_t(enc, (const int32_t *)va
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-helpers-test.c11 bilinear_pad_repeat_get_scanline_bounds_ref (int32_t source_image_width,
14 int32_t * left_pad,
15 int32_t * left_tz,
16 int32_t * width,
17 int32_t * right_tz,
18 int32_t * right_pad)
58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1;
59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2;
61 int32_t width = prng_rand_n(10000);
62 int32_t source_image_widt
[all...]
H A Dscaling-crash-test.c19 run_test (int32_t dst_width,
20 int32_t dst_height,
21 int32_t src_width,
22 int32_t src_height,
23 int32_t src_x,
24 int32_t src_y,
25 int32_t scale_x,
26 int32_t scale_y,
131 do_test (int32_t dst_size,
132 int32_t src_siz
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dgralloc1.h291 int32_t* /*gralloc1_capability_t*/ outCapabilities);
304 int32_t /*gralloc1_function_descriptor_t*/ descriptor);
369 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_CREATE_DESCRIPTOR)(
385 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_DESTROY_DESCRIPTOR)(
412 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_CONSUMER_USAGE)(
437 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_DIMENSIONS)(
456 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_FORMAT)(
458 int32_t /*android_pixel_format_t*/ format);
480 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_LAYER_COUNT)(
500 typedef int32_t /*gralloc1_error_
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/ndk/
H A Dsync.h67 int32_t sync_merge(const char* name, int32_t fd1, int32_t fd2) __INTRODUCED_IN(26);
76 struct sync_file_info* sync_file_info(int32_t fd) __INTRODUCED_IN(26);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_counter.cc19 Counter::Counter(int32_t id, const std::string &name, int32_t group)
H A Dpps_counter.h25 std::vector<int32_t> counters;
57 Counter(int32_t id, const std::string &name, int32_t group);
69 int32_t id = -1;
75 int32_t group = -1;
79 int32_t offset = -1;
H A Dpps_device.h29 static std::optional<DrmDevice> create(int32_t gpu_num);
49 int32_t gpu_num = -1;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drm.h114 int32_t cid;
161 int32_t shareable;
162 int32_t scanout;
176 int32_t sid;
320 int32_t error;
429 int32_t x;
430 int32_t y;
462 int32_t format;
498 int32_t xpos;
499 int32_t ypo
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dcamera.h254 int32_t rect[4];
261 int32_t score;
268 int32_t id;
274 int32_t left_eye[2];
280 int32_t right_eye[2];
286 int32_t mouth[2];
297 int32_t number_of_faces;
H A Dgraphics.h153 int32_t bits_per_component;
156 int32_t bits_used;
159 int32_t h_increment;
161 int32_t v_increment;
163 int32_t h_subsampling;
165 int32_t v_subsampling;
/xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c61 int32_t width, int32_t height,
63 int32_t offset0, int32_t stride0,
64 int32_t offset1, int32_t stride1,
65 int32_t offset2, int32_t stride2)
110 uint32_t id, uint32_t name, int32_t width, int32_t heigh
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c61 int32_t width, int32_t height,
63 int32_t offset0, int32_t stride0,
64 int32_t offset1, int32_t stride1,
65 int32_t offset2, int32_t stride2)
110 uint32_t id, uint32_t name, int32_t width, int32_t heigh
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_debug_report.h40 int32_t messageCode,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_fxt1.c51 int32_t srcRowStride;
101 int32_t rowStride, int32_t i, int32_t j, float *texel)
111 int32_t rowStride, int32_t i, int32_t j, float *texel)
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dxcb_icccm.h431 int32_t x, y;
433 int32_t width, height;
435 int32_t min_width, min_height;
437 int32_t max_width, max_height;
439 int32_t width_inc, height_inc;
441 int32_t min_aspect_num, min_aspect_den;
443 int32_t max_aspect_num, max_aspect_den;
445 int32_t base_width, base_height;
458 int32_t x, int32_t
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.h53 int32_t xoffset;
54 int32_t yoffset;
55 int32_t stride;
56 int32_t image_size;
57 int32_t layer_offset;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_pbo.h53 int32_t xoffset;
54 int32_t yoffset;
55 int32_t stride;
56 int32_t image_size;
57 int32_t layer_offset;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c40 fxt1_encode (uint32_t width, uint32_t height, int32_t comps,
41 const void *source, int32_t srcRowStride,
42 void *dest, int32_t destRowStride);
45 fxt1_decode_1 (const void *texture, int32_t stride,
46 int32_t i, int32_t j, uint8_t *rgba);
136 TEXEL = (int32_t)(dot + B); \
147 static int32_t
148 fxt1_bestcol (float vec[][MAX_COMP], int32_t nv,
149 uint8_t input[MAX_COMP], int32_t n
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h72 build_mask = BUILD_MASK_LINEAR((int32_t)((new_c - 1) >> (int64_t)FIXED_ORDER),
110 int32_t dcdx = -plane[j].dcdx >> FIXED_ORDER;
111 int32_t dcdy = plane[j].dcdy >> FIXED_ORDER;
112 const int32_t cox = plane[j].eo >> FIXED_ORDER;
113 const int32_t ei = (dcdy + dcdx - cox) << 2;
114 const int32_t cox_s = cox << 2;
115 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s;
116 int32_t cdiff;
117 cdiff = ei - cox_s + ((int32_t)((
[all...]

Completed in 26 milliseconds

1234567891011>>