Searched refs:decl_list (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_sol.c | 211 uint64_t decl_list[ILO_STATE_SOL_MAX_DECL_COUNT]; in sol_set_gen7_3DSTATE_SO_DECL_LIST() local 219 memset(decl_list, 0, sizeof(decl_list[0]) * max_decl_count); in sol_set_gen7_3DSTATE_SO_DECL_LIST() 242 decl_list[j] |= (uint64_t) val << (16 * i); in sol_set_gen7_3DSTATE_SO_DECL_LIST() 261 memcpy(sol->decl, decl_list, sizeof(sol->decl[0]) * max_decl_count); in sol_set_gen7_3DSTATE_SO_DECL_LIST()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 6696 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) { in ast_process_struct_or_iface_block_members() 6697 decl_count += decl_list->declarations.length(); in ast_process_struct_or_iface_block_members() 6712 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) { in ast_process_struct_or_iface_block_members() 6714 YYLTYPE loc = decl_list->get_location(); in ast_process_struct_or_iface_block_members() 6716 decl_list->type->specifier->hir(instructions, state); in ast_process_struct_or_iface_block_members() 6733 decl_list->type->specifier->structure != NULL) in ast_process_struct_or_iface_block_members() 6738 decl_list->type->glsl_type(& type_name, state); in ast_process_struct_or_iface_block_members() 6741 &decl_list->type->qualifier; in ast_process_struct_or_iface_block_members() 6897 &decl_list->declarations) { in ast_process_struct_or_iface_block_members()
|