Home
last modified time | relevance | path

Searched refs:SYNC_RECIPIENT_RA (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c428 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_clear_rs()
467 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_clear_rs()
719 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_try_rs_blit()
Detnaviv_emit.c247 etna_stall(stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_emit_state()
655 etna_stall(stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_emit_state()
Detnaviv_blt.c360 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_BLT); in etna_clear_blt()
/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Dcommon.xml.h46 #define SYNC_RECIPIENT_RA 0x00000005 macro