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

  /src/external/gpl3/gdb.old/dist/gdb/
amd-dbgapi-target.c 140 struct wave_info struct
159 explicit wave_info (amd_dbgapi_wave_id_t wave_id) function in struct:wave_info
217 /* Map of wave ID to wave_info. We cache wave_info objects because
222 wave_info objects are added when we first see the wave, and
224 std::unordered_map<decltype (amd_dbgapi_wave_id_t::handle), wave_info>
366 /* Read in wave_info for WAVE_ID. */
390 /* Get the wave_info object for TP, from the wave_info map. It is
393 static wave_info
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
amd-dbgapi-target.c 156 struct wave_info struct
175 explicit wave_info (amd_dbgapi_wave_id_t wave_id) function in struct:wave_info
239 /* Map of wave ID to wave_info. We cache wave_info objects because
244 wave_info objects are added when we first see the wave, and
246 gdb::unordered_map<decltype (amd_dbgapi_wave_id_t::handle), wave_info>
403 /* Read in wave_info for WAVE_ID. */
427 /* Get the wave_info object for TP, from the wave_info map. It is
430 static wave_info
    [all...]

Completed in 17 milliseconds