Searched refs:ANV_PIPE_DATA_CACHE_FLUSH_BIT (Results 1 – 5 of 5) sorted by relevance
64 if (bits & ANV_PIPE_DATA_CACHE_FLUSH_BIT) in anv_dump_pipe_bits()
324 { .anv = ANV_PIPE_DATA_CACHE_FLUSH_BIT, .ds = INTEL_DS_DATA_CACHE_FLUSH_BIT, }, in anv_pipe_flush_bit_to_ds_stall_flag()
2231 ANV_PIPE_DATA_CACHE_FLUSH_BIT = (1 << 5), enumerator2277 ANV_PIPE_DATA_CACHE_FLUSH_BIT | \2399 pipe_bits |= ANV_PIPE_DATA_CACHE_FLUSH_BIT; in anv_pipe_invalidate_bits_for_access_flags()2455 pipe_bits |= ANV_PIPE_DATA_CACHE_FLUSH_BIT; in anv_pipe_invalidate_bits_for_access_flags()
1862 ANV_PIPE_DATA_CACHE_FLUSH_BIT : 0) | in anv_image_mcs_op()1959 ANV_PIPE_DATA_CACHE_FLUSH_BIT : 0) | in anv_image_ccs_op()
63 bits |= (pc->DCFlushEnable) ? ANV_PIPE_DATA_CACHE_FLUSH_BIT : 0; in convert_pc_to_bits()2105 pipe.DCFlushEnable |= bits & ANV_PIPE_DATA_CACHE_FLUSH_BIT; in genX()