Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:depth

427         CONTEXT_LOAD(Rs, state.buffers.depth.stride);
428 CONTEXT_LOAD(zbase, state.buffers.depth.data);
740 comment("Depth Test (NEVER)");
759 comment("Depth Test");
762 int depth = scratches.obtain();
770 LDRH(AL, depth, zbase); // stall
771 CMP(AL, depth, reg_imm(z, LSR, 16));
779 MOV(AL, 0, depth, reg_imm(z, LSR, 16));
780 STRH(ic, depth, zbase);