Home
last modified time | relevance | path

Searched refs:ir_unop_i2f (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glsl/
Dir_div_to_mul_rcp.cpp90 op1 = new(ir) ir_expression(ir_unop_i2f, vec_type, ir->operands[1], NULL); in visit_leave()
101 op0 = new(ir) ir_expression(ir_unop_i2f, vec_type, ir->operands[0], NULL); in visit_leave()
Dlower_instructions.cpp154 op1 = new(ir) ir_expression(ir_unop_i2f, vec_type, ir->operands[1], NULL); in div_to_mul_rcp()
165 op0 = new(ir) ir_expression(ir_unop_i2f, vec_type, ir->operands[0], NULL); in div_to_mul_rcp()
Dir_validate.cpp239 case ir_unop_i2f: in visit_leave()
Dir.h729 ir_unop_i2f, /**< Integer-to-float conversion. */ enumerator
Dast_function.cpp265 result = new(ctx) ir_expression(ir_unop_i2f, desired_type, src, NULL); in convert_component()
Dir_to_llvm.cpp787 case ir_unop_i2f: in llvm_expression()
Dir_constant_expression.cpp134 case ir_unop_i2f: in constant_expression_value()
Dast_to_hir.cpp137 from = new(ctx) ir_expression(ir_unop_i2f, to, from, NULL); in apply_implicit_conversion()