Searched refs:_imm_fp (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 178 static ir_constant *_imm_fp(void *mem_ctx, 283 ir_constant *log2_e = _imm_fp(ir, ir->type, M_LOG2E); in exp_to_exp2() 314 ir->operands[1] = _imm_fp(ir, ir->operands[0]->type, 1.0 / M_LOG2E); in log_to_log2() 848 ir_constant *zero = _imm_fp(ir, ir->operands[0]->type, 0.0); in sat_to_clamp() 851 ir->operands[1] = _imm_fp(ir, ir->operands[0]->type, 1.0); in sat_to_clamp() 1527 lower_instructions_visitor::_imm_fp(void *mem_ctx, in _imm_fp() function in lower_instructions_visitor
|