HomeSort by: relevance | last modified time | path
    Searched refs:lost (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
events.c 435 int lost, won, n, number_cwins; local
444 for (lost = won = -1, n = 0;
445 (lost == -1 || won == -1) && n < number_cwins; n++) {
446 if (lost == -1 && cwins[n] == cwin) {
447 lost = n; /* This is the window which lost its colormap */
480 ** One of the WM_COLORMAP windows lost its colormap
488 if (lost != -1) {
490 if (lost > won)
491 n = lost * (lost - 1) / 2 + won
    [all...]
  /xsrc/external/mit/ctwm/dist/
event_handlers.c 112 int lost, won, n, number_cwins; local
171 for(lost = won = -1, n = 0;
172 (lost == -1 || won == -1) && n < number_cwins;
174 if(lost == -1 && cwins[n] == cwin) {
175 lost = n; /* This is the window which lost its colormap */
208 ** One of the WM_COLORMAP windows lost its colormap
216 if(lost != -1) {
218 if(lost > won) {
219 n = lost * (lost - 1) / 2 + won
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_queue.c 295 * a device lost error code.
392 if (!queue->lost && submit->wait_timeline_count > 0) {
406 if (!queue->lost) {
494 queue->lost = false;
anv_private.h 1056 int lost; member in struct:anv_queue
1319 int lost = p_atomic_read(&device->_lost); local
1320 if (unlikely(lost && !device->lost_reported))
1322 return lost;
anv_device.c 3022 * context is lost, and we will do the recovery ourselves. In the case
3415 if (queue->lost) {
3454 if (queue->lost)
3457 queue->lost = true;
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_array.spec 416 that access to these initial textures not be lost, they are treated as
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_private.h 825 int lost; member in struct:radv_device
852 return unlikely(p_atomic_read(&device->lost));
radv_device.c 2874 p_atomic_inc(&device->lost);
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_array.spec 416 that access to these initial textures not be lost, they are treated as

Completed in 27 milliseconds