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

  /external/swiftshader/src/Shader/
PixelRoutine.hpp 79 void blendFactor(const Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive);
80 void blendFactorAlpha(const Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive);
82 void blendFactor(const Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorActive);
83 void blendFactorAlpha(const Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive)
    [all...]
PixelRoutine.cpp 871 void PixelRoutine::blendFactor(const Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive)
882 blendFactor.x = current.x;
883 blendFactor.y = current.y;
884 blendFactor.z = current.z;
887 blendFactor.x = Short4(0xFFFFu) - current.x;
888 blendFactor.y = Short4(0xFFFFu) - current.y;
889 blendFactor.z = Short4(0xFFFFu) - current.z;
892 blendFactor.x = pixel.x
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
  /external/deqp/framework/common/
tcuTestLog.cpp 293 const float blendFactor = 0.85f;
323 Vec4 b = s + p*blendFactor;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 101 FLOAT blendFactor[4];

Completed in 137 milliseconds