Home
last modified time | relevance | path

Searched refs:DISPATCH_FUNCTION_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/glapi/
Dglapi_priv.h88 # define DISPATCH_FUNCTION_SIZE 16 macro
90 # define DISPATCH_FUNCTION_SIZE 32 macro
92 # define DISPATCH_FUNCTION_SIZE 16 macro
98 # define DISPATCH_FUNCTION_SIZE 16 macro
Dglapi_entrypoint.c48 #if defined(DISPATCH_FUNCTION_SIZE)
54 + (DISPATCH_FUNCTION_SIZE * functionOffset)); in get_entrypoint_address()
80 curr_func += DISPATCH_FUNCTION_SIZE; in init_glapi_relocs()
99 + (DISPATCH_FUNCTION_SIZE * 32); in generate_entrypoint()
100 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); in generate_entrypoint()
104 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE); in generate_entrypoint()
Dglapi_getproc.c45 #if !defined(DISPATCH_FUNCTION_SIZE)
104 #if defined(DISPATCH_FUNCTION_SIZE) && defined(GLX_INDIRECT_RENDERING) in get_static_proc_address()
108 #elif defined(DISPATCH_FUNCTION_SIZE) in get_static_proc_address()