Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_opcodes.h6 #define OP_magma_device_import 100000 macro
Dmagma_dec.cpp42 case OP_magma_device_import: { in decode()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_opcodes.h6 #define OP_magma_device_import 100000 macro
Dmagma_enc.cpp50 int tmp = OP_magma_device_import;memcpy(ptr, &tmp, 4); ptr += 4; in magma_device_import_enc()