HomeSort by: relevance | last modified time | path
    Searched defs:found_port (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
testlib.c 57 unsigned int found_port = 0; local
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/tests/
testlib.c 57 unsigned int found_port = 0; local
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/
context.c 47 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
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
210 if (ret != Success || !found_port)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
context.c 47 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
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
210 if (ret != Success || !found_port)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 3048 struct drm_dp_mst_port *found_port; local
3055 found_port = drm_dp_get_last_connected_port_to_mstb(mstb);
3056 if (!found_port)
3059 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) {
3060 rmstb = found_port->parent;
3061 *port_num = found_port->port_num;
3064 mstb = found_port->parent;
drm_dp_mst_topology.c 3048 struct drm_dp_mst_port *found_port; local
3055 found_port = drm_dp_get_last_connected_port_to_mstb(mstb);
3056 if (!found_port)
3059 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) {
3060 rmstb = found_port->parent;
3061 *port_num = found_port->port_num;
3064 mstb = found_port->parent;

Completed in 92 milliseconds