Home
last modified time | relevance | path

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

/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/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/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1872 TType columnType(type, 0); in computeTypeLocationSize() 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.cpp3266 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local