Searched refs:partBMasks (Results 1 – 1 of 1) sorted by relevance
3603 std::vector<deUint32> partBMasks; in tripleDepthStencilMasks() local3606 partBMasks.insert(partBMasks.end(), baseMasks.begin() + 1, baseMasks.end()); in tripleDepthStencilMasks()3607 partBMasks.push_back(baseMasks[0]); in tripleDepthStencilMasks()3609 tripledMasks.insert(tripledMasks.end(), partBMasks.begin(), partBMasks.end()); in tripleDepthStencilMasks()3610 tripledMasks.insert(tripledMasks.end(), partBMasks.begin(), partBMasks.end()); in tripleDepthStencilMasks()