/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuildSPIRV.cpp | 819 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()
|
D | OutputSPIRV.cpp | 4557 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 1581 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, ¤tColumn, &columnIds, rows, arguments[i], out); in writeMatrixConstructor() 1649 this->addColumnEntry(columnType, ¤tColumn, &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 …]
|
D | SkSLSPIRVCodeGenerator.h | 306 void addColumnEntry(const Type& columnType, std::vector<SpvId>* currentColumn,
|
D | SkSLMetalCodeGenerator.cpp | 1235 const Type& columnType = matrixType.componentType().toCompound( in writeConstructorCompoundMatrix() local 1248 this->writeType(columnType); in writeConstructorCompoundMatrix()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1872 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/ |
D | spirv_instruction_parser_autogen.h | 75 IdRef *columnType,
|
D | spirv_instruction_builder_autogen.h | 66 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount);
|
D | spirv_instruction_builder_autogen.cpp | 308 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount) in WriteTypeMatrix() argument 313 blob->push_back(columnType); in WriteTypeMatrix()
|
D | spirv_instruction_parser_autogen.cpp | 308 IdRef *columnType, in ParseTypeMatrix() argument 317 *columnType = IdRef(_instruction[_o++]); in ParseTypeMatrix()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 4083 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/ |
D | hlslParseHelper.cpp | 3266 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/ |
D | sqlite3.c | 139886 # 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);
|