Home
last modified time | relevance | path

Searched refs:magma_cache_operation_t (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h78 typedef uint32_t magma_cache_operation_t; typedef
80 #define MAGMA_CACHE_OPERATION_CLEAN ((magma_cache_operation_t)0)
81 #define MAGMA_CACHE_OPERATION_CLEAN_INVALIDATE ((magma_cache_operation_t)1)
Dmagma.h316 magma_cache_operation_t operation);
/hardware/google/gfxstream/codegen/magma/
Dmagma.types4 magma_cache_operation_t 32 %u false
Dmagma.in26 …an_cache, magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation)
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_proc.h40 …ma_buffer_clean_cache_server_proc_t) (magma_buffer_t, uint64_t, uint64_t, magma_cache_operation_t);
Dmagma_dec.cpp632magma_cache_operation_t var_operation = Unpack<magma_cache_operation_t,uint32_t>(ptr + 8 + 8 + 8 +… in decode()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_client_proc.h40 …ean_cache_client_proc_t) (void * ctx, magma_buffer_t, uint64_t, uint64_t, magma_cache_operation_t);
Dmagma_entry.cpp33 …ean_cache(magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation…
216 …ean_cache(magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation) in magma_buffer_clean_cache()
Dmagma_enc.cpp1122 …d *self , magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation) in magma_buffer_clean_cache_enc()
/hardware/google/gfxstream/host/magma/
DDecoder.h58 …ean_cache(magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation…
DDecoder.cpp231 uint64_t size, magma_cache_operation_t operation) { in magma_buffer_clean_cache()