Searched refs:ir_unop_trunc (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/
H A Dir_expression_operation.h82 ir_unop_trunc, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib/src/compiler/
H A Dir_expression_operation.h91 ir_unop_trunc, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.cpp251 return expr(ir_unop_trunc, a);
H A Dopt_algebraic.cpp427 if (op_expr[0] && op_expr[0]->operation == ir_unop_trunc) {
H A Dir_validate.cpp506 case ir_unop_trunc:
H A Dglsl_to_nir.cpp2010 case ir_unop_trunc: result = nir_ftrunc(&b, srcs[0]); break;
H A Dir.cpp246 case ir_unop_trunc:
H A Dlower_instructions.cpp1834 case ir_unop_trunc:
H A Dbuiltin_functions.cpp5401 UNOPA(truncate, ir_unop_trunc)
5402 UNOPA(trunc, ir_unop_trunc)
5423 body.emit(assign(t, expr(ir_unop_trunc, x)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.cpp251 return expr(ir_unop_trunc, a);
H A Dopt_algebraic.cpp427 if (op_expr[0] && op_expr[0]->operation == ir_unop_trunc) {
H A Dir_validate.cpp439 case ir_unop_trunc:
H A Dir.cpp245 case ir_unop_trunc:
H A Dglsl_to_nir.cpp1973 case ir_unop_trunc: result = nir_ftrunc(&b, srcs[0]); break;
H A Dlower_instructions.cpp1807 case ir_unop_trunc:
H A Dbuiltin_functions.cpp4912 UNOPA(truncate, ir_unop_trunc)
4913 UNOPA(trunc, ir_unop_trunc)
4934 body.emit(assign(t, expr(ir_unop_trunc, x)));
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h740 case ir_unop_trunc:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1276 case ir_unop_trunc:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp1194 case ir_unop_trunc:
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h848 case ir_unop_trunc:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1920 case ir_unop_trunc:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1988 case ir_unop_trunc:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst2037 - i965: Use RNDZ for ir_unop_trunc in the new FS.

Completed in 130 milliseconds