Searched refs:port_num (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_context.c41 XvPortID port_num; local in function:main
57 &port_num,
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
89 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue);
91 assert(XvMCCreateContext(display, port_num, surface_type_i
[all...]
H A Dtest_surface.c41 XvPortID port_num; local in function:main
58 &port_num,
72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
98 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_blocks.c42 XvPortID port_num; local in function:main
61 &port_num,
75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
111 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_subpicture.c64 XvPortID port_num; local in function:main
84 &port_num,
98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
103 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics);
185 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_rendering.c141 XvPortID port_num; local in function:main
166 &port_num,
180 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
186 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
325 XvUngrabPort(display, port_num, CurrentTime);
H A Dxvmc_bench.c185 XvPortID port_num; local in function:main
214 &port_num,
228 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
304 XvUngrabPort(display, port_num, CurrentTime);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_context.c41 XvPortID port_num; local in function:main
57 &port_num,
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
89 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue);
91 assert(XvMCCreateContext(display, port_num, surface_type_i
[all...]
H A Dtest_surface.c41 XvPortID port_num; local in function:main
58 &port_num,
72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
98 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_blocks.c42 XvPortID port_num; local in function:main
61 &port_num,
75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
111 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_subpicture.c64 XvPortID port_num; local in function:main
84 &port_num,
98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
103 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics);
185 XvUngrabPort(display, port_num, CurrentTime);
H A Dtest_rendering.c141 XvPortID port_num; local in function:main
166 &port_num,
180 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
186 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
325 XvUngrabPort(display, port_num, CurrentTime);
H A Dxvmc_bench.c185 XvPortID port_num; local in function:main
214 &port_num,
228 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
304 XvUngrabPort(display, port_num, CurrentTime);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c74 * @port_num: [IN] port number + [channel id]
84 port_num, magic, \
97 "d"(port_num), \
114 * @port_num: [IN] port number + [channel id]
129 port_num, magic, bp, \
145 "d"(port_num), \
153 port_num, magic, bp, \
169 "d"(port_num), \
188 port_num, magic, bp, \
206 "d"(port_num), \
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c77 * @port_num: [IN] port number + [channel id]
87 port_num, magic, \
100 "d"(port_num), \
117 * @port_num: [IN] port number + [channel id]
132 port_num, magic, bp, \
148 "d"(port_num), \
156 port_num, magic, bp, \
172 "d"(port_num), \
191 port_num, magic, bp, \
209 "d"(port_num), \
[all...]

Completed in 9 milliseconds