Home
last modified time | relevance | path

Searched defs:columnType (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1265 void SPIRVCodeGenerator::addColumnEntry(SpvId columnType, Precision precision, in addColumnEntry()
1312 SpvId columnType = this->getType(c.fType.componentType().toCompound(fContext, 2, 1)); in writeMatrixConstructor() local
1320 SpvId columnType = this->getType(c.fType.componentType().toCompound(fContext, rows, 1)); in writeMatrixConstructor() local
2000 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local
2035 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeComponentwiseMatrixBinary() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp307 auto columnType = module_.FindDef(inst->words[columnTypeIndex]); in isValid() local
618 auto columnType = module_.FindDef(resultType->words()[2]); in isValid() local
946 auto columnType = module_.FindDef(resultType->words()[2]); in isValid() local