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

  /external/swiftshader/src/Pipeline/
PixelRoutine.hpp 75 void blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFactor blendFactorActive);
76 void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFactor blendFactorAlphaActive);
78 void blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorActive);
79 void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAlphaActive);
PixelRoutine.cpp 789 void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFactor blendFactorActive)
800 blendFactor.x = current.x;
801 blendFactor.y = current.y;
802 blendFactor.z = current.z;
805 blendFactor.x = Short4(0xFFFFu) - current.x;
806 blendFactor.y = Short4(0xFFFFu) - current.y;
807 blendFactor.z = Short4(0xFFFFu) - current.z;
810 blendFactor.x = pixel.x;
811 blendFactor.y = pixel.y
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.hpp 77 void blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive);
78 void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive);
80 void blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorActive);
81 void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive)
    [all...]
PixelRoutine.cpp 862 void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive)
873 blendFactor.x = current.x;
874 blendFactor.y = current.y;
875 blendFactor.z = current.z;
878 blendFactor.x = Short4(0xFFFFu) - current.x;
879 blendFactor.y = Short4(0xFFFFu) - current.y;
880 blendFactor.z = Short4(0xFFFFu) - current.z;
883 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;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 366 float blendFactor[4];
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 401 const float *blendFactor,
407 memcpy(cmd->blendFactor, blendFactor, sizeof(float) * 4);
    [all...]
svga_cmd.h 386 const float *blendFactor, uint32 sampleMask);
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]

Completed in 257 milliseconds