Home
last modified time | relevance | path

Searched refs:S_0085F0_TC_ACTION_ENA (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c173 : S_0085F0_TC_ACTION_ENA(1)); in r600_flush_emit()
177 : S_0085F0_TC_ACTION_ENA(1); in r600_flush_emit()
182 cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1) | in r600_flush_emit()
Devergreend.h2660 #define S_0085F0_TC_ACTION_ENA(x) (((unsigned)(x) & 0x1) << 23) macro
Dr600d.h3499 #define S_0085F0_TC_ACTION_ENA(x) (((unsigned)(x) & 0x1) << 23) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c1089 cp_coher_cntl | S_0085F0_TC_ACTION_ENA(1) | S_0085F0_TCL1_ACTION_ENA(1) | in si_emit_cache_flush()
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1382 cp_coher_cntl | S_0085F0_TC_ACTION_ENA(1) | S_0085F0_TCL1_ACTION_ENA(1) | in si_cs_emit_cache_flush()