Lines Matching defs:offset
72 GLuint *offset = (GLuint *) &run_time_patch[2]; /* 32-bits for x86/32 */
76 *offset = _x86_get_dispatch();
87 * the given slot number (offset) in the current dispatch table.
93 /* 32 is chosen as something of a magic offset. For x86, the dispatch
94 * at offset 32 is the first one where the offset in the
112 * This function inserts a new dispatch offset into the assembly language
116 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset)
120 *((unsigned int *)(code + 8)) = 4 * offset;
191 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
196 code[0] |= (offset * sizeof(void *)) & 0x3fffff;
218 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
222 (void) offset;