Searched refs:mapi_func (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mapi/ |
D | table.h | 38 #define MAPI_TABLE_SIZE (MAPI_TABLE_NUM_SLOTS * sizeof(mapi_func)) 42 extern const mapi_func table_noop_array[]; 65 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func() 67 mapi_func *funcs = (mapi_func *) tbl; in table_set_func() 74 static inline mapi_func 77 const mapi_func *funcs = (const mapi_func *) tbl; in table_get_func()
|
D | entry_x86_tls.h | 96 static inline mapi_func 111 mapi_func 114 return (mapi_func) (x86_entry_start + slot * X86_ENTRY_SIZE); in entry_get_public() 118 entry_patch(mapi_func entry, int slot) in entry_patch() 121 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func); in entry_patch() 124 static inline mapi_func 132 mapi_func entry; in entry_generate_or_patch() 144 entry = (mapi_func) code; in entry_generate_or_patch() 150 mapi_func
|
D | entry_x86-64_tls.h | 85 mapi_func 88 return (mapi_func) (x86_64_entry_start + slot * 32); in entry_get_public() 92 entry_patch(mapi_func entry, int slot) in entry_patch() 99 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func); in entry_patch() 102 mapi_func 122 mapi_func entry; in entry_generate() 137 entry = (mapi_func) code; in entry_generate()
|
D | entry_x86_tsd.h | 120 mapi_func 123 return (mapi_func) (x86_entry_start + slot * X86_ENTRY_SIZE); in entry_get_public() 127 entry_patch(mapi_func entry, int slot) in entry_patch() 131 *((unsigned long *) (code + offset)) = slot * sizeof(mapi_func); in entry_patch() 134 mapi_func 139 mapi_func entry; in entry_generate() 146 entry = (mapi_func) code; in entry_generate()
|
D | entry_ppc64le_tls.h | 82 mapi_func 85 return (mapi_func) (ppc64le_entry_start + slot * PPC64LE_ENTRY_SIZE); in entry_get_public() 127 entry_patch(mapi_func entry, int slot) in entry_patch() 131 *((uint64_t *) (code + TEMPLATE_OFFSET_SLOT)) = slot * sizeof(mapi_func); in entry_patch() 134 mapi_func 138 mapi_func entry; in entry_generate() 146 entry = (mapi_func) code; in entry_generate()
|
D | entry_ppc64le_tsd.h | 117 mapi_func 120 return (mapi_func) (ppc64le_entry_start + slot * PPC64LE_ENTRY_SIZE); in entry_get_public() 184 entry_patch(mapi_func entry, int slot) in entry_patch() 189 *((uint64_t *) (code + TEMPLATE_OFFSET_SLOT)) = slot * sizeof(mapi_func); in entry_patch() 192 mapi_func 196 mapi_func entry; in entry_generate() 204 entry = (mapi_func) code; in entry_generate()
|
D | entry.h | 32 typedef void (*mapi_func)(void); typedef 37 mapi_func 40 mapi_func 44 entry_patch(mapi_func entry, int slot);
|
D | entry.c | 87 mapi_func 94 mapi_func 101 entry_patch(mapi_func entry, int slot) in entry_patch()
|
D | mapi_glapi.c | 247 table = malloc(num_entries * sizeof(mapi_func)); in _glapi_new_nop_table() 249 memcpy(table, table_noop_array, num_entries * sizeof(mapi_func)); in _glapi_new_nop_table()
|
D | stub.c | 43 mapi_func addr; 215 mapi_func
|
D | stub.h | 56 mapi_func
|