Lines Matching defs:work
28 represents a draw context that contains all of the draw state and work
31 backend (fragment) work as required. The ring allows for backend
32 threads to pull work in order. Large draws are split into chunks to
33 allow vertex processing to happen in parallel, with the backend work
67 been focused on making sure these work as best as possible. Our
90 * It's easier to work with the Mesa community when the source we're
111 Will this work on AMD?
114 * If using an AMD processor with AVX or AVX2, it should work though
118 Will this work on ARM, MIPS, POWER, <other non-x86 architecture>?
121 * Not without a lot of work. We make extensive use of AVX and AVX2
130 work.
132 * You don't need a fire-breathing Xeon machine to work on SWR - we do
135 Does one build work on both AVX and AVX2?