Home
last modified time | relevance | path

Searched refs:_duuWeightsBuffer (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DmtlComputeEvaluator.mm163 _duuWeightsBuffer = nil;
185 _duuWeightsBuffer = createBuffer(stencilTable->GetDuuWeights(), context);
199 if (_duuWeightsBuffer) {
200 _duuWeightsBuffer.label = @"StencilTable duuWeights";
H A DmtlComputeEvaluator.h71 id<MTLBuffer> GetDuuWeightsBuffer() const { return _duuWeightsBuffer; } in GetDuuWeightsBuffer()
84 id<MTLBuffer> _duuWeightsBuffer; variable