Searched refs:PPC_INST_SIZE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h38 #define PPC_INST_SIZE 4 /**< 4 bytes / instruction */ macro
H A Drtasm_ppc.c55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
271 newbuf = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
273 memcpy(newbuf, p->store, p->num_inst * PPC_INST_SIZE);
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h38 #define PPC_INST_SIZE 4 /**< 4 bytes / instruction */ macro
H A Drtasm_ppc.c55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
271 newbuf = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
273 memcpy(newbuf, p->store, p->num_inst * PPC_INST_SIZE);

Completed in 122 milliseconds