Searched refs:tc_flags (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1340 unsigned cb_db_event, tc_flags; in si_cs_emit_cache_flush() local 1357 tc_flags = EVENT_TC_ACTION_ENA | in si_cs_emit_cache_flush() 1366 tc_flags = EVENT_TC_ACTION_ENA | in si_cs_emit_cache_flush() 1380 si_cs_emit_write_event_eop(cs, chip_class, false, cb_db_event, tc_flags, in si_cs_emit_cache_flush()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.c | 1334 unsigned tc_flags, cb_db_event; in si_emit_cache_flush() local 1361 tc_flags = 0; in si_emit_cache_flush() 1364 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_MD_ACTION_ENA; in si_emit_cache_flush() 1370 tc_flags = EVENT_TC_ACTION_ENA | EVENT_TC_WB_ACTION_ENA; in si_emit_cache_flush() 1383 si_cp_release_mem(sctx, cs, cb_db_event, tc_flags, EOP_DST_SEL_MEM, in si_emit_cache_flush()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 1452 unsigned tc_flags = TC_TRANSFER_MAP_NO_INVALIDATE | in tc_improve_map_buffer_flags() local 1456 if (usage & tc_flags) in tc_improve_map_buffer_flags() 1470 return usage | tc_flags | PIPE_MAP_DISCARD_RANGE; in tc_improve_map_buffer_flags() 1492 usage |= tc_flags; in tc_improve_map_buffer_flags()
|