Searched refs:inLayerIndex (Results 1 – 1 of 1) sorted by relevance
845 deInt32 inLayerIndex = valueIndex % layerSize; in verifyDepth() local846 deInt32 x = inLayerIndex % m_config.width; in verifyDepth()847 deInt32 y = (inLayerIndex - x) / m_config.width; in verifyDepth()903 deInt32 inLayerIndex = valueIndex % layerSize; in verifyStencil() local904 deInt32 x = inLayerIndex % m_config.width; in verifyStencil()905 deInt32 y = (inLayerIndex - x) / m_config.width; in verifyStencil()