Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation.h35 ir_unop_exp2, enumerator
Dir_expression_operation_constant.h173 case ir_unop_exp2:
/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp392 case ir_unop_exp2: in handle_expression()
419 if (op_expr[0]->operation == ir_unop_exp2) { in handle_expression()
817 return expr(ir_unop_exp2, ir->operands[1]); in handle_expression()
920 if (op_expr[0] && (op_expr[0]->operation == ir_unop_exp2 || in handle_expression()
Dlower_instructions.cpp277 ir->operation = ir_unop_exp2; in exp_to_exp2()
291 ir->operation = ir_unop_exp2; in pow_to_exp2()
Dir_validate.cpp280 case ir_unop_exp2: in visit_leave()
Dir.cpp244 case ir_unop_exp2: in ir_expression()
Dglsl_to_nir.cpp1531 case ir_unop_exp2: result = nir_fexp2(&b, srcs[0]); break; in visit()
Dbuiltin_functions.cpp4012 UNOP(exp2, ir_unop_exp2, always_available) in UNOP()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp946 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()
960 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1076 case ir_unop_exp2: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1432 case ir_unop_exp2: in visit_expression()