Home
last modified time | relevance | path

Searched refs:RADV_CMD_FLAG_INV_VCACHE (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_resolve_cs.c764 cmd_buffer->state.flush_bits |= RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE; in radv_meta_resolve_compute_image()
837 RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_cmd_buffer_resolve_subpass_cs()
923 RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_depth_stencil_resolve_subpass_cs()
Dradv_meta_copy_vrs_htile.c304 RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_copy_vrs_htile()
Dsi_cmd_buffer.c985 if (flush_bits & RADV_CMD_FLAG_INV_VCACHE) { in gfx10_cs_emit_cache_flush()
1248 flush_bits &= ~(RADV_CMD_FLAG_INV_L2 | RADV_CMD_FLAG_WB_L2 | RADV_CMD_FLAG_INV_VCACHE); in si_cs_emit_cache_flush()
1276 if ((cp_coher_cntl || (flush_bits & (RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in si_cs_emit_cache_flush()
1308 if (flush_bits & RADV_CMD_FLAG_INV_VCACHE) { in si_cs_emit_cache_flush()
Dradv_query.c881 cmd_buffer->state.flush_bits |= RADV_CMD_FLAG_INV_L2 | RADV_CMD_FLAG_INV_VCACHE; in radv_query_shader()
1577 RADV_CMD_FLAG_INV_VCACHE; in emit_end_query()
1692 RADV_CMD_FLAG_INV_VCACHE; in radv_CmdWriteTimestamp()
Dradv_meta_buffer.c324 flush_bits = RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_fill_buffer()
Dradv_meta_copy.c558 cmd_buffer->state.flush_bits |= RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE; in copy_image()
Dradv_sqtt.c380 RADV_CMD_FLAG_INV_ICACHE | RADV_CMD_FLAG_INV_SCACHE | RADV_CMD_FLAG_INV_VCACHE | in radv_emit_wait_for_idle()
Dradv_meta_decompress.c713 RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_expand_depth_stencil_compute()
Dradv_meta_fast_clear.c909 RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | in radv_decompress_dcc_compute()
Dradv_cmd_buffer.c3906 flush_bits |= RADV_CMD_FLAG_INV_VCACHE | RADV_CMD_FLAG_INV_SCACHE; in radv_dst_access_flush()
3912 flush_bits |= RADV_CMD_FLAG_INV_VCACHE; in radv_dst_access_flush()
3920 flush_bits |= RADV_CMD_FLAG_INV_VCACHE; in radv_dst_access_flush()
3932 flush_bits |= RADV_CMD_FLAG_INV_VCACHE; in radv_dst_access_flush()
3955 flush_bits |= RADV_CMD_FLAG_INV_VCACHE | RADV_CMD_FLAG_INV_SCACHE; in radv_dst_access_flush()
Dradv_private.h1057 RADV_CMD_FLAG_INV_VCACHE = 1 << 2, enumerator
Dradv_device.c3995 RADV_CMD_FLAG_INV_ICACHE | RADV_CMD_FLAG_INV_SCACHE | RADV_CMD_FLAG_INV_VCACHE | in radv_get_preamble_cs()
4003 RADV_CMD_FLAG_INV_VCACHE | RADV_CMD_FLAG_INV_L2 | in radv_get_preamble_cs()