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

  /external/swiftshader/src/Renderer/
Sampler.cpp 137 texture.widthHeightLOD[0] = width * exp2LOD;
138 texture.widthHeightLOD[1] = width * exp2LOD;
139 texture.widthHeightLOD[2] = height * exp2LOD;
140 texture.widthHeightLOD[3] = height * exp2LOD;
Sampler.hpp 48 float4 widthHeightLOD;
  /external/swiftshader/src/Shader/
SamplerCore.cpp     [all...]

Completed in 507 milliseconds