HomeSort by relevance Sort by last modified time
    Searched refs:bumpmapMatrix4W (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Renderer/
TextureStage.cpp 113 uniforms.bumpmapMatrix4W[element / 2][element % 2][0] = iround(4095 * value);
114 uniforms.bumpmapMatrix4W[element / 2][element % 2][1] = iround(4095 * value);
115 uniforms.bumpmapMatrix4W[element / 2][element % 2][2] = iround(4095 * value);
116 uniforms.bumpmapMatrix4W[element / 2][element % 2][3] = iround(4095 * value);
TextureStage.hpp 126 word4 bumpmapMatrix4W[2][2];
  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]

Completed in 321 milliseconds