Home
last modified time | relevance | path

Searched refs:columnType (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp819 SpirvType columnType = type; in declareType() local
820 columnType.primarySize = columnType.secondarySize; in declareType()
821 columnType.secondarySize = 1; in declareType()
822 columnType.typeSpec.onMatrixColumnSelection(); in declareType()
824 const spirv::IdRef columnTypeId = getSpirvTypeData(columnType, nullptr).id; in declareType()
DOutputSPIRV.cpp4557 TType columnType(operandType); in createCompareImpl() local
4558 columnType.toMatrixColumnType(); in createCompareImpl()
4567 createCompareImpl(op, columnType, resultTypeId, leftId, rightId, operandDecorations, in createCompareImpl()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1581 void SPIRVCodeGenerator::addColumnEntry(const Type& columnType, in addColumnEntry() argument
1591 SpvId columnId = this->writeComposite(*currentColumn, columnType, out); in addColumnEntry()
1628 const Type& columnType = type.componentType().toCompound(fContext, in writeMatrixConstructor() local
1641 this->addColumnEntry(columnType, &currentColumn, &columnIds, rows, arguments[i], out); in writeMatrixConstructor()
1649 this->addColumnEntry(columnType, &currentColumn, &columnIds, rows, swizzle, out); in writeMatrixConstructor()
2255 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local
2265 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeMatrixComparison()
2267 this->writeInstruction(SpvOpCompositeExtract, columnType, columnR, rhs, i, out); in writeMatrixComparison()
2287 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeComponentwiseMatrixBinary() local
2294 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeComponentwiseMatrixBinary()
[all …]
DSkSLSPIRVCodeGenerator.h306 void addColumnEntry(const Type& columnType, std::vector<SpvId>* currentColumn,
DSkSLMetalCodeGenerator.cpp1235 const Type& columnType = matrixType.componentType().toCompound( in writeConstructorCompoundMatrix() local
1248 this->writeType(columnType); in writeConstructorCompoundMatrix()
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1872 TType columnType(type, 0); in computeTypeLocationSize() local
1873 return type.getMatrixCols() * computeTypeLocationSize(columnType, stage); in computeTypeLocationSize()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h75 IdRef *columnType,
Dspirv_instruction_builder_autogen.h66 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount);
Dspirv_instruction_builder_autogen.cpp308 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount) in WriteTypeMatrix() argument
313 blob->push_back(columnType); in WriteTypeMatrix()
Dspirv_instruction_parser_autogen.cpp308 IdRef *columnType, in ParseTypeMatrix() argument
317 *columnType = IdRef(_instruction[_o++]); in ParseTypeMatrix()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4083 spirv::IdRef columnType; in visitTypeMatrix() local
4085 spirv::ParseTypeMatrix(instruction, &id, &columnType, &columnCount); in visitTypeMatrix()
4090 if (columnType == mFloatTypes[columnCount]) in visitTypeMatrix()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3266 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local
3267 TType componentType(columnType, 0); in handleAssignToMatrixSwizzle()
3279 leftComp->setType(columnType); in handleAssignToMatrixSwizzle()
/third_party/sqlite/src/
Dsqlite3.c139886 # define columnType(A,B,C,D,E) columnTypeImpl(A,B,C,D,E)
139888 # define columnType(A,B,C,D,E) columnTypeImpl(A,B)
139974 zType = columnType(&sNC, p,&zOrigDb,&zOrigTab,&zOrigCol);
140020 zType = columnType(&sNC, p, &zOrigDb, &zOrigTab, &zOrigCol);
140060 zType = columnType(&sNC, p, &zOrigDb, &zOrigTab, &zOrigCol);
140070 zType = columnType(&sNC, p, 0, 0, 0);
140343 zType = columnType(&sNC, p, 0, 0, 0);