Home | History | Annotate | Download | only in scripts

Lines Matching refs:And

1 -- Parse cmdstream dump and analyse blits and batches
36 -- And each each draw will read from M sources/textures:
95 -- a really good way to differentiate between submits and cmds. Ie.
96 -- with growable cmdstream, and a large # of tiles, IB1 can get split
99 if draws == 0 and blits == 0 then
171 elseif source.flag and allmrts[source.flag] then
204 -- passes with only a clear and no draws:
216 if sysmem == 0 and r.RB_BLIT_BASE_GMEM == r.RB_DEPTH_BUFFER_BASE_GMEM then
259 if r.SP_PS_2D_SRC == 0x100000 and not r.RB_2D_BLIT_CNTL.SOLID_COLOR then
269 -- Not completely legit. We could perhaps instead just track pitch and
294 if curmode == "RM6_BINNING" and newmode == "RM6_GMEM" then
297 if curmode == "RM6_GMEM" and newmode == "RM6_RESOLVE" then
318 if drawmode and m ~= drawmode then
327 if m ~= "RM6_GMEM" and m ~= "RM6_BYPASS" then
332 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then