Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation.h95 ir_unop_round_even, enumerator
Dir_expression_operation_constant.h908 case ir_unop_round_even:
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp256 return expr(ir_unop_round_even, a); in round_even()
Dir_validate.cpp507 case ir_unop_round_even: in visit_leave()
Dir.cpp250 case ir_unop_round_even: in ir_expression()
Dlower_instructions.cpp1849 case ir_unop_round_even: in visit_leave()
Dglsl_to_nir.cpp2031 case ir_unop_round_even: result = nir_fround_even(&b, srcs[0]); break; in visit()
Dbuiltin_functions.cpp5374 UNOPA(round, ir_unop_round_even) in UNOP()
5375 UNOPA(roundEven, ir_unop_round_even) in UNOP()
/external/mesa3d/docs/relnotes/
D7.10.rst300 - glsl: add ir_unop_round_even case to silence unhandled enum warning
1248 - i965: Handle new ir_unop_round_even in channel expression splitting.
2040 - glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
2042 - i965: Add support for ir_unop_round_even via the RNDE instruction.
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1259 case ir_unop_round_even: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1919 case ir_unop_round_even: in visit_expression()