Searched refs:dead (Results 1 - 25 of 156) sorted by relevance

1234567

/xsrc/external/mit/libXau/dist/
H A DAuLock.c53 long dead)
70 if (dead == 0 || now - statb.st_ctime > dead) {
49 XauLockAuth(_Xconst char * file_name,int retries,int timeout,long dead) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c317 int dead = 1; local in function:rc_dataflow_deadcode
322 dead = 0;
326 dead = 0;
329 dead = 0;
334 if (dead) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c322 int dead = 1; local in function:rc_dataflow_deadcode
327 dead = 0;
331 dead = 0;
334 dead = 0;
339 if (dead) {
/xsrc/external/mit/libICE/dist/src/
H A Dauthutil.c144 long dead
167 if (dead == 0 || now - statb.st_ctime > dead)
140 IceLockAuthFile(const char * file_name,int retries,int timeout,long dead) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.5.rst32 precision error (259fc505) on dead variable
121 - glsl: Allow precision mismatch on dead data with GLSL ES 1.00
H A D8.0.rst61 - Removed the dead Gallium i965, cell and failover drivers, which were
H A D17.0.5.rst51 - cherry-ignore: remove dead brw_new_shader() declaration
H A D20.1.10.rst87 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
H A D10.2.2.rst122 - i965/vec4: Fix dead code elimination for VGRFs of size > 1.
H A D19.2.2.rst67 - nir/dead_cf: Remove dead control flow after infinite loops.
H A D20.2.1.rst122 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
H A D20.3.2.rst51 - spirv: Remove more dead variables
H A D13.0.4.rst36 saints row 4[always], dead island[always], grid autosport[sometimes])
H A D13.0.5.rst57 - swr: [rasterizer core] Remove dead code Clipper::ClipScalar()
H A D18.3.2.rst98 - nir: remove dead code from copy_prop_vars
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnn.h82 int dead; member in struct:rnnvarinfo
H A Dheadergen2.c121 if (val->varinfo.dead)
229 if (bf->varinfo.dead)
238 if (elem->varinfo.dead)
H A Drnn.c1117 vi->dead = 1;
1121 vi->dead = 0;
1124 if (vi->dead)
1148 if (val->varinfo.dead)
1236 if (bf->varinfo.dead)
1265 if (elem->varinfo.dead)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp46 bool dead = v.flags & VLF_DEAD; local in function:r600_sb::operator <<
48 if (dead)
109 if (dead)
H A Dsb_ra_init.cpp278 bool dead = a->is_dead(); local in function:r600_sb::ra_init::alloc_arrays
280 if (dead) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp46 bool dead = v.flags & VLF_DEAD; local in function:r600_sb::operator <<
48 if (dead)
109 if (dead)
H A Dsb_ra_init.cpp278 bool dead = a->is_dead(); local in function:r600_sb::ra_init::alloc_arrays
280 if (dead) {
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzKeyboard.c162 /* Table mapping normal keysyms to their dead equivalents.
166 KeySym normal, dead; member in struct:__anoncb5bea7e0408
661 if (dead_keys[i].normal == in) return dead_keys[i].dead;
760 /* Found a dead key. Work out which one it is, but
761 remembering that it's dead. */
785 to translate those events. When we find a dead key,
787 us the actual dead character. */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DquartzKeyboard.c160 /* Table mapping normal keysyms to their dead equivalents.
164 KeySym normal, dead; member in struct:__anona4b18bf10408
741 if (dead_keys[i].normal == in) return dead_keys[i].dead;
810 /* Found a dead key. Work out which one it is, but
811 remembering that it's dead. */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c43 bool dead; /* query should be destroyed when its fence finishes */ member in struct:zink_query
336 * otherwise just mark dead and wait
339 p_atomic_set(&query->dead, true);
352 if (p_atomic_read(&query->dead))

Completed in 19 milliseconds

1234567