Searched defs:epilog (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp61 void ARMAssemblerProxy::epilog(uint32_t touched) { function in class:android::ARMAssemblerProxy
62 mTarget->epilog(touched);
H A DARMAssembler.cpp139 void ARMAssembler::epilog(uint32_t touched) function in class:android::ARMAssembler
148 // write epilog code
157 // write epilog code
H A DGGLAssembler.cpp47 void GGLAssembler::epilog(uint32_t touched) function in class:android::GGLAssembler
49 ARMAssemblerProxy::epilog(touched);
75 uint32_t* fragment_end_pc = pcForLabel("epilog");
323 label("epilog");
324 epilog(registerFile().touched());
340 epilog(registerFile().touched());

Completed in 81 milliseconds