Home
last modified time | relevance | path

Searched refs:tc_flags (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c975 unsigned tc_flags, cb_db_event; in si_emit_cache_flush() local
1002 tc_flags = 0; in si_emit_cache_flush()
1005 tc_flags = EVENT_TC_ACTION_ENA | in si_emit_cache_flush()
1012 tc_flags = EVENT_TC_ACTION_ENA | in si_emit_cache_flush()
1026 si_gfx_write_event_eop(rctx, cb_db_event, tc_flags, in si_emit_cache_flush()
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c987 unsigned cb_db_event, tc_flags; in si_cs_emit_cache_flush() local
1021 tc_flags = EVENT_TC_ACTION_ENA | in si_cs_emit_cache_flush()
1027 tc_flags = EVENT_TC_ACTION_ENA | in si_cs_emit_cache_flush()
1039 si_cs_emit_write_event_eop(cs, false, chip_class, false, cb_db_event, tc_flags, 1, in si_cs_emit_cache_flush()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1345 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | in tc_improve_map_buffer_flags() local
1349 if (usage & tc_flags) in tc_improve_map_buffer_flags()
1363 return usage | tc_flags | PIPE_TRANSFER_DISCARD_RANGE; in tc_improve_map_buffer_flags()
1385 usage |= tc_flags; in tc_improve_map_buffer_flags()