Home | History | Annotate | Download | only in glsl

Lines Matching refs:matrix_columns

172       if (type->matrix_columns <= 1) {
175 return llvm::ArrayType::get(vec_type, type->matrix_columns);
627 llvm::VectorType * vectorType = llvm::VectorType::get(llvm_base_type(ir->operands[1]->type->base_type), ir->operands[1]->type->matrix_columns);
629 for (unsigned int i = 0; i < ir->operands[1]->type->matrix_columns; i++) {
1156 for (unsigned i = 0; i < ir->type->matrix_columns; ++i) {
1189 if(ir->type->matrix_columns > 1)