Home
last modified time | relevance | path

Searched defs:maxcol (Results 1 – 8 of 8) sorted by relevance

/external/eigen/test/
Dvisitor.cpp28 Index minrow=0,mincol=0,maxrow=0,maxcol=0; in matrixVisitor() local
/external/python/cpython2/Lib/
Dcmd.py342 def print_topics(self, header, cmds, cmdlen, maxcol): argument
Dformatter.py369 def __init__(self, file=None, maxcol=72): argument
/external/python/cpython3/Lib/
Dcmd.py338 def print_topics(self, header, cmds, cmdlen, maxcol): argument
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); in set_lum() local
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1441 …puteLum(SIMD::Float &color, SIMD::Float &lum, SIMD::Float &mincol, SIMD::Float &maxcol, SIMD::Int … in computeLum()
1462 SIMD::Float maxcol = maxRGB(color); in setLum() local
/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateAdvancedBlendEquations.cpp380 TIntermSymbol *maxcol = MakeVariable(mSymbolTable, "maxcol", floatType); in generateHslHelperFunctions() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp470 float maxcol = maxv3(color); in clipColor() local