Lines Matching refs:elementTy
716 Type elementTy = getType(operands[1]); in processType() local
717 if (!elementTy) { in processType()
721 typeMap[operands[0]] = VectorType::get({operands[2]}, elementTy); in processType()
809 Type elementTy = getType(operands[1]); in processArrayType() local
810 if (!elementTy) { in processArrayType()
831 elementTy, count, typeDecorations.lookup(operands[0])); in processArrayType()
868 Type elementTy = getType(operands[1]); in processCooperativeMatrixType() local
869 if (!elementTy) { in processCooperativeMatrixType()
886 elementTy, scope.value(), rows, columns); in processCooperativeMatrixType()
1002 Type elementTy = getType(operands[1]); in processMatrixType() local
1003 if (!elementTy) { in processMatrixType()
1010 typeMap[operands[0]] = spirv::MatrixType::get(elementTy, colsCount); in processMatrixType()
1035 Type elementTy = getType(operands[1]); in processImageType() local
1036 if (!elementTy) in processImageType()
1070 elementTy, dim.value(), depthInfo.value(), arrayedInfo.value(), in processImageType()
1080 Type elementTy = getType(operands[1]); in processSampledImageType() local
1081 if (!elementTy) in processSampledImageType()
1086 typeMap[operands[0]] = spirv::SampledImageType::get(elementTy); in processSampledImageType()