Searched refs:FDIV_TO_MUL_RCP (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp125 FDIV_TO_MUL_RCP |
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp131 FDIV_TO_MUL_RCP |
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_optimization.h38 #define FDIV_TO_MUL_RCP 0x02 macro
58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
H A Dlower_instructions.cpp57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
66 * FDIV_TO_MUL_RCP lowers single-precision and half-precision
346 if ((lowering(FDIV_TO_MUL_RCP) && ir->type->is_float_16_32()) ||
1777 else if ((ir->operands[1]->type->is_float_16_32() && lowering(FDIV_TO_MUL_RCP)) ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_optimization.h38 #define FDIV_TO_MUL_RCP 0x02 macro
58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
H A Dlower_instructions.cpp57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
66 * FDIV_TO_MUL_RCP only lowers single-precision floating point division;
339 if ((lowering(FDIV_TO_MUL_RCP) && ir->type->is_float()) ||
1750 else if ((ir->operands[1]->type->is_float() && lowering(FDIV_TO_MUL_RCP)) ||
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2756 - glsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP

Completed in 17 milliseconds