Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c420 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_clear_rs()
459 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_clear_rs()
714 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()
657 etna_stall(stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_PE); in etna_emit_state()
Detnaviv_blt.c361 etna_stall(ctx->stream, SYNC_RECIPIENT_RA, SYNC_RECIPIENT_BLT); in etna_clear_blt()
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Dcommon.xml.h46 #define SYNC_RECIPIENT_RA 0x00000005 macro