Searched refs:BLIT (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.h | 157 fd5_event_write(batch, ring, BLIT, true); in fd5_emit_blit()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.c | 715 #define BLIT ((LP_RAST_FLAGS_BLIT<<1)-1) /* write direct-to-dest */ macro 719 BLIT, /* clear color */ 736 BLIT, /* set_state, */ 760 BLIT, /* blit */
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.h | 207 fd6_event_write(batch, ring, BLIT, false); in fd6_emit_blit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 173 BLIT, enumerator
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 2703 tu6_emit_event_write(cmd, cs, BLIT); in clear_gmem_attachment() 2996 tu6_emit_event_write(cmd, cs, BLIT); in tu_emit_blit() 3176 /* CP_BLIT writes to the CCU, unlike CP_EVENT_WRITE::BLIT which writes to in store_cp_blit() 3233 /* Draws write to the CCU, unlike CP_EVENT_WRITE::BLIT which writes to in store_3d_blit()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 1820 if (!strcmp(name, "BLIT")) { in cp_event_write() 2679 CP(BLIT, cp_blit),
|
Completed in 16 milliseconds