Searched refs:csat (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 240 * that of the RGB color <csat>. The override the luminosity of the 247 ir_variable *csat, in set_lum_sat() 253 ir_rvalue *ssat = satv3(csat); in set_lum_sat() 244 set_lum_sat(ir_factory *f, ir_variable *color, ir_variable *cbase, ir_variable *csat, ir_variable *clum) set_lum_sat() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 88 void setLumSat(Vector4f &cbase, Vector4f &csat, Vector4f &clum, Float4 &x, Float4 &y, Float4 &z);
|
H A D | PixelRoutine.cpp | 2062 void PixelRoutine::setLumSat(Vector4f &cbase, Vector4f &csat, Vector4f &clum, Float4 &x, Float4 &y, Float4 &z) in setLumSat() argument 2066 Float4 ssat = maxRGB(csat) - minRGB(csat); in setLumSat()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A 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/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 492 // that of the RGB color <csat>. The override the luminosity of the 494 Vec3 setLumSat(Vec3 cbase, Vec3 csat, Vec3 clum) in setLumSat() argument 498 float ssat = satv3(csat); in setLumSat()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 357 // that of the RGB color <csat>. The override the luminosity of the 359 static tcu::Vec4 SetLumSat(const tcu::Vec4& cbase, const tcu::Vec4& csat, const tcu::Vec4& clum) 363 float ssat = Saturation(csat);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 496 // that of the RGB color <csat>. The override the luminosity of the 498 Vec3 setLumSat(Vec3 cbase, Vec3 csat, Vec3 clum) in setLumSat() argument 502 float ssat = satv3(csat); in setLumSat()
|
Completed in 15 milliseconds