Home
last modified time | relevance | path

Searched refs:depthCompareFunction (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm61 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, depthCompareFunction);
307 ANGLE_PROP_EQ(*this, rhs, depthCompareFunction) &&
317 depthCompareFunction = MTLCompareFunctionAlways;
325 depthCompareFunction = MTLCompareFunctionAlways;
346 depthCompareFunction = GetCompareFunc(dsState.depthFunc);
Dmtl_state_cache.h86 uint8_t depthCompareFunction : 3; member
DContextMtl.mm2235 dsDesc.depthCompareFunction = MTLCompareFunctionAlways;
Dmtl_render_utils.mm1759 dsStateDesc.depthCompareFunction = MTLCompareFunctionAlways;