Searched refs:found_port (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c57 unsigned int found_port = 0; local in function:GetPort
69 for (i = 0; i < num_adaptors && !found_port; ++i)
77 for (j = 0; j < num_types && !found_port; ++j)
86 for (k = 0; k < num_mc_types && !found_port; ++k)
90 for (l = 0; l < adaptor_info[i].num_ports && !found_port; ++l)
98 found_port = 1;
113 return found_port;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtestlib.c57 unsigned int found_port = 0; local in function:GetPort
69 for (i = 0; i < num_adaptors && !found_port; ++i)
77 for (j = 0; j < num_types && !found_port; ++j)
86 for (k = 0; k < num_mc_types && !found_port; ++k)
90 for (l = 0; l < adaptor_info[i].num_ports && !found_port; ++l)
98 found_port = 1;
113 return found_port;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c47 bool *found_port, int *screen, int *chroma_format,
60 assert(found_port);
68 *found_port = false;
75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) {
76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) {
82 *found_port = true;
123 if (!*found_port) {
184 bool found_port; local in function:XvMCCreateContext
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
210 if (ret != Success || !found_port)
45 Validate(Display * dpy,XvPortID port,int surface_type_id,unsigned int width,unsigned int height,int flags,bool * found_port,int * screen,int * chroma_format,int * mc_type,int * surface_flags,unsigned short * subpic_max_w,unsigned short * subpic_max_h) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c47 bool *found_port, int *screen, int *chroma_format,
60 assert(found_port);
68 *found_port = false;
75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) {
76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) {
82 *found_port = true;
123 if (!*found_port) {
184 bool found_port; local in function:XvMCCreateContext
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
210 if (ret != Success || !found_port)
45 Validate(Display * dpy,XvPortID port,int surface_type_id,unsigned int width,unsigned int height,int flags,bool * found_port,int * screen,int * chroma_format,int * mc_type,int * surface_flags,unsigned short * subpic_max_w,unsigned short * subpic_max_h) argument
[all...]

Completed in 4 milliseconds