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 552 Short4 alpha = RoundShort4(c[0].w * Float4(0x1000));
    [all...]
SamplerCore.cpp     [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 448 UShort4 c0 = As<UShort4>(RoundShort4(c.zyxw));
463 UShort4 c0 = As<UShort4>(RoundShort4(c));
477 UShort4 c0 = As<UShort4>(RoundShort4(c.zyxw)) | UShort4(0x0000, 0x0000, 0x0000, 0xFFFFu);
492 UShort4 c0 = As<UShort4>(RoundShort4(c)) | UShort4(0x0000, 0x0000, 0x0000, 0xFFFFu);
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 793 RValue<Short4> RoundShort4(RValue<Float4> cast);
    [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]

Completed in 660 milliseconds