Searched refs:lower_instructions (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp123 lower_instructions(ir,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp129 lower_instructions(ir,
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_optimization.h36 /* Operations for lower_instructions() */
136 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
H A Dtest_optpass.cpp114 } else if (sscanf(optimization, "lower_instructions ( %d ) ",
116 return lower_instructions(ir, int_0);
H A Dglsl_parser_extras.cpp2345 OPT(lower_instructions, ir, SUB_TO_ADD_NEG);
H A Dlower_instructions.cpp25 * \file lower_instructions.cpp
192 lower_instructions(exec_list *instructions, unsigned what_to_lower) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_optimization.h36 /* Operations for lower_instructions() */
137 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
H A Dtest_optpass.cpp116 } else if (sscanf(optimization, "lower_instructions ( %d ) ",
118 return lower_instructions(ir, int_0);
H A Dglsl_parser_extras.cpp2245 OPT(lower_instructions, ir, SUB_TO_ADD_NEG);
H A Dlower_instructions.cpp25 * \file lower_instructions.cpp
185 lower_instructions(exec_list *instructions, unsigned what_to_lower) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp109 * must precede lower_instructions().
126 lower_instructions(shader->ir, instructions_to_lower);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp111 * must precede lower_instructions().
128 lower_instructions(shader->ir, instructions_to_lower);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources107 glsl/lower_instructions.cpp \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.0.rst182 lower_instructions.cpp:648:48: error: invalid suffix 'd' on floating
H A D20.1.0.rst2131 - glsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
2756 - glsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
3344 - glsl/lower_instructions: Use float16 constants when appropriate
H A D21.1.0.rst711 - nir/lower_idiv: Convert to lower_instructions
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp3051 lower_instructions(ir, (MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp3029 lower_instructions(ir, (MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2

Completed in 38 milliseconds