Searched refs:iff (Results 1 - 25 of 275) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_move_comparisons.c107 nir_if *iff = nir_block_get_following_if(block); local in function:move_comparisons
108 if (iff) {
109 progress |= move_comparison_source(&iff->condition, block, NULL);
H A Dnir_opt_move_load_ubo.c74 nir_if *iff = nir_block_get_following_if(block); local in function:move_load_ubo
75 if (iff) {
76 progress |= move_load_ubo_source(&iff->condition, block, NULL);
H A Dnir_sweep.c84 sweep_if(nir_shader *nir, nir_if *iff) argument
86 ralloc_steal(nir, iff);
88 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) {
92 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move.c109 nir_if *iff = nir_block_get_following_if(block); local in function:move
110 if (iff) {
111 progress |= move_source(&iff->condition, block, NULL, options);
H A Dnir_sweep.c64 sweep_if(nir_shader *nir, nir_if *iff) argument
66 ralloc_steal(nir, iff);
68 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) {
72 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp334 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); local in function:calc_blend_result
335 casefactory.emit(iff);
336 casefactory.instructions = &iff->then_instructions;
393 casefactory.instructions = &iff->else_instructions;
H A Dir_reader.cpp490 ir_if *iff = new(mem_ctx) ir_if(condition); local in function:ir_reader::read_if
492 read_instructions(&iff->then_instructions, s_then, loop_ctx);
493 read_instructions(&iff->else_instructions, s_else, loop_ctx);
495 delete iff;
496 iff = NULL;
498 return iff;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp335 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); local in function:calc_blend_result
336 casefactory.emit(iff);
337 casefactory.instructions = &iff->then_instructions;
395 casefactory.instructions = &iff->else_instructions;
H A Dir_reader.cpp490 ir_if *iff = new(mem_ctx) ir_if(condition); local in function:ir_reader::read_if
492 read_instructions(&iff->then_instructions, s_then, loop_ctx);
493 read_instructions(&iff->else_instructions, s_else, loop_ctx);
495 delete iff;
496 iff = NULL;
498 return iff;
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m492 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m492 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m492 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m4368 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/fontconfig/dist/
H A Daclocal.m492 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xsetmode/dist/
H A Daclocal.m4366 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xsetpointer/dist/
H A Daclocal.m4540 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xf86dga/dist/
H A Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Daclocal.m4249 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/evieext/dist/
H A Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m46104 # without $wl, iff we do not link with $LD.
6661 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m46104 # without $wl, iff we do not link with $LD.
6983 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m46107 # without $wl, iff we do not link with $LD.
7094 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/libXau/dist/
H A Daclocal.m492 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/xsrc/external/mit/libXaw/dist/
H A Daclocal.m42355 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:

Completed in 133 milliseconds

1234567891011