Home
last modified time | relevance | path

Searched refs:align_log2 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
H A Dlcra.h91 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound);
H A Dlcra.c86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) in lcra_set_alignment() argument
88 l->alignment[node] = (align_log2 + 1) | (bound << 16); in lcra_set_alignment()
/third_party/libdrm/intel/
H A Dintel_bufmgr_fake.c425 unsigned int align_log2 = ffs(bo_fake->alignment) - 1; in alloc_block() local
433 block->mem = mmAllocMem(bufmgr_fake->heap, sz, align_log2, 0); in alloc_block()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h91 void AlignToBytesLog2(int align_log2) { align_log2_ = align_log2; } in AlignToBytesLog2() argument

Completed in 10 milliseconds