Searched refs:lower_instructions (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_ir.cpp | 123 lower_instructions(ir,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_ir.cpp | 129 lower_instructions(ir,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_optimization.h | 36 /* Operations for lower_instructions() */ 136 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
|
| H A D | test_optpass.cpp | 114 } else if (sscanf(optimization, "lower_instructions ( %d ) ", 116 return lower_instructions(ir, int_0);
|
| H A D | glsl_parser_extras.cpp | 2345 OPT(lower_instructions, ir, SUB_TO_ADD_NEG);
|
| H A D | lower_instructions.cpp | 25 * \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 D | ir_optimization.h | 36 /* Operations for lower_instructions() */ 137 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
|
| H A D | test_optpass.cpp | 116 } else if (sscanf(optimization, "lower_instructions ( %d ) ", 118 return lower_instructions(ir, int_0);
|
| H A D | glsl_parser_extras.cpp | 2245 OPT(lower_instructions, ir, SUB_TO_ADD_NEG);
|
| H A D | lower_instructions.cpp | 25 * \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 D | brw_link.cpp | 109 * must precede lower_instructions(). 126 lower_instructions(shader->ir, instructions_to_lower);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 111 * must precede lower_instructions(). 128 lower_instructions(shader->ir, instructions_to_lower);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Makefile.sources | 107 glsl/lower_instructions.cpp \
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.0.rst | 182 lower_instructions.cpp:648:48: error: invalid suffix 'd' on floating
|
| H A D | 20.1.0.rst | 2131 - 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 D | 21.1.0.rst | 711 - nir/lower_idiv: Convert to lower_instructions
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 3051 lower_instructions(ir, (MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 3029 lower_instructions(ir, (MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2
|
Completed in 38 milliseconds