Home
last modified time | relevance | path

Searched defs:columnType (Results 1 – 11 of 11) 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
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1581 void SPIRVCodeGenerator::addColumnEntry(const Type& columnType, in addColumnEntry()
1628 const Type& columnType = type.componentType().toCompound(fContext, in writeMatrixConstructor() local
2255 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local
2287 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeComponentwiseMatrixBinary() local
DSkSLMetalCodeGenerator.cpp1235 const Type& columnType = matrixType.componentType().toCompound( in writeConstructorCompoundMatrix() local
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1280 TType columnType(type, 0); in computeTypeLocationSize() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp819 SpirvType columnType = type; in declareType() local
DOutputSPIRV.cpp4557 TType columnType(operandType); in createCompareImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4083 spirv::IdRef columnType; in visitTypeMatrix() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp308 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount) in WriteTypeMatrix()
Dspirv_instruction_parser_autogen.cpp308 IdRef *columnType, in ParseTypeMatrix()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3173 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local