Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_util.c64 if (bits & ANV_PIPE_DATA_CACHE_FLUSH_BIT) in anv_dump_pipe_bits()
Danv_utrace.c324 { .anv = ANV_PIPE_DATA_CACHE_FLUSH_BIT, .ds = INTEL_DS_DATA_CACHE_FLUSH_BIT, }, in anv_pipe_flush_bit_to_ds_stall_flag()
Danv_private.h2231 ANV_PIPE_DATA_CACHE_FLUSH_BIT = (1 << 5), enumerator
2277 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()
Danv_blorp.c1862 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()
DgenX_cmd_buffer.c63 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()