Home
last modified time | relevance | path

Searched refs:matrix_mul (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp322 ir_expression *matrix_mul = ir->operands[0]->as_expression(); in handle_expression() local
324 if (matrix_mul && matrix_mul->operation == ir_binop_mul && in handle_expression()
325 matrix_mul->operands[0]->type->is_matrix() && in handle_expression()
326 matrix_mul->operands[1]->type->is_matrix()) { in handle_expression()
328 return mul(matrix_mul->operands[0], in handle_expression()
329 mul(matrix_mul->operands[1], ir->operands[1])); in handle_expression()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c123 matrix_mul(struct ureg_program *shader, struct ureg_dst dst, struct ureg_dst l[2], struct ureg_dst … in matrix_mul() function
374 matrix_mul(shader, ureg_writemask(fragment[i], TGSI_WRITEMASK_X << j), l[j], r); in create_stage1_frag_shader()
454 matrix_mul(shader, fragment, l, r); in vl_idct_stage2_frag_shader()