Searched defs:columnType (Results 1 – 9 of 9) sorted by relevance
| /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/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/glslang/glslang/MachineIndependent/ |
| D | linkValidate.cpp | 1872 TType columnType(type, 0); in computeTypeLocationSize() 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 | 3266 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local
|