Home
last modified time | relevance | path

Searched refs:found_port (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtestlib.c57 unsigned int found_port = 0; in GetPort() local
69 for (i = 0; i < num_adaptors && !found_port; ++i) in GetPort()
77 for (j = 0; j < num_types && !found_port; ++j) in GetPort()
86 for (k = 0; k < num_mc_types && !found_port; ++k) in GetPort()
90 for (l = 0; l < adaptor_info[i].num_ports && !found_port; ++l) in GetPort()
98 found_port = 1; in GetPort()
113 return found_port; in GetPort()
/external/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c47 bool *found_port, int *screen, int *chroma_format, in Validate() argument
60 assert(found_port); in Validate()
68 *found_port = false; in Validate()
75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) { in Validate()
76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) { in Validate()
82 *found_port = true; in Validate()
123 if (!*found_port) { in Validate()
184 bool found_port; in XvMCCreateContext() local
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
210 if (ret != Success || !found_port) in XvMCCreateContext()