Searched refs:decl_list (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
D | fuzzers.rs | 399 let mut decl_list: DeclarationListC = in arbitrary() localVariable 403 for (i, decl) in decl_list.decls.iter_mut().enumerate() { in arbitrary() 447 let mut decl_list: DeclarationListC = in arbitrary() localVariable 451 for (i, decl) in decl_list.decls.iter_mut().enumerate() { in arbitrary() 605 let mut decl_list: DeclarationListC = Arbitrary::arbitrary(g); in arbitrary() localVariable 606 for (i, decl) in decl_list.decls.iter_mut().enumerate() { in arbitrary() 609 HeaderC { def: decl_list } in arbitrary()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 7400 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) { in ast_process_struct_or_iface_block_members() 7401 decl_count += decl_list->declarations.length(); in ast_process_struct_or_iface_block_members() 7416 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) { in ast_process_struct_or_iface_block_members() 7418 YYLTYPE loc = decl_list->get_location(); in ast_process_struct_or_iface_block_members() 7420 decl_list->type->specifier->hir(instructions, state); in ast_process_struct_or_iface_block_members() 7437 decl_list->type->specifier->structure != NULL) in ast_process_struct_or_iface_block_members() 7442 decl_list->type->glsl_type(& type_name, state); in ast_process_struct_or_iface_block_members() 7445 &decl_list->type->qualifier; in ast_process_struct_or_iface_block_members() 7609 &decl_list->declarations) { in ast_process_struct_or_iface_block_members()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 6298 uint32_t *decl_list = in iris_upload_dirty_render_state() local 6300 iris_batch_emit(batch, decl_list, 4 * ((decl_list[0] & 0xff) + 2)); in iris_upload_dirty_render_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 6606 uint32_t *decl_list = local 6608 crocus_batch_emit(batch, decl_list, 4 * ((decl_list[0] & 0xff) + 2));
|