HomeSort by relevance Sort by last modified time
    Searched refs:rtasm_exec_malloc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.h 38 rtasm_exec_malloc( size_t size );
rtasm_execmem.c 85 rtasm_exec_malloc(size_t size) function
102 debug_printf("rtasm_exec_malloc failed\n");
134 rtasm_exec_malloc(size_t size) function
155 rtasm_exec_malloc(size_t size) function
rtasm_ppc.c 55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
271 newbuf = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
rtasm_x86sse.c 146 p->store = rtasm_exec_malloc(p->size);
153 p->store = rtasm_exec_malloc(p->size);
    [all...]

Completed in 155 milliseconds