Home
last modified time | relevance | path

Searched defs:is_mec (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c927 si_cs_emit_write_event_eop(struct radeon_cmdbuf *cs, enum amd_gfx_level gfx_level, bool is_mec, in si_cs_emit_write_event_eop()
1029 si_emit_acquire_mem(struct radeon_cmdbuf *cs, bool is_mec, bool is_gfx9, unsigned cp_coher_cntl) in si_emit_acquire_mem()
1052 uint32_t *flush_cnt, uint64_t flush_va, bool is_mec, in gfx10_cs_emit_cache_flush()
1233 uint64_t flush_va, bool is_mec, enum radv_cmd_flush_bits flush_bits, in si_cs_emit_cache_flush()
Dradv_device.c4597 const bool is_mec = queue->qf == RADV_QUEUE_COMPUTE && gfx_level >= GFX7; in radv_update_preamble_cs() local