Lines Matching refs:then
99 if draws == 0 and blits == 0 then
100 if nullbatch then
106 if draws > 0 then
111 if drawmode == "RM6_GMEM" then
114 if depthtest or depthwrite then
116 if depthtest then
119 if depthwrite then
124 if stenciltest or stencilwrite then
126 if stenciltest then
129 if stencilwrite then
141 if drawmode == "RM6_GMEM" then
142 if cleared[mrt.gmem] then
145 if restored[mrt.gmem] then
148 if resolved[mrt.gmem] then
152 if cleared[mrt.base] then
167 if draws < 10 then
169 elseif allmrts[base] or draws == 0 then
171 elseif source.flag and allmrts[source.flag] then
191 if tostring(pkt[0].EVENT) ~= "BLIT" then
196 if m == "RM6_GMEM" then
198 if r.RB_BLIT_INFO.CLEAR_MASK == 0 then
210 if r.RB_MRT[n].BASE_GMEM == r.RB_BLIT_BASE_GMEM then
216 if sysmem == 0 and r.RB_BLIT_BASE_GMEM == r.RB_DEPTH_BUFFER_BASE_GMEM then
222 --if sysmem == 0 then
227 if not r.RB_BLIT_DST_INFO.FLAGS then
240 elseif m == "RM6_RESOLVE" then
259 if r.SP_PS_2D_SRC == 0x100000 and not r.RB_2D_BLIT_CNTL.SOLID_COLOR then
263 if draws > 0 then
278 if r.RB_2D_BLIT_CNTL.SOLID_COLOR then
294 if curmode == "RM6_BINNING" and newmode == "RM6_GMEM" then
297 if curmode == "RM6_GMEM" and newmode == "RM6_RESOLVE" then
306 if primtype == "BLIT_OP_SCALE" then
309 elseif primtype == "EVENT:BLIT" then
318 if drawmode and m ~= drawmode then
320 if not valid_transition(drawmode, m) then
327 if m ~= "RM6_GMEM" and m ~= "RM6_BYPASS" then
328 if m == "RM6_BINNING" then
332 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then
341 if m == "RM6_GMEM" then
342 if r.RB_WINDOW_OFFSET.X ~= 0 or r.RB_WINDOW_OFFSET.Y ~= 0 then
358 if render_components[n] ~= 0 then
371 if depthbase ~= 0 then
381 if r.RB_DEPTH_CNTL.Z_WRITE_ENABLE then
385 if r.RB_DEPTH_CNTL.Z_TEST_ENABLE then
390 if r.RB_STENCILWRMASK.WRMASK ~= 0 then
394 if r.RB_STENCIL_CONTROL.STENCIL_ENABLE then
400 if m == "RM6_GMEM" then