Searched refs:floatArguments (Results 1 – 2 of 2) sorted by relevance
406 WTF_ALIGNED(FELightingFloatArgumentsForNeon, floatArguments, 16); in drawInteriorPixels()415 &floatArguments, in drawInteriorPixels()420 floatArguments.constOne = 1; in drawInteriorPixels()422 floatArguments.colorRed = m_lightingColor.red(); in drawInteriorPixels()423 floatArguments.colorGreen = m_lightingColor.green(); in drawInteriorPixels()424 floatArguments.colorBlue = m_lightingColor.blue(); in drawInteriorPixels()425 floatArguments.padding4 = 0; in drawInteriorPixels()430 floatArguments.lightX = pointLightSource->position().x(); in drawInteriorPixels()431 floatArguments.lightY = pointLightSource->position().y(); in drawInteriorPixels()432 floatArguments.lightZ = pointLightSource->position().z(); in drawInteriorPixels()[all …]
82 FELightingFloatArgumentsForNeon* floatArguments; member