Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Dcommon.xml.h45 #define SYNC_RECIPIENT_FE 0x00000001 macro
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c70 if (from == SYNC_RECIPIENT_FE) { in etna_stall()
580 etna_stall(ctx->stream, SYNC_RECIPIENT_FE, SYNC_RECIPIENT_PE); in etna_emit_state()
Detnaviv_context.c293 etna_stall(ctx->stream, SYNC_RECIPIENT_FE, SYNC_RECIPIENT_PE); in etna_draw_vbo()
Detnaviv_blt.c510 etna_stall(ctx->stream, SYNC_RECIPIENT_FE, SYNC_RECIPIENT_BLT); in etna_try_blt_blit()