Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:depth

430         CONTEXT_LOAD(Rs, state.buffers.depth.stride);
431 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data);
743 comment("Depth Test (NEVER)");
762 comment("Depth Test");
765 int depth = scratches.obtain();
773 LDRH(AL, depth, zbase); // stall
774 CMP(AL, depth, reg_imm(z, LSR, 16));
782 MOV(AL, 0, depth, reg_imm(z, LSR, 16));
783 STRH(ic, depth, zbase);