HomeSort by relevance Sort by last modified time
    Searched defs:unscaleSByte (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/Pipeline/
Constants.cpp 342 static const float4 unscaleSByte = {1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F};
350 memcpy(&this->unscaleSByte, &unscaleSByte, sizeof(unscaleSByte));
Constants.hpp 100 float4 unscaleSByte;
  /external/swiftshader/src/Shader/
Constants.cpp 342 static const float4 unscaleSByte = {1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F};
350 memcpy(&this->unscaleSByte, &unscaleSByte, sizeof(unscaleSByte));
Constants.hpp 100 float4 unscaleSByte;

Completed in 934 milliseconds