Searched defs:columnType (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1265 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/ |
D | validate_id.cpp | 307 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 1581 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
|
D | SkSLMetalCodeGenerator.cpp | 1235 const Type& columnType = matrixType.componentType().toCompound( in writeConstructorCompoundMatrix() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1280 TType columnType(type, 0); in computeTypeLocationSize() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuildSPIRV.cpp | 819 SpirvType columnType = type; in declareType() local
|
D | OutputSPIRV.cpp | 4557 TType columnType(operandType); in createCompareImpl() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 4083 spirv::IdRef columnType; in visitTypeMatrix() local
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | spirv_instruction_builder_autogen.cpp | 308 void WriteTypeMatrix(Blob *blob, IdResult idResult, IdRef columnType, LiteralInteger columnCount) in WriteTypeMatrix()
|
D | spirv_instruction_parser_autogen.cpp | 308 IdRef *columnType, in ParseTypeMatrix()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3173 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local
|