Searched defs:cbase (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_blend_equation_advanced.c | 240 nir_variable *cbase, in set_lum() 278 nir_variable *cbase, in set_lum_sat()
|
/aosp_15_r20/external/dtc/ |
H A D | convert-dtsv0-lexer.l | 33 static int cbase = 16; variable
|
/aosp_15_r20/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
H A D | TestLatencyView.java | 121 int cbase = step * 4; in onDrawFrame() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/ |
H A D | EmulateAdvancedBlendEquations.cpp | 458 TIntermSymbol *cbase = MakeVariable(mSymbolTable, "cbase", vec3ParamType); in generateHslHelperFunctions() local 504 TIntermSymbol *cbase = MakeVariable(mSymbolTable, "cbase", vec3ParamType); in generateHslHelperFunctions() local
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 732 Vec3 setLum(const Vec3 &cbase, const Vec3 &clum) in setLum() 749 Vec3 setLumSat(const Vec3 &cbase, const Vec3 &csat, const Vec3 &clum) in setLumSat()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 480 Vec3 setLum(Vec3 cbase, Vec3 clum) in setLum() 493 Vec3 setLumSat(Vec3 cbase, Vec3 csat, Vec3 clum) in setLumSat()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 1449 void PixelRoutine::setLumSat(SIMD::Float4 &cbase, SIMD::Float4 &csat, SIMD::Float4 &clum, SIMD::Flo… in setLumSat() 1475 void PixelRoutine::setLum(SIMD::Float4 &cbase, SIMD::Float4 &clum, SIMD::Float &x, SIMD::Float &y, … in setLum()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 335 static tcu::Vec4 SetLum(const tcu::Vec4 &cbase, const tcu::Vec4 &clum) in SetLum() 359 static tcu::Vec4 SetLumSat(const tcu::Vec4 &cbase, const tcu::Vec4 &csat, const tcu::Vec4 &clum) in SetLumSat()
|