Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.h149 uint32 scratch_size_bytes; member
H A Datom.cpp250 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
253 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
474 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
477 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1474 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1482 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()