Home
last modified time | relevance | path

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

/external/skqp/src/compute/skc/
Dsuballocator.h41 typedef skc_uint skc_subbuf_size_t; // <4GB typedef
53 skc_subbuf_size_t size;
54 skc_subbuf_size_t origin;
78 skc_subbuf_size_t size; // size of memory extent
79 skc_subbuf_size_t total;
Dsuballocator.c73 suballocator->subbufs[0].size = (skc_subbuf_size_t)size; in skc_suballocator_create()
88 suballocator->size = (skc_subbuf_size_t)size; in skc_suballocator_create()
128 skc_subbuf_size_t const size_ru = (skc_subbuf_size_t)SKC_ROUND_UP_POW2(size,suballocator->align); in skc_suballocator_subbuf_alloc()