Searched refs:csat (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 247 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/ |
D | PixelRoutine.hpp | 88 void setLumSat(Vector4f &cbase, Vector4f &csat, Vector4f &clum, Float4 &x, Float4 &y, Float4 &z);
|
D | PixelRoutine.cpp | 2062 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/ |
D | rrFragmentOperations.cpp | 593 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/ |
D | glcBlendEquationAdvancedTests.cpp | 359 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/ |
D | KHR_blend_equation_advanced.txt | 359 // 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/ |
D | KHR_blend_equation_advanced.txt | 369 // 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/ |
D | vktPipelineBlendOperationAdvancedTests.cpp | 491 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/ |
D | NV_blend_equation_advanced.txt | 531 // 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/ |
D | NV_blend_equation_advanced.txt | 531 // 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);
|