Searched refs:CP_TYPE3_PKT (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_pm4.h38 #define CP_TYPE3_PKT 0xc0000000 macro
68 return CP_TYPE3_PKT | ((cnt - 1) << 16) | ((opcode & 0xff) << 8);
98 ((((pkt)&0xC0000000) == CP_TYPE3_PKT) && (((pkt)&0x80FE) == 0))
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h344 OUT_RING(ring, CP_TYPE3_PKT | ((cnt - 1) << 16) | ((opcode & 0xFF) << 8));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h316 OUT_RING(ring, CP_TYPE3_PKT | ((cnt-1) << 16) | ((opcode & 0xFF) << 8));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c422 ptr[0] = CP_TYPE3_PKT | (CP_NOP << 8);
426 ptr[2] = CP_TYPE3_PKT | ((cnt-2) << 16) | (CP_DRAW_INDX << 8);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c426 ptr[0] = CP_TYPE3_PKT | (CP_NOP << 8);
430 ptr[2] = CP_TYPE3_PKT | ((cnt - 2) << 16) | (CP_DRAW_INDX << 8);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
H A Dadreno_pm4.xml.h135 CP_TYPE3_PKT = 0xc0000000, enumerator in enum:adreno_pm4_packet_type

Completed in 9 milliseconds