Searched defs:setup_context (Results 1 – 3 of 3) sorted by relevance
75 struct setup_context { struct76 struct softpipe_context *softpipe;82 const float (*vmax)[4];83 const float (*vmid)[4];84 const float (*vmin)[4];85 const float (*vprovoke)[4];87 struct edge ebot;88 struct edge etop;89 struct edge emaj;91 float oneoverarea;[all …]
826 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context() function
615 static void setup_context(pa_context *c, pa_iochannel *io) { in setup_context() function