Searched refs:tc_flags (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtraplib.h69 CARD8 tc_flags[2L]; /* Toolkit-side specific flags */ member in struct:__anon1c0ce5f30208
H A Dxtrapemacros.h101 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 Dsi_gfx_cs.c902 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 DXERqsts.c275 BitTrue(tc->values.tc_flags, XETCTrapActive);
292 BitFalse(tc->values.tc_flags, XETCTrapActive);
H A DXEConTxt.c251 BitCopy(tval->tc_flags, values->tc_flags, XETCDeltaTimes);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c1014 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 Dsi_cmd_buffer.c845 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 Dsi_cmd_buffer.c1220 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 Du_threaded_context.c1350 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 Du_threaded_context.c2043 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;

Completed in 24 milliseconds