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

  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]
PixelProgram.cpp 548 Short4 alpha = RoundShort4(c[0].w * Float4(0x1000));
    [all...]
SamplerCore.cpp     [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 440 Short4 c0 = RoundShort4(c.zyxw);
455 Short4 c0 = RoundShort4(c);
469 Short4 c0 = RoundShort4(c.zyxw) | Short4(0x0000, 0x0000, 0x0000, 0x00FF);
484 Short4 c0 = RoundShort4(c) | Short4(0x0000, 0x0000, 0x0000, 0x00FF);
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 793 RValue<Short4> RoundShort4(RValue<Float4> cast);
    [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]

Completed in 113 milliseconds