Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c447 size_t offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in collect_ubo_data() local
452 ubo_size_regs = MAX2(ubo_size_regs, offset_regs); in collect_ubo_data()
584 size_t offset_regs; in rogue_ubo_reg() local
601 offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in rogue_ubo_reg()
603 return ubo_data->dest[ubo_index] + offset_regs; in rogue_ubo_reg()