Searched refs:magma_cache_operation_t (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma_common_defs.h | 78 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)
|
D | magma.h | 316 magma_cache_operation_t operation);
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.types | 4 magma_cache_operation_t 32 %u false
|
D | magma.in | 26 …an_cache, magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation)
|
/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_server_proc.h | 40 …ma_buffer_clean_cache_server_proc_t) (magma_buffer_t, uint64_t, uint64_t, magma_cache_operation_t);
|
D | magma_dec.cpp | 632 …magma_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/ |
D | magma_client_proc.h | 40 …ean_cache_client_proc_t) (void * ctx, magma_buffer_t, uint64_t, uint64_t, magma_cache_operation_t);
|
D | magma_entry.cpp | 33 …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()
|
D | magma_enc.cpp | 1122 …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/ |
D | Decoder.h | 58 …ean_cache(magma_buffer_t buffer, uint64_t offset, uint64_t size, magma_cache_operation_t operation…
|
D | Decoder.cpp | 231 uint64_t size, magma_cache_operation_t operation) { in magma_buffer_clean_cache()
|