Searched refs:BLIT (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.h | 141 OUT_RING(ring, CP_EVENT_WRITE_0_EVENT(BLIT));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.h | 175 fd6_event_write(batch, ring, BLIT, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.h | 157 fd5_event_write(batch, ring, BLIT, true);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | parse-submits.lua | 191 if tostring(pkt[0].EVENT) ~= "BLIT" then 267 drawmode = "BLIT" 309 elseif primtype == "EVENT:BLIT" then 332 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then
|
| H A D | texturator-to-unit-test-5xx.lua | 55 if tostring(pkt[0].EVENT) ~= "BLIT" then
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.h | 207 fd6_event_write(batch, ring, BLIT, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast.c | 734 #define BLIT ((LP_RAST_FLAGS_BLIT<<1)-1) /* write direct-to-dest */ macro 738 BLIT, /* clear color */ 755 BLIT, /* set_state, */ 780 BLIT, /* blit */
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_dri2.c | 228 BLIT, enumerator in enum:nouveau_dri2_vblank_state::__anond2032aa30103 580 case BLIT: 764 s->action = BLIT;
|
| H A D | nv_accel_common.c | 417 BEGIN_NV04(push, NV01_SUBC(BLIT, OBJECT), 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/ |
| H A D | adreno_pm4.xml.h | 80 BLIT = 30, enumerator in enum:vgt_event_type
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 2442 tu6_emit_event_write(cmd, cs, BLIT); 2697 tu6_emit_event_write(cmd, cs, BLIT); 2797 /* CP_BLIT writes to the CCU, unlike CP_EVENT_WRITE::BLIT which writes to 2832 /* Draws write to the CCU, unlike CP_EVENT_WRITE::BLIT which writes to
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 680 tu6_emit_event_write(cmd, cs, BLIT, false);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | cffdec.c | 1820 if (!strcmp(name, "BLIT")) { 2679 CP(BLIT, cp_blit),
|
Completed in 26 milliseconds