Lines Matching refs:base
5 -- texture state. This gives us the base address, and the miplevel #0
20 function get_next_blit(base, width, height, prev_blit)
25 if blit.base == base and blit.width == width and blit.height == height and (not prev_blit or prev_blit.addr < blit.addr) then
35 function get_first_blit(base, width, height)
36 return get_next_blit(base, width, height, nil);
84 blit.base = bos.base(blit.addr)
85 blit.ubwc_base = bos.base(blit.uwbc_addr)
89 type, blit.addr, blit.pitch, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_pitch, blit.ubwc_base)
99 local base = pkt[4].BASE_LO | (pkt[5].BASE_HI << 32)
115 local basebase = bos.base(base)
116 printf("base: 0x%x (0x%x)\n", base, basebase)
117 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
128 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
129 if blit.base == basebase and blit.addr >= base then
182 blit.addr - base,