/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVTypes.cpp | 1103 Type columnType; member 1107 MatrixType MatrixType::get(Type columnType, uint32_t columnCount) { in get() 1111 MatrixType MatrixType::getChecked(Type columnType, uint32_t columnCount, in getChecked() 1117 Type columnType, in verifyConstructionInvariants() 1137 bool MatrixType::isValidColumnType(Type columnType) { in isValidColumnType()
|
D | SPIRVDialect.cpp | 418 Type columnType = parseAndVerifyMatrixType(dialect, parser); in parseMatrixType() local
|
/external/perfetto/ui/src/common/ |
D | query_iterator.ts | 118 for (const [columnName, columnType] of Object.entries(querySpec)) { constant
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | DatabaseContentProvider.java | 108 String columnType) { in addColumn()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 1500 void SPIRVCodeGenerator::addColumnEntry(SpvId columnType, Precision precision, in addColumnEntry() 1548 SpvId columnType = this->getType(type.componentType().toCompound(fContext, 2, 1)); in writeMatrixConstructor() local 1556 SpvId columnType = this->getType(type.componentType().toCompound(fContext, rows, 1)); in writeMatrixConstructor() local 2233 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local 2268 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeComponentwiseMatrixBinary() local
|
D | SkSLMetalCodeGenerator.cpp | 1062 const Type& columnType = matrixType.componentType().toCompound( in writeConstructorCompoundMatrix() local
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1233 SpvId columnType = this->getType(c.fType.componentType().toCompound(fContext, 2, 1)); in writeMatrixConstructor() local 1890 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local 1925 SpvId columnType = this->getType(operandType.componentType().toCompound(fContext, in writeComponentwiseMatrixBinary() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1327 TType columnType(type, 0); in computeTypeLocationSize() local
|
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 646 SpirvType columnType = type; in declareType() local
|
D | OutputSPIRV.cpp | 4104 TType columnType(operandType); in createCompareImpl() local
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1656 TType columnType(type, 0); in computeTypeLocationSize() local
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 4031 spirv::IdRef columnType; in visitTypeMatrix() local
|
/external/angle/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()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3173 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3173 TType columnType(matrix->getType(), 0); in handleAssignToMatrixSwizzle() local
|