Home
last modified time | relevance | path

Searched refs:hw_va (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h50 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
51 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
DDecoder.h51 …tus_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu…
52 …virtual void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
DDecoder.cpp184 magma_status_t Decoder::magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_map_buffer() argument
191 void Decoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() argument
DIntelDrmDecoder.cpp465 uint64_t hw_va, magma_buffer_t buffer, in magma_connection_map_buffer() argument
472 void IntelDrmDecoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() argument
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp24 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
25 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
162 magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buf… in magma_connection_map_buffer() argument
165 return ctx->magma_connection_map_buffer(ctx, connection, hw_va, buffer, offset, length, map_flags); in magma_connection_map_buffer()
168 void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… in magma_connection_unmap_buffer() argument
171 ctx->magma_connection_unmap_buffer(ctx, connection, hw_va, buffer); in magma_connection_unmap_buffer()
Dmagma_enc.cpp716 …ction_map_buffer_enc(void *self , magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… in magma_connection_map_buffer_enc() argument
718 …_va:%lu, buffer:%lu, offset:%lu, length:%lu, map_flags:%lu)", connection, hw_va, buffer, offset, l… in magma_connection_map_buffer_enc()
737 memcpy(ptr, &hw_va, 8); ptr += 8; in magma_connection_map_buffer_enc()
763 void magma_connection_unmap_buffer_enc(void *self , magma_connection_t connection, uint64_t hw_va, … in magma_connection_unmap_buffer_enc() argument
765 …"magma_connection_unmap_buffer(connection:%lu, hw_va:%lu, buffer:%lu)", connection, hw_va, buffer); in magma_connection_unmap_buffer_enc()
784 memcpy(ptr, &hw_va, 8); ptr += 8; in magma_connection_unmap_buffer_enc()
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h224 uint64_t hw_va,
238 uint64_t hw_va,
/hardware/google/gfxstream/codegen/magma/
Dmagma.in17 MAGMA(magma_status_t, magma_connection_map_buffer, magma_connection_t connection, uint64_t hw_va, m…
18 MAGMA(void, magma_connection_unmap_buffer, magma_connection_t connection, uint64_t hw_va, magma_buf…