Home
last modified time | relevance | path

Searched refs:dispatch_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_util.c195 get_decode_index(const struct __glXDispatchInfo *dispatch_info, unsigned opcode) in get_decode_index() argument
199 const int_fast16_t *const tree = dispatch_info->dispatch_tree; in get_decode_index()
202 remaining_bits = dispatch_info->bits; in get_decode_index()
261 __glXGetProtocolDecodeFunction(const struct __glXDispatchInfo *dispatch_info, in __glXGetProtocolDecodeFunction() argument
264 const int func_index = get_decode_index(dispatch_info, opcode); in __glXGetProtocolDecodeFunction()
268 : (void *) dispatch_info-> in __glXGetProtocolDecodeFunction()
273 __glXGetProtocolSizeData(const struct __glXDispatchInfo *dispatch_info, in __glXGetProtocolSizeData() argument
276 if (dispatch_info->size_table != NULL) { in __glXGetProtocolSizeData()
277 const int func_index = get_decode_index(dispatch_info, opcode); in __glXGetProtocolSizeData()
280 && (dispatch_info->size_table[func_index][0] != 0)) { in __glXGetProtocolSizeData()
[all …]
H A Dindirect_util.h46 *dispatch_info, int opcode,
50 *dispatch_info, int opcode,