Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_TILE_CACHE_FLUSH (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c299 PIPE_CONTROL_TILE_CACHE_FLUSH | in iris_flush_all_caches()
357 PIPE_CONTROL_TILE_CACHE_FLUSH; in iris_memory_barrier()
Diris_fine_fence.c69 PIPE_CONTROL_TILE_CACHE_FLUSH | in iris_fine_fence_new()
Diris_context.h339 PIPE_CONTROL_TILE_CACHE_FLUSH = (1 << 25), enumerator
346 PIPE_CONTROL_TILE_CACHE_FLUSH | \
Diris_clear.c307 PIPE_CONTROL_TILE_CACHE_FLUSH); in fast_clear_color()
525 PIPE_CONTROL_TILE_CACHE_FLUSH); in fast_clear_depth()
Diris_resolve.c368 PIPE_CONTROL_TILE_CACHE_FLUSH | in iris_cache_flush_for_render()
Diris_resource.c1884 PIPE_CONTROL_TILE_CACHE_FLUSH | in iris_map_copy_region()
2352 PIPE_CONTROL_TILE_CACHE_FLUSH; in iris_transfer_flush_region()
Diris_state.c7821 (flags & PIPE_CONTROL_TILE_CACHE_FLUSH) ? "Tile " : "", in iris_emit_raw_pipe_control()
7844 pc.TileCacheFlushEnable = flags & PIPE_CONTROL_TILE_CACHE_FLUSH; in iris_emit_raw_pipe_control()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fine_fence.c75 PIPE_CONTROL_TILE_CACHE_FLUSH | in crocus_fine_fence_new()
Dcrocus_context.h259 PIPE_CONTROL_TILE_CACHE_FLUSH = (1 << 25), enumerator