Searched refs:inLayerIndex (Results 1 – 1 of 1) sorted by relevance
1031 deInt32 inLayerIndex = valueIndex % layerSize; in verifyDepth() local1032 deInt32 x = inLayerIndex % m_config.width; in verifyDepth()1033 deInt32 y = (inLayerIndex - x) / m_config.width; in verifyDepth()1095 deInt32 inLayerIndex = valueIndex % layerSize; in verifyStencil() local1096 deInt32 x = inLayerIndex % m_config.width; in verifyStencil()1097 deInt32 y = (inLayerIndex - x) / m_config.width; in verifyStencil()