Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp247 ir_variable *csat, in set_lum_sat() argument
253 ir_rvalue *ssat = satv3(csat); in set_lum_sat()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.hpp88 void setLumSat(Vector4f &cbase, Vector4f &csat, Vector4f &clum, Float4 &x, Float4 &y, Float4 &z);
DPixelRoutine.cpp2062 void PixelRoutine::setLumSat(Vector4f &cbase, Vector4f &csat, Vector4f &clum, Float4 &x, Float4 &y,… in setLumSat() argument
2066 Float4 ssat = maxRGB(csat) - minRGB(csat); in setLumSat()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp593 Vec3 setLumSat (const Vec3& cbase, const Vec3& csat, const Vec3& clum) in setLumSat() argument
597 const float ssat = saturation(csat); in setLumSat()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp359 static tcu::Vec4 SetLumSat(const tcu::Vec4& cbase, const tcu::Vec4& csat, const tcu::Vec4& clum) in SetLumSat() argument
363 float ssat = Saturation(csat); in SetLumSat()
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_blend_equation_advanced.txt359 // that of the RGB color <csat>. The override the luminosity of the
361 vec3 SetLumSat(vec3 cbase, vec3 csat, vec3 clum)
365 float ssat = satv3(csat);
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt369 // that of the RGB color <csat>. The override the luminosity of the
371 vec3 SetLumSat(vec3 cbase, vec3 csat, vec3 clum)
375 float ssat = satv3(csat);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp491 Vec3 setLumSat(Vec3 cbase, Vec3 csat, Vec3 clum) in setLumSat() argument
495 float ssat = satv3(csat); in setLumSat()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt531 // that of the RGB color <csat>. The override the luminosity of the
533 vec3 SetLumSat(vec3 cbase, vec3 csat, vec3 clum)
537 float ssat = satv3(csat);
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt531 // that of the RGB color <csat>. The override the luminosity of the
533 vec3 SetLumSat(vec3 cbase, vec3 csat, vec3 clum)
537 float ssat = satv3(csat);