Home
last modified time | relevance | path

Searched refs:kClampIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLByteCode.h36 kClampIndex, enumerator
DSkSLByteCode.cpp62 case ByteCodeInstruction::kClampIndex: printf("clampindex %d", READ8()); break; in disassemble_instruction()
465 case ByteCodeInstruction::kClampIndex: { in innerRun()
DSkSLByteCodeGenerator.cpp209 case ByteCodeInstruction::kClampIndex: return 0; in StackUsage()
472 this->write(ByteCodeInstruction::kClampIndex); in getLocation()