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.cpp393 case ir_unop_exp2: in handle_expression()
420 if (op_expr[0]->operation == ir_unop_exp2) { in handle_expression()
837 return expr(ir_unop_exp2, ir->operands[1]); in handle_expression()
940 if (op_expr[0] && (op_expr[0]->operation == ir_unop_exp2 || in handle_expression()
Dlower_instructions.cpp285 ir->operation = ir_unop_exp2; in exp_to_exp2()
299 ir->operation = ir_unop_exp2; in pow_to_exp2()
Dir_validate.cpp337 case ir_unop_exp2: in visit_leave()
Dir.cpp244 case ir_unop_exp2: in ir_expression()
Dglsl_to_nir.cpp1941 case ir_unop_exp2: result = nir_fexp2(&b, srcs[0]); break; in visit()
Dbuiltin_functions.cpp5361 UNOP(exp2, ir_unop_exp2, always_available) in UNOP()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp944 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()
958 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1001 case ir_unop_exp2: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1507 case ir_unop_exp2: in visit_expression()