Searched refs:ir_unop_log2 (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/
H A Dir_expression_operation.h36 ir_unop_log2, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib/src/compiler/
H A Dir_expression_operation.h36 ir_unop_log2, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp397 if (op_expr[0]->operation == ir_unop_log2) {
406 if (log2_expr && log2_expr->operation == ir_unop_log2) {
416 case ir_unop_log2:
H A Dlower_instructions.cpp296 new(ir) ir_expression(ir_unop_log2, ir->operands[0]->type,
312 ir->operands[0] = new(ir) ir_expression(ir_unop_log2, ir->operands[0]->type,
H A Dir_validate.cpp338 case ir_unop_log2:
H A Dglsl_to_nir.cpp1927 case ir_unop_log2: result = nir_flog2(&b, srcs[0]); break;
H A Dir.cpp245 case ir_unop_log2:
H A Dbuiltin_functions.cpp5391 UNOP(log2, ir_unop_log2, always_available)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp397 if (op_expr[0]->operation == ir_unop_log2) {
406 if (log2_expr && log2_expr->operation == ir_unop_log2) {
416 case ir_unop_log2:
H A Dlower_instructions.cpp289 new(ir) ir_expression(ir_unop_log2, ir->operands[0]->type,
305 ir->operands[0] = new(ir) ir_expression(ir_unop_log2, ir->operands[0]->type,
H A Dir_validate.cpp280 case ir_unop_log2:
H A Dir.cpp244 case ir_unop_log2:
H A Dglsl_to_nir.cpp1901 case ir_unop_log2: result = nir_flog2(&b, srcs[0]); break;
H A Dbuiltin_functions.cpp4903 UNOP(log2, ir_unop_log2, always_available)
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h185 case ir_unop_log2:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1083 case ir_unop_log2:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp1010 case ir_unop_log2:
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h185 case ir_unop_log2:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1515 case ir_unop_log2:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1594 case ir_unop_log2:

Completed in 83 milliseconds