Searched refs:activeSOBuffers (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp186 std::unordered_set<uint32_t> activeSOBuffers; local in function:StreamOutJit::buildStream
190 activeSOBuffers.insert(decl.bufferIndex);
201 for (uint32_t buffer : activeSOBuffers)
221 for (uint32_t b : activeSOBuffers)
243 for (uint32_t b : activeSOBuffers)
251 for (uint32_t b : activeSOBuffers)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp186 std::unordered_set<uint32_t> activeSOBuffers; local in function:StreamOutJit::buildStream
190 activeSOBuffers.insert(decl.bufferIndex);
201 for (uint32_t buffer : activeSOBuffers)
221 for (uint32_t b : activeSOBuffers)
243 for (uint32_t b : activeSOBuffers)
251 for (uint32_t b : activeSOBuffers)

Completed in 3 milliseconds