Searched refs:b2i (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_search.c | 128 MATCH_ICONV_CASE(b2i) 171 MATCH_ICONV_CASE(b2i) 225 RET_ICONV_CASE(b2i) 572 CASE(b2i)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_search.c | 145 MATCH_ICONV_CASE(b2i) 188 MATCH_ICONV_CASE(b2i) 242 RET_ICONV_CASE(b2i) 621 CASE(b2i)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder.h | 189 ir_expression *b2i(operand a);
|
| H A D | ir_builder.cpp | 510 b2i(operand a) function in namespace:ir_builder
|
| H A D | lower_instructions.cpp | 812 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); 830 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1])); 1520 return i2u(b2i(less(add(a, b),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder.h | 189 ir_expression *b2i(operand a);
|
| H A D | ir_builder.cpp | 510 b2i(operand a) function in namespace:ir_builder
|
| H A D | lower_instructions.cpp | 805 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); 823 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1])); 1512 return i2u(b2i(less(add(a, b),
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 473 - panfrost/midgard: Implement b2i; improve b2f/f2b 1897 - intel/compiler: handle b2i/b2f with other integer conversion opcodes 1965 - intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))
|
| H A D | 20.2.0.rst | 1269 - nir/algebraic: optimize bcsel(a, 0, 1) to b2i 1270 - nir: also move b2i in case of nir_move_copies 1277 - nir/algebraic: propagate b2i out of ior/iand 2057 - zink: lower b2b to b2i
|
| H A D | 20.1.0.rst | 1915 - zink: lower b2b to b2i
|
| H A D | 21.0.0.rst | 2950 - aco: fix combining add/sub to b2i if a new dest needs to be allocated
|
| H A D | 20.3.0.rst | 4421 - aco: fix combining add/sub to b2i if a new dest needs to be allocated
|
| H A D | 21.2.0.rst | 417 - agx: Add b2i implementation
|
Completed in 71 milliseconds