Searched refs:tc_flags (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gfx_cs.c | 1010 unsigned tc_flags, cb_db_event; in si_emit_cache_flush() local 1037 tc_flags = 0; in si_emit_cache_flush() 1040 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_MD_ACTION_ENA; in si_emit_cache_flush() 1046 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_WB_ACTION_ENA; in si_emit_cache_flush() 1060 si_cp_release_mem(sctx, cs, cb_db_event, tc_flags, EOP_DST_SEL_MEM, in si_emit_cache_flush()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1314 unsigned cb_db_event, tc_flags; in si_cs_emit_cache_flush() local 1331 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_MD_ACTION_ENA; in si_cs_emit_cache_flush() 1339 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_WB_ACTION_ENA; in si_cs_emit_cache_flush() 1350 si_cs_emit_write_event_eop(cs, gfx_level, false, cb_db_event, tc_flags, EOP_DST_SEL_MEM, in si_cs_emit_cache_flush()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 2110 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | in tc_improve_map_buffer_flags() local 2114 if (usage & tc_flags) in tc_improve_map_buffer_flags() 2126 return usage | tc_flags | PIPE_MAP_DISCARD_RANGE; in tc_improve_map_buffer_flags() 2148 usage |= tc_flags; in tc_improve_map_buffer_flags()
|