Home
last modified time | relevance | path

Searched refs:ir_unop_exp2 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/
Dlower_instructions.cpp184 ir->operation = ir_unop_exp2; in exp_to_exp2()
197 ir->operation = ir_unop_exp2; in pow_to_exp2()
Dir_validate.cpp229 case ir_unop_exp2: in visit_leave()
Dir.h726 ir_unop_exp2, enumerator
Dir_constant_expression.cpp334 case ir_unop_exp2: in constant_expression_value()
1122 expr = new(mem_ctx) ir_expression(ir_unop_exp2, type, op[0], NULL); in constant_expression_value()
Dir.cpp257 case ir_unop_exp2: in ir_expression()
Dir_to_llvm.cpp584 case ir_unop_exp2: // fall through in llvm_expression()