Home
last modified time | relevance | path

Searched refs:blendFactor (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp789 …void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pix… in blendFactor() argument
800 blendFactor.x = current.x; in blendFactor()
801 blendFactor.y = current.y; in blendFactor()
802 blendFactor.z = current.z; in blendFactor()
805 blendFactor.x = Short4(0xFFFFu) - current.x; in blendFactor()
806 blendFactor.y = Short4(0xFFFFu) - current.y; in blendFactor()
807 blendFactor.z = Short4(0xFFFFu) - current.z; in blendFactor()
810 blendFactor.x = pixel.x; in blendFactor()
811 blendFactor.y = pixel.y; in blendFactor()
812 blendFactor.z = pixel.z; in blendFactor()
[all …]
DPixelRoutine.hpp75 …void blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFac…
76 …void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBle…
78 …void blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor b…
79 …void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFac…
/external/swiftshader/src/Shader/
DPixelRoutine.cpp862 …void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pix… in blendFactor() argument
873 blendFactor.x = current.x; in blendFactor()
874 blendFactor.y = current.y; in blendFactor()
875 blendFactor.z = current.z; in blendFactor()
878 blendFactor.x = Short4(0xFFFFu) - current.x; in blendFactor()
879 blendFactor.y = Short4(0xFFFFu) - current.y; in blendFactor()
880 blendFactor.z = Short4(0xFFFFu) - current.z; in blendFactor()
883 blendFactor.x = pixel.x; in blendFactor()
884 blendFactor.y = pixel.y; in blendFactor()
885 blendFactor.z = pixel.z; in blendFactor()
[all …]
DPixelRoutine.hpp77 …void blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFacto…
78 …void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, Blend…
80 …void blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor ble…
81 …void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFacto…
/external/deqp/framework/common/
DtcuTestLog.cpp293 const float blendFactor = 0.85f; in writeImage() local
323 Vec4 b = s + p*blendFactor; in writeImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h366 float blendFactor[4]; member
1471 uint32 blendFactor[4]; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c401 const float *blendFactor, in SVGA3D_vgpu10_SetBlendState() argument
407 memcpy(cmd->blendFactor, blendFactor, sizeof(float) * 4); in SVGA3D_vgpu10_SetBlendState()
Dsvga_cmd.h386 const float *blendFactor, uint32 sampleMask);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1554 _debug_printf("\t\t.blendFactor[4] = %f %f %f %f\n", cmd->blendFactor[0], in SVGA3D_DUMP_HEADER()
1555 cmd->blendFactor[1], in SVGA3D_DUMP_HEADER()
1556 cmd->blendFactor[2], in SVGA3D_DUMP_HEADER()
1557 cmd->blendFactor[3]); in SVGA3D_DUMP_HEADER()