Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DmtlComputeEvaluator.mm348 _evalPatches =
356 if (!_evalPatches)
377 [_evalPatches release];
553 if(_evalPatches == nil)
594 [computeCommandEncoder setComputePipelineState:_evalPatches];
H A DmtlComputeEvaluator.h2154 id<MTLComputePipelineState> _evalPatches; variable