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.cpp2071 Float4 PixelRoutine::computeLum(Float4 &color, Float4 &lum, Float4 &mincol, Float4 &maxcol, Int4 &n… in computeLum()
2092 Float4 maxcol = maxRGB(color); in setLum() local
/external/angle/src/compiler/translator/tree_ops/vulkan/
DEmulateAdvancedBlendEquations.cpp394 TIntermSymbol *maxcol = MakeVariable(mSymbolTable, "maxcol", floatType); in generateHslHelperFunctions() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp463 float maxcol = maxv3(color); in clipColor() local