Home
last modified time | relevance | path

Searched refs:cf_next (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp819 cf_node *cf_next = sh->create_cf(); in prepare_ir() local
820 cf_next->bc = c->bc; in prepare_ir()
821 ++cf_next->bc.rw_gpr; in prepare_ir()
822 ++cf_next->bc.array_base; in prepare_ir()
824 c->insert_after(cf_next); in prepare_ir()
825 c = cf_next; in prepare_ir()
887 cf_node *cf_next = sh->create_cf(); in prepare_ir() local
888 cf_next->bc = c->bc; in prepare_ir()
889 ++cf_next->bc.rw_gpr; in prepare_ir()
892 cf_next->bc.array_base += cf_next->bc.elem_size + 1; in prepare_ir()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir.c1699 nir_cf_node *cf_next = nir_cf_node_next(&block->cf_node); in nir_block_unstructured_next() local
1700 if (cf_next == NULL && block->cf_node.parent->type == nir_cf_node_function) in nir_block_unstructured_next()
1703 if (cf_next && cf_next->type == nir_cf_node_block) in nir_block_unstructured_next()
1704 return nir_cf_node_as_block(cf_next); in nir_block_unstructured_next()
1728 nir_cf_node *cf_next = nir_cf_node_next(&block->cf_node); in nir_block_cf_tree_next() local
1729 if (cf_next) in nir_block_cf_tree_next()
1730 return nir_cf_node_cf_tree_first(cf_next); in nir_block_cf_tree_next()
/external/python/cffi/c/
D_cffi_backend.c230 struct cfieldobject_s *cf_next; member
525 cf != NULL; cf = cf->cf_next) { in ctypeget_fields()
1515 cf = cf->cf_next; in convert_struct_from_object()
1524 cf = cf->cf_next; in convert_struct_from_object()
5011 for (; cfsrc != NULL; cfsrc = cfsrc->cf_next) { in b_complete_struct_or_union()
5024 previous = &(*previous)->cf_next; in b_complete_struct_or_union()
5034 previous = &(*previous)->cf_next; in b_complete_struct_or_union()
5165 previous = &(*previous)->cf_next; in b_complete_struct_or_union()
5344 cf = cf->cf_next; in fb_fill_type()
5366 cf = cf->cf_next; in fb_fill_type()