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.h79 # define DISPATCH_FUNCTION_SIZE 16 macro
81 # define DISPATCH_FUNCTION_SIZE 32 macro
87 # define DISPATCH_FUNCTION_SIZE 16 macro
Dglapi_entrypoint.c51 #if defined(DISPATCH_FUNCTION_SIZE)
57 + (DISPATCH_FUNCTION_SIZE * functionOffset)); in get_entrypoint_address()
83 curr_func += DISPATCH_FUNCTION_SIZE; in init_glapi_relocs()
102 + (DISPATCH_FUNCTION_SIZE * 32); in generate_entrypoint()
103 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); in generate_entrypoint()
107 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE); in generate_entrypoint()
Dglapi_getproc.c49 #if !defined(DISPATCH_FUNCTION_SIZE)
103 #if defined(DISPATCH_FUNCTION_SIZE) && defined(GLX_INDIRECT_RENDERING) in get_static_proc_address()
107 #elif defined(DISPATCH_FUNCTION_SIZE) in get_static_proc_address()