| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtraplib.h | 69 CARD8 tc_flags[2L]; /* Toolkit-side specific flags */ member in struct:__anon1c0ce5f30208
|
| H A D | xtrapemacros.h | 101 BitSet((tcv)->tc_flags, XETCDeltaTimes, (x)) 229 memcpy((a), (tc)->values.tc_flags, sizeof((tc)->values.tc_flags)) 231 (BitValue((tc)->values.tc_flags, XETCDeltaTimes)) 233 (BitValue((tc)->values.tc_flags, XETCTrapActive))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gfx_cs.c | 902 unsigned tc_flags, cb_db_event; local in function:si_emit_cache_flush 929 tc_flags = 0; 932 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_MD_ACTION_ENA; 938 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_WB_ACTION_ENA; 951 si_cp_release_mem(sctx, cs, cb_db_event, tc_flags, EOP_DST_SEL_MEM,
|
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XERqsts.c | 275 BitTrue(tc->values.tc_flags, XETCTrapActive); 292 BitFalse(tc->values.tc_flags, XETCTrapActive);
|
| H A D | XEConTxt.c | 251 BitCopy(tval->tc_flags, values->tc_flags, XETCDeltaTimes);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.c | 1014 unsigned tc_flags, cb_db_event; local in function:si_emit_cache_flush 1041 tc_flags = 0; 1044 tc_flags = EVENT_TC_ACTION_ENA | 1051 tc_flags = EVENT_TC_ACTION_ENA | 1065 si_cp_release_mem(sctx, cb_db_event, tc_flags,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 845 unsigned cb_db_event, tc_flags; local in function:si_cs_emit_cache_flush 862 tc_flags = EVENT_TC_ACTION_ENA | 868 tc_flags = EVENT_TC_ACTION_ENA | 880 si_cs_emit_write_event_eop(cs, chip_class, false, cb_db_event, tc_flags,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 1220 unsigned cb_db_event, tc_flags; local in function:si_cs_emit_cache_flush 1237 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_MD_ACTION_ENA; 1245 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_WB_ACTION_ENA; 1256 si_cs_emit_write_event_eop(cs, chip_class, false, cb_db_event, tc_flags, EOP_DST_SEL_MEM,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1350 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | local in function:tc_improve_map_buffer_flags 1354 if (usage & tc_flags) 1368 return usage | tc_flags | PIPE_TRANSFER_DISCARD_RANGE; 1390 usage |= tc_flags;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 2043 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | local in function:tc_improve_map_buffer_flags 2047 if (usage & tc_flags) 2059 return usage | tc_flags | PIPE_MAP_DISCARD_RANGE; 2081 usage |= tc_flags;
|