Searched refs:ir_unop_trunc (Results 1 - 23 of 23) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/compiler/ |
| H A D | ir_expression_operation.h | 82 ir_unop_trunc, enumerator in enum:ir_expression_operation
|
| /xsrc/external/mit/MesaLib/src/compiler/ |
| H A D | ir_expression_operation.h | 91 ir_unop_trunc, enumerator in enum:ir_expression_operation
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 251 return expr(ir_unop_trunc, a);
|
| H A D | opt_algebraic.cpp | 427 if (op_expr[0] && op_expr[0]->operation == ir_unop_trunc) {
|
| H A D | ir_validate.cpp | 506 case ir_unop_trunc:
|
| H A D | glsl_to_nir.cpp | 2010 case ir_unop_trunc: result = nir_ftrunc(&b, srcs[0]); break;
|
| H A D | ir.cpp | 246 case ir_unop_trunc:
|
| H A D | lower_instructions.cpp | 1834 case ir_unop_trunc:
|
| H A D | builtin_functions.cpp | 5401 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 D | ir_builder.cpp | 251 return expr(ir_unop_trunc, a);
|
| H A D | opt_algebraic.cpp | 427 if (op_expr[0] && op_expr[0]->operation == ir_unop_trunc) {
|
| H A D | ir_validate.cpp | 439 case ir_unop_trunc:
|
| H A D | ir.cpp | 245 case ir_unop_trunc:
|
| H A D | glsl_to_nir.cpp | 1973 case ir_unop_trunc: result = nir_ftrunc(&b, srcs[0]); break;
|
| H A D | lower_instructions.cpp | 1807 case ir_unop_trunc:
|
| H A D | builtin_functions.cpp | 4912 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 D | ir_expression_operation_constant.h | 740 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 1276 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 1194 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 848 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 1920 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 1988 case ir_unop_trunc:
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 2037 - i965: Use RNDZ for ir_unop_trunc in the new FS.
|
Completed in 130 milliseconds