Home
last modified time | relevance | path

Searched refs:ctx_table (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c128 stw_dev->ctx_table = handle_table_create(); in stw_init()
129 if (!stw_dev->ctx_table) { in stw_init()
200 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()
208 handle_table_destroy(stw_dev->ctx_table); in stw_cleanup()
Dstw_device.h70 struct handle_table *ctx_table; member
101 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
Dstw_context.c301 handle_table_set(stw_dev->ctx_table, (unsigned) handle, ctx); in stw_create_context_attribs()
305 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); in stw_create_context_attribs()
340 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
/external/igt-gpu-tools/scripts/
Dtrace.pl921 my $ctx_table;
947 $ctx_table .= '<table>';
950 $ctx_table .= "<tr>\n";
951 $ctx_table .= " <td>Context $ctx</td>\n" if $colour_contexts;
953 …$ctx_table .= " <td align='center' valign='middle'><div style='" . box_style($ctx, $state) . " pa…
955 $ctx_table .= "</tr>\n";
958 $ctx_table .= '</table>';
996 $ctx_table