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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c 902 unsigned tc_flags, cb_db_event; local
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/xorgproto/dist/include/X11/extensions/
xtraplib.h 69 CARD8 tc_flags[2L]; /* Toolkit-side specific flags */ member in struct:__anon11982
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state_draw.c 1014 unsigned tc_flags, cb_db_event; local
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/dist/src/amd/vulkan/
si_cmd_buffer.c 1220 unsigned cb_db_event, tc_flags; local
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/amd/vulkan/
si_cmd_buffer.c 845 unsigned cb_db_event, tc_flags; local
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.old/dist/src/gallium/auxiliary/util/
u_threaded_context.c 1350 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | local
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/
u_threaded_context.c 2043 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | local
2047 if (usage & tc_flags)
2059 return usage | tc_flags | PIPE_MAP_DISCARD_RANGE;
2081 usage |= tc_flags;

Completed in 17 milliseconds