Home
last modified time | relevance | path

Searched defs:setup_context (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c75 struct setup_context { struct
76 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 …]
/third_party/python/Python/
D_warnings.c826 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context() function
/third_party/pulseaudio/src/pulse/
Dcontext.c615 static void setup_context(pa_context *c, pa_iochannel *io) { in setup_context() function