Home
last modified time | relevance | path

Searched refs:SKC_RUNTIME_HOST_CACHELINE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/compute/skc/
Dallocator_host.c26 #define SKC_RUNTIME_HOST_CACHELINE_SIZE 64 macro
40 return SKC_ALIGNED_MALLOC(SKC_ROUND_UP(size,SKC_RUNTIME_HOST_CACHELINE_SIZE), in skc_runtime_host_perm_alloc()
41 SKC_RUNTIME_HOST_CACHELINE_SIZE); in skc_runtime_host_perm_alloc()
101 SKC_RUNTIME_HOST_CACHELINE_SIZE, in skc_allocator_host_create()
/external/skqp/src/compute/skc/
Dallocator_host.c26 #define SKC_RUNTIME_HOST_CACHELINE_SIZE 64 macro
40 return SKC_ALIGNED_MALLOC(SKC_ROUND_UP(size,SKC_RUNTIME_HOST_CACHELINE_SIZE), in skc_runtime_host_perm_alloc()
41 SKC_RUNTIME_HOST_CACHELINE_SIZE); in skc_runtime_host_perm_alloc()
101 SKC_RUNTIME_HOST_CACHELINE_SIZE, in skc_allocator_host_create()